some useful tips:

1. Site structure
Make sure your sub-pages are easily accessible by search engine bots. Create a site-map page that links to all pages of your website and place a link to it from the homepage. If you have a large website, break the site-map up in several parts and keep the total link number under 100 per page. Link from your homepage to deep pages to get them and the sites around them crawled faster.
2. No session IDs
Get rid of session IDs. Bots rarely index pages with a session IDs because they think that those are different pages (because of the different IDs) with the same content.
3. No variables in the URLs
Avoid variables in the URL. They are indexed slowly and often getting no Page-rank. Use Apache’s […]

See original post by Kunal Singh