Wordpress blog in a subdirectory not being indexed by Google
-
HI MozzersIn my websites sitemap.xml, pages are listed, such as /blog/ and /blog/textile-fact-or-fiction-egyptian-cotton-explained/These pages are visible when you visit them in a browser and when you use the Google Webmaster tool - Fetch as Google to view them (see attachment), however they aren't being indexed in Google, not even the root directory for the blog (/blog/) is being indexed, and when we query:site: www.hilden.co.uk/blog/ It returns 0 results in Google.Also note that:The Wordpress installation is located at /blog/ which is a subdirectory of the main root directory which is managed by Magento. I'm wondering if this causing the problem.Any help on this would be greatly appreciated!AnthonyToTOHuj.png?1
-
Hi,
At first glance it seems you have a rel canonical issue. All of your blog posts have a rel canonical pointing to: <link <span class="webkit-html-attribute-name">rel="canonical" href="http://www.hilden.co.uk/bed-linen.html" /></link <span>
Probably not what you had in mind!
-
I agree with Lynn
Your canonical tags are pointing to outside the subdirectory
example:
http://www.hilden.co.uk/blog/member-spotlight-joy-arkley-from-the-yr-hen-llaethdy-holiday-cottage/
is canonicaled to http://www.hilden.co.uk/bed-linen.html
Also just a heads up you don't need the <meta content="INDEX,FOLLOW" name="robots"> tag as that is the default behavior.
Hope this helps,
Don
-
Thanks guys!
God I feel so stupid - I should have checked that. I got so obsessed about the magento/wordpress thing that checking the canonical completely slipped my mind!
Oh well at least if anyone else ever has the same problem, the resolution is here for all to see!
Take care,
Anthony