• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

"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