Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Prevent thin content to avoid panda penalty Details »»
Prevent thin content to avoid panda penalty
Version: 1.00, by Majora Majora is offline
Developer Last Online: Jul 2015 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.2.x Rating:
Released: 02-18-2014 Last Update: Never Installs: 3
DB Changes Uses Plugins Template Edits
Re-useable Code Translations  
No support by the author.

Hey there
i have coded a plugin for vBulletin 4 that prevent thin content.
This mod will add the meta noindex tag to threads with a word count equal or below the setting you specify.
For example:

The word count within a thread is under 200 words and the thread is older than 60 days, the <meta name="robots" content="noindex, follow"> tag will automatically placed in the header. When someone post in the thread and the word count is higher than 200 words the <meta name="robots" content="noindex, follow"> will removed automatically.

That will increase time on site and page views per visit.

Websites with shallow content aren't helpful to searchers, so as a company trying to promote the best search experience possible, it makes sense that Google is trying to ensure only the best content is surfaced in the SERPs.
As for thin content, Panda will slap you with a low score for short or unsubstantial articles.

Google said:

Quote:
low-quality content on some parts of a website can impact the whole site?s rankings, and thus removing low quality pages, merging or improving the content of individual shallow pages into more useful pages, or moving low quality pages to a different domain could eventually help the rankings of your higher-quality content.
How to install:
  1. Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]
  2. Place {vb:raw vbstylesNoIndex} inside the <head></head> section within the SHOWTHREAD-Template.



Best regards
Matthias

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 02-19-2014, 11:42 PM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So how did you reach the conclusion that 200 words or less shouldn't be indexed?

Personally, I would set this limit to 500 words per thread (page). Also, does this take into consideration different thread pages like this?
https://vborg.vbsupport.ru/showthrea...=243754&page=2
Reply With Quote
  #3  
Old 02-20-2014, 12:18 AM
puertoblack2003's Avatar
puertoblack2003 puertoblack2003 is offline
 
Join Date: Aug 2005
Location: Philadelphia
Posts: 1,073
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Google does not have a minimum word count for indexing
Reply With Quote
  #4  
Old 02-20-2014, 12:31 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have any testing results for this mod?

Like did you do a page ranking before adding this to your site, then add it, wait a reasonable amount of time to be re-indexed, and get a better page rank.
Reply With Quote
  #5  
Old 02-20-2014, 04:45 AM
Thangvip9x Thangvip9x is offline
 
Join Date: Apr 2012
Location: Yen Bai, Vietnam
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you screenshots? I want to you show your results when use this mod
Reply With Quote
  #6  
Old 02-20-2014, 08:49 AM
Majora Majora is offline
 
Join Date: Jun 2005
Location: Friedrichshafen / Germany
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please take a look at this thread: https://vborg.vbsupport.ru/showthread.php?t=275641

Quote:
What word count setting do I use?

This depends on the forum. For example I have a 20k thread forum, that had lost 80% of it's traffic overnight, since june. I started at 50 words, then 100, now upto 200 to start seeing a recovery. So i hide all threads with 200 words or less from Google. All this means is by setting this at 200 i hide enough content to swing the balance, ie; the bad now doesn't outweigh the good.
Quote:
Start low and increase the setting until you see you traffic increase or recover, it sounds insane to block content to increase traffic but it is about hiding the bad that is dragging the good down. It is no longer ok to let Google decide what to rank and what to sink, they want YOU to put your best stuff in the shop windows and lock the rest in the basement, hidden from customers.
Reply With Quote
  #7  
Old 02-20-2014, 12:23 PM
TheLastSuperman's Avatar
TheLastSuperman TheLastSuperman is offline
Senior Member
 
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majora View Post
Please take a look at this thread: https://vborg.vbsupport.ru/showthread.php?t=275641
Why would you link to a thread in the graveyard for an answer about a mod you developed... I hate to ask this but did you port that mod without permission and simply re-release?
Reply With Quote
  #8  
Old 02-20-2014, 01:53 PM
Majora Majora is offline
 
Join Date: Jun 2005
Location: Friedrichshafen / Germany
Posts: 38
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by TheLastSuperman View Post
Why would you link to a thread in the graveyard for an answer about a mod you developed... I hate to ask this but did you port that mod without permission and simply re-release?
Yes, that's my own mod without download the other one. The idea is the same as in the other mod.
With my mod you can set a specific time (after the time the thread will automatically noindexed with the tag).
Reply With Quote
Благодарность от:
TheLastSuperman
  #9  
Old 02-20-2014, 09:56 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Majora View Post
Yes, that's my own mod without download the other one. The idea is the same as in the other mod.
With my mod you can set a specific time (after the time the thread will automatically noindexed with the tag).
Huh? So you originally posted the mod under a different name, and now posting it under this name, or that person released a mod under their name that you custom coded for them?
Reply With Quote
  #10  
Old 02-21-2014, 07:43 AM
joeychgo's Avatar
joeychgo joeychgo is offline
 
Join Date: Mar 2004
Location: Chicago, IL
Posts: 933
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod will do nothing for SEO --
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:28 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05143 seconds
  • Memory Usage 2,300KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete