Wruczek / ts-website

A website for your TeamSpeak 3 server
https://ts.wruczek.tech
GNU General Public License v3.0
333 stars 80 forks source link

Google results #191

Closed froland20 closed 1 year ago

froland20 commented 3 years ago

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

Wruczek commented 2 years ago

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.

Wruczek commented 1 year ago

Issue is inactive - closing