2
I have some products and all their information is stored in the database.
When a customer selects a product, it is sent via POST
the ID
of the product and thus a new page is generated with the product.
And this indexes in Google? The URL is something like this:
site.com/products/short-sleeve dress
Where vestido-manga-curta
actually it was a GET
in URL
which has been rewritten to avoid something like:
site.com/products? product=dress%20manga%20short.
The page produtos.php
there she takes care of receiving the ID
and generate the new page (with product information..)
I’m afraid of that, I need to clear my head..
The best way to index your pages in search engines is by using friendly Urls.
– touchmx