Results 1 to 2 of 2

Thread: Another language related problem driving me nuts (with duplicates)

  1. #1
    New user
    Join Date
    04-25-17.
    Posts
    13

    Default Another language related problem driving me nuts (with duplicates)

    Hi,

    I got the following problems: We have a multilanguage domain with german, english and dutch content. The structure is domain.tld/keyword.language_tag.html - example:
    - example.de /example-two.de.html
    - example.de /example-two.nl.html
    - AND: example.de/example-two.html (displaying the german content)

    My problems so far:

    1. Duplicate content with the same language
    - example.de /example-two.de.html and
    - example.de /example-two.html

    leads to duplicate content.

    2. Duplicte content with different languages
    - example.de /example-two.de.html
    - example.de /example-two.nl.html

    because of the same base keyword.

    3. Duplicate content cause of non-translated, copied elements

    Ok this one we caused ourselves, 'cause when a new entry is made, it's simply duplicated in the backend and the language team gets a notice to translate the content (and when it's done, we put it on visible). Sadly this isn't done 100%, e.g. pictures and (alt) tags don't get translated or just partially. Any possibility to set up an alert, if things like this happen?

  2. #2
    User Andreas's Avatar
    Join Date
    07-11-09.
    Location
    Mönchengladbach
    Posts
    499

    Default

    Use the lang param as Contao suggests it.
    example.de/en/faq.html
    example.de/de/faq.html
    example.de/nl/faq.html

    Do do this you have to acivate "Add the language to the URL".

    Don't forget to give the first page of each startpoint the page alias "index". This is mandatory.

    Meta data of images can be translated with the filemanager in backend.

    Use [changelanguage] for other usefull and SEO features.

    We all create multilanguage website and don't want duplicate content. That's the way Contao core developer and Contao agencies do it.
    Web-Development, Freelancer, Burgtech, XHTML, HTML5, CSS, PHP, Javascript, MooTools, MySQL and more
    Amazon wishlist

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •