Hi guys,
I have a problem regarding the multilanguage feature. I'm using subpage routes to access different language versions of my website (e.g. mywebsite.com/en, mywebsite.com/de). It all works fine in case of browsing through the different sites, but when I try to search the page via Google the correct site title and meta is only shown for the url of "mywebsite.com/". When I look at the results, the links to "mywebsite.com/en" or "mywebsite.com/de" (which also point to home) have wrong meta. It doesn't even show the correct page title, just the first few words of the landingpage's content. The description is also a generated summary of the content instead of the templates meta description.
Is this a problem with Grav's multilanguage feature or am I just missing something in my templates? I'm using the standard meta head from "devtools new-theme pure blank" configured through the admin panel. Thanks for your answers!