Wruczek/ts-website

Google results

Closed this issue · 2 comments

Hello,

Someone can help me how can I change the meta tags what the google results as shown in the picture?
I want to change this language to Hungarian and I want to add description.

Képkivágás

For the description, try adding a meta description header with the other meta headers in body.latte:
<meta name="description" content="A description of the page">

For the language, im not sure, but you might try changing the default language by editing the tsw_languages table. Find the current default langauge (probably english) - it will have isdefault set to 1 - change it to 0. Now find Hungarian and change isdefault from 0 to 1. This will change the default website language.

Issue is inactive - closing