indexing vs. page generation with PHP

2

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 ..

    
asked by anonymous 30.04.2015 / 22:12

1 answer

2

A friendly URL needs not only to be friendly to be well placed in a search, but to have the keyword (search key / word). So the way you retrieve the content of the page and present / manipulate it * is indifferent to Google. Here's the real case below:

AlthoughGoogledoesnotpositionortakepositionsofyoursitebasedonyourURL,awell-craftedURLwillattractmoreclicks,and CTR (clickthrough rate) is a criterion for evaluating a website, then: url descritiva > mais pessoas vêem meu site > melhor meu site é posicionado .

To help also see this image that shows how a url should be structured.

    
30.04.2015 / 22:51