Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a multilanguage app, to change between a language no another I can use two resources:

<a href="?lang=fr">Switch to French</a>

or

<a href="/lang/fr">Switch to French</a>

For me is more interested the first one but I don't know:

  • if this kind of links are followed by indexers engines.
  • if a redirect will be followed by indexers engines.

Where can I learn about this issue. Regards!

share|improve this question

closed as off topic by Eight Days of Malaise, Al Everett, Alex, ChrisF Dec 7 '12 at 23:24

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.