Forum Moderators: martinibuster
for ex in LS URls have? ijn the URl will these be counted as links?
wht other symbols should i look out for?
Google doesn't penalise any url with query strings. But some pages (especially those with sessionIDs) could lead the search engine to index the same page over and over again thinking that because the url is different, so is the page, so they have to be careful about which ones to list. The less parameters the better, so if you have something like www.widget.com/?page=home you should be fine.
For example, I have seen the following when on an interior page(for simplicity sake, let's say page one of a site):
page one internal link, linking to page2 within site:
<a href="/page2.htm">Title of Page </a>
and have also seen this structure:
<a href=../page2.htm">Title of Page </a>
AND have also seen THIS structure:
<a href="www.nameofdomain/page2.htm">Title of Page
WHICH STRUCTURE is best?
Please advise.
Thanks!
Bobmcd