Forum Moderators: open
Dynamic pages can still be indexed by google, but there may be problems. The most usual one is the querystring in the URL. If you have too many parameters in your querystring and an over long URL then google may not index the page.
Also if one of your parameters is id= google may not like it.
What form are your URLs in?
my url is: www.example.com
and my link is like :
http://www.example.com/news_view.asp?id=62
http://www.example.com/shop_view.asp?id=6
so i think it my be a problem to google.
I want to convert it into static website. Is there any software may convert the asp website into static site(html)?
Another question: I have a asp website may generate html,and this html may be searched by google?
I am newer for here. so may more question.
Thank you again.
ok, well the URL is not too long with only one parameter, so maybe the problem is the id=. I've read here that this can be a problem, have no experience of using id= in a querystring myself.
If you want to convert it to static, I think you have a couple of choices.
read this thread: [webmasterworld.com ], check DaveN's post number 10.
You could also write your own page generator to output all the pages for you. I'm just doing that myself to change over a db driven area of a site to auto generated static pages, should result in many more pages indexed. Its actually not that hard to do, take the structure of your asp pages and write the output to a file. If your an asp programmer I would guess VB would be your best bet for this.
I don't know of any commercially available software that does this, but if its out there I'm sure someone here knows about it.
Dynamic URLs like those that you mention are no problem with Google, I have many similar pages indexed and doing well.
However, you do need to drive Googlebot into the pages with a little mor PR than needed for Static Pages. Having a healthy Root Page PR helps a lot, I would suggest chasing some links from high PR pages to give your overall site a boost. Also, be wary of PR leakage in your pages and point as much PR as you can to the dynamic pages to entive Googlebot into them.
Onya
Woz
Those are mentioned in Google's guidelines for webmasters
[google.com...]