Forum Moderators: open
Notice the use of www, all pages are redirected with 301's to the non-www version. Other search engines crawl the site perfect but Yahoo doesn't. I think it's because of the base href tag.
Every page has this tag:
<base href="http://example.com/">
(notice the slash on the end)
And the links are like this:
<a href="reviews/16">
<a href="images">
The actual url's are:
[website.com...]
[website.com...]
Is that a problem for the Yahoo spider? Or do we have other problems? Pages aren't blocked by robots.txt.
[edited by: martinibuster at 6:33 am (utc) on Sep. 21, 2006]
[edit reason] Removed URL & Examplified Examples. [/edit]
I did not have trouble in Yahoo because of it, but I did change this approach and now have absolute references.
The reason I changed it was because if a publication of mine appeared on another website (for good or bad reasons) then the absolute reference actually works.