E
Enigma121
- Original Poster
- #1
Often, when you are looking around a web site, you will find that the address bar in the browser will have things like ...page.php?name=fred&cat=small. The information after the name of the file/page you are after is being passed to the programmes - it is one of the ways information can be passed between programmes (or indeed the same programme as it is executed in stages) as you work your way around the web. The & sign is used to split things up as spaces and commas do not work in web addresses.
I would add to the section quoted that such parameters can have a negative effect on getting your site listed in search engines.
Google in particular specifically state that they don't index sites that use "&id=" as a parameter in their guidelines (link below). There is a number of other good points raised on this particular page.
http://www.google.com/webmasters/guidelines.html
