jwhite68
11-29-2007, 09:38 AM
Hi,
I have a website which has quite a common architecture, with an index page that leads to a search page containing 'summary' level internal links to products.
In the design, since i use PHP, the pages are generated dynamically, using parameters.
In order to make the products appear static I have used the mod_rewrite in htaccess - which ensures that only the html version is active.
When the html page is invoked directly, for example, it runs perfectly and displays the product.
But none of the products are indexed by Google.
Other PHP pages I have are indexed perfectly.
So, does anyone have some general advice on what I can check?
When I first submitted htaccess, I was only rewriting php to html - so its possible the spiders first found dupicate access via PHP and html which has caused problems, but recently I resolved this.
I have a website which has quite a common architecture, with an index page that leads to a search page containing 'summary' level internal links to products.
In the design, since i use PHP, the pages are generated dynamically, using parameters.
In order to make the products appear static I have used the mod_rewrite in htaccess - which ensures that only the html version is active.
When the html page is invoked directly, for example, it runs perfectly and displays the product.
But none of the products are indexed by Google.
Other PHP pages I have are indexed perfectly.
So, does anyone have some general advice on what I can check?
When I first submitted htaccess, I was only rewriting php to html - so its possible the spiders first found dupicate access via PHP and html which has caused problems, but recently I resolved this.