-1

I am creating a multilingual website in which I am using URL Slug.

According to SEO point of view should I use URL Slug in multiple languages?

Twix
  • 392
  • 1
  • 12
  • 38
  • 3
    This question appears to be off-topic because it is asking for SEO advice. It might be on-topic on [webmasters.se]. – unor Aug 26 '14 at 17:39

1 Answers1

1

Yes, you should have separate URLs for each language. For example:

example.com/en/sport and example.com/de/sport

Google recommends having one of these structures:

  1. Separate domains
  2. Separate subdomains
  3. Separate folders
  4. URL parameters

I would recommend using URL parameters only if other options are not possible.

In this link you can find pros and cons for all these options.

bmiljevic
  • 742
  • 8
  • 16