Hello Friends,
As you know, the latest google algorithm update (Google Panda 4.0 and Spam (Pay Day Loan)) is targeting low quality,spammy websites with duplicate contents.
Your search performance will be affected if you have lot of duplicate contents. Check the Google Webmaster Tools==> 'HTML Improvements' to see the list of Duplicate meta descriptions and Duplicate title tags .
Manually removing all duplicate entries via WMT ==>'Remove URL' is not good, if you have a very large number of duplicate ads, as Google don't like many 404 'Not Found Error' pages in your website (User Experience Problem) and it will not remove those 404 (Deleted Ads) URLs quickly from their search index.
At the moment, Google will index all ads posted in your website even if you marked it as a 'Spam' or 'Inactive' in the Admin panel and now Osclass has no option to repost the expired ads.So it is better to remove those ads from Google search results inorder to maintain the quality of your website.
Use the following steps to remove those ads from search results page.
Find the below code in your theme folder==> head.php
<meta name="robots" content="index,follow"/>
<meta name="googlebot" content="index,follow"/>
Replace it with the below code.
<?php if ( osc_is_ad_page() ) { ?>
<?php if( osc_item_is_spam() || osc_item_is_inactive() || osc_item_is_expired () ) { ?>
<meta name="robots" content="noindex, nofollow" />
<meta name="googlebot" content="noindex, nofollow" />
<?php } else if (osc_item_is_active()) { ?>
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<?php } ?>
<?php } else { ?>
<meta name="robots" content="index,follow"/>
<meta name="googlebot" content="index,follow"/>
<?php } ?>
Now only the Active ads will be indexed.
Check the Google Webmaster Tools guidelines here :
https://support.google.com/webmasters/answer/93710?hl=enYou can now mark those duplicate ads shown in WMT as spam and can remove it from Google Search index. All 'noindex' ads will be removed from the Search Engine's index next time when they crawl your website.
let me know if it works for you.
Regards
Helpto
www.helptobuynsell.in/item/new