![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Hi,
I am having a problem where Google seems to refuse to index any of the product pages from the sitemap. This occurs even when I manually submit a product page using webmaster 'get as googlebot' and submit URL. The sitemap was submitted to webmaster tools in mid November and recently resubmitted to see if that would 'reset' it in some way. As at today webmaster tools shows there are 1912 entries in the store sitemap but only one in the index. Under crawl errors it show 928 not found and these are links from the sitemap. I don't understand why so many are not found and perhaps Google has 'given up' on the sitemap? I have tried removing and recreating the sitemap (changing the setting in the factory to store/sitemap1 and back again to store/sitemap). I am also using the SEO plugin "WordPress SEO" (http://wordpress.org/extend/plugins/wordpress-seo/) but have configured it so that it does not overwrite the description and keyword meta tags. eg http://www.dogwalkinggear.com/store/...0200605623165/ has the following info from the merchant feed (shortened by me here for clarity) <meta name="description" content="We’ve taken this wonderful, traditional coat....... <meta name="keywords" content="The,Covert,Coat,Coats" /> The sitemaps generated by the wordpress seo plugin for pages and posts are fully indexed http://www.dogwalkinggear.com/page-sitemap.xml and http://www.dogwalkinggear.com/post-sitemap.xml so Google does not completely ignore the site but I would like to see the products show in the index too or there is no point in the store sitemap. Store ID: 33486 Website URL: www.dogwalkinggear.com Happy to add you as a temporary admin in webmaster tools if you need to see that. Any help would be greatly appreciated. |
#2
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Fantastic!
Thanks for the quick response. I read the other post and now understand the issue. I added this function to my theme functions.php and it prevents the WordPress SEO plugin from adding the cannonical link - other readers might want to alter it to only do this for the store but it is a clean way of removing this action of the plugin /* If using the 'WordPress SEO' plug-in, remove the cannonical as it prevents the datafeedr shop indexing in google */ add_filter('wpseo_canonical', 'ypg_remove_yoast_canonical'); function ypg_remove_yoast_canonical($canonical){ return false; } Cheers |
#4
|
||||
|
||||
![]() Here's another method: http://www.datafeedr.com/forums/show...46&postcount=7
__________________
![]() ![]() ![]() ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
prevent google from indexing some sites | blnklaus | Questions | 6 | March 8th, 2012 09:26 AM |
Google Indexing Question | stayfitcentral | Questions | 1 | October 11th, 2011 01:05 PM |