I have some products and all of their information is stored in the database.
When a client selects a product, it is sent via POST
ID
of the product and thus a new page is generated with the product.
What does it index on Google? The URL looks something like this:
site.com/products/short-dress
Where vestido-manga-curta
was actually a GET
in URL
that was rewritten to not get something like:
site.com/products?product=secret%20manga%20curta.
The page produtos.php
there it takes care of receiving ID
and generating the new page (with the product information ..)
I'm afraid of this, I need to clear the ideas ..