I think you're having trouble explaining the problem because the example you are using is not very good.
Usually, parameters are tacked onto the end of a URL to a give a php or asp page details that it can use to display information.
Eg.
mysite.com/index.php?categoryid=1&title=2&product=3
this would display information about 6gb ipods, whereas
mysite.com/index.php?categoryid=1&title=2&product=4
this would display information about 12gb ipods, whereas
mysite.com/index.php?categoryid=2&title=2&product=3
this would display information about children's paddling pools.
The reason those URLs are described as 'not search engine friendly' is because to a search engine theres very little that obviously defines that URL. Each time a single digit changes and the entire content of the page changes - plus, they all point to index.php - quite confusing for our search engine spiders!
PLUS, the more paramters you tack on
mysite.com/index.php?categoryid=2&title=2&product=3&desc=8&pa geno=9&spam=no&bob=true&fail=no
the more a search engine starts to think that the URL is so customised to that specific users unique requirements that it would be pointless showing that URL in its search results as it wouldn't be relevant to the majority of people.
So, its best to have nice, friendly and catchy URLs such as
mysite.com/ipods/6gb-ipod.php
Or
mysite.com/ipods/12gb-ipod.php
Or
mysite.com/pools/paddling-pool.php
as these are obviously unique URLs that a search engine can understand and dispaly.
Hope this helps!![]()
LinkBack URL
About LinkBacks


Bookmarks