Forum Moderators: Robert Charlton & goodroi
I do not understand what a canonical page is
are they saying we have to put that html in the body or header of every page
For our shopping cart I think that's impossible. I'm not sure if it's possible anyway.
Google clearly says not to use relative links. This is really bad because it makes maintaining the site much harder and the portability of the code much more restrictive.
Can any one shed some light on this issue of "canonical page?"
Are they saying to put a this code:
<link rel="canonical" href="http://mydomain.com/somepage.html" />
in the page somepage.html on our site "mydomain.com?
I'm going to try it.
Then I recommend that you make things as simple as possible for spiders. I recommend absolute links instead of relative links, because there's less chance for a spider (not just Google, but any spider) to get confused.
Even so, I've been worried Google might discover the site copies and think it was part of some linking scheme.