I have a bilingual website.
On my wishlist is some code for making a HTMl lang tag.
like: <html lang="en">
or possibly also hreflang tags like:
<link rel="alternate" href="https://mydomain.com/pages/welkom" hreflang="nl" />
<link rel="alternate" href="https://mydomain.com/pages/welcome" hreflang="en" />
as pages are linked to eachother, it should be possible,
Unfortunately my coding skills dont go that far.
Maybe as a part of WBLingual?
Hi, in WB 2.12.1 in templates/DefaultTemplate in index.php you should find things like that. Have a look.
Great, exactly what I was looking for, thanks!