| View previous topic :: View next topic |
| Author |
Message |
webmantx
Joined: 30 May 2008 Posts: 1
|
Posted: Fri May 30, 2008 11:41 pm Post subject: sitemap for search engine bots to crawl |
|
|
| I have a website made in asp format how do I get pass the ? in the url so the bots will crawl the webpage. |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3646 Location: Sweden
|
Posted: Sat May 31, 2008 8:16 am Post subject: Re: sitemap for search engine bots to crawl |
|
|
| Bots will crawl URLs with ? in them. Many people claims that it's better to not have questionmarks in the URLs. Make a google search for 'mod rewrite' and you'll find some good solutions. |
|
| Back to top |
|
 |
apg1985
Joined: 26 Jun 2008 Posts: 9
|
Posted: Thu Jul 03, 2008 2:01 pm Post subject: Re: sitemap for search engine bots to crawl |
|
|
| You should have know problems webmantx, once you have created your site just setup a xml sitemap for those page. The pages with ? is the same page when different data is called, usually ?ID=1 is just calling a row from the DB, but the page is always the same. |
|
| Back to top |
|
 |
|