Forum Moderators: open
However a friend says that saerch engines such as google will have problems indexing product pages in asp when done like this.
Is this rtue?
Also I am told that it would be better to use php paegs built using phpincludes, but would these work on a Windows Server?
I am not sure what to believe and as I would like to have good visibility on search engines, especially google.
"We have a graphics design company building our website and they say they are using ASP and using srtings such as "P_ID=121". However a friend says that saerch engines such as google will have problems indexing product pages in asp when done like this.
Is this true?"
>> Google should index those pages. It's the ones with "?" in the query string that can cause problems. And from a SEO perspective, descriptive filenames seem to help (users too!), such as 'graphic-design.asp'. Something to consider.
Good Luck
google may not spider dynamic pages when they are two deep, eg. if a dynamic page is only linked to from another dynamic page... ensure you have a hard coded site map page with links to you pages such as..
<a href=page.asp?P_ID=121>page 121</a>
<a href=page.asp?P_ID=122>page 122</a>
<a href=page.asp?P_ID=123>page 123</a>
this will ensure that they are spidered