Forum Moderators: open
On one of my sites - the following URLs produce identical output:
mysite.com/
mysite.com/home.jsp
mysyte.com/DisplayPage?site.refnum=1&page.refnum=1
mysyte.com/DisplayPage?page.refnum=1&site.refnum=1
It's all the same page.
Also, pages like:
/DisplayPage?site.refnum=15&page.refnum=7&cat.refnum=34
and
/DisplayPage?site.refnum=15&cat.refnum=34&page.refnum=7
I have different links throughout the site, can that hurt my listing ?
Thanks.
Sometimes, though, duplicates cause confusion. If each of the /DisplayPage?whatever addresses are duplicates of some other address then I'd ban spidering via robots.txt (which is often how shopping cart sites are approached).
Sometimes, though, duplicates cause confusion. If each of the /DisplayPage?whatever addresses are duplicates of some other address then I'd ban spidering via robots.txt (which is often how shopping cart sites are approached).
What I mean is:
some page on the site has links to it as
/page.jsp?par1=val2&par2=val2
and the same page has other links
/page.jsp?par2=val2&par1=val2
Which is the same for application but makes a different URL.
Can I get penalized for that ?
For your home page, I recommend that you use the URL /. / looks better as a search result and is easy to recognize in the status bar. It might also save you a few bytes of bandwidth :P