URL structure is another important aspect that you should pay attention to as a website owner.
Websites with dynamic URL's seem to face a lot of problems while indexing. Google prefers URLs with one or two parameters. Convert the dynamic URLs to static URLs and assign this task to the your server. For instance Apache web server uses a special 'rewrite' module that converts the dynamic URL's to search engine friendly web addresses. A dynamic URL as one such below,
http://www.sample.com/index.php?page=index_v2&id=632&c=13
will be converted into more SEO friendly form as follows:
http://www.sample.com/computersindex_v2-632-13.htm
In case you should have dynamic URLs, make sure the server you choose has this conversion module embedded in it. |