• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

"hreflang" tag is missing

Youssef

Chevereto Member
According to Google webmaster Tool the chevereto script does not have a hreflang tag. However this tag is important It is therefore necessary that Google detects that these two pages are not duplicate content and it knows what page it should display (depending on the location of the user).
how to add them ?

Thank You
 
The hreflang support was removed some time ago due to this:
https://chevereto.com/community/threads/incorrect-hreflang-implementation.6469/#post-35268

Chevereto doesn't handle "translatable" URLs, the language change is tied to the root URL in the form of this:
Code:
https://demo.chevereto.com/?lang=it

This implementation is incompatible with hreflang because it doesn't provide a jump link for each language. Problem is that hreflang requires that thing, so it is totally incompatible with how Chevereto 3 works.

To make it work with Chevereto 3, I need to add a ?lang= observer in each URL, which means add that observer/handler in each route. Totally unpractical, but I think that I could add a global observer at app/loader.php which should handle the redirect.

Please understand that the current status of hreflang is not supported and feature request are closed while I keep working in V4.

Cheers.
 
Back
Top