Added meta description setting for SEO

This commit is contained in:
Daniel Winzen
2020-10-25 15:00:19 +01:00
parent b611606f9e
commit de1893c0f4
3 changed files with 12 additions and 4 deletions

View File

@ -348,7 +348,7 @@ $I=[
'eninadmin' => 'For admins only',
'nickregex' => 'Nickname regex',
'passregex' => 'Password regex',
'externalcss' => 'Link to external CSS file',
'externalcss' => 'Link to external CSS file (on your own server)',
'greetingmsg' => 'Welcome %s!',
'entryhelp' => 'If this frame does not reload in %d seconds, you\'ll have to enable automatic redirection (meta refresh) in your browser. Also make sure no web filter, local proxy tool or browser plugin is preventing automatic refreshing! This could be for example "Polipo", "NoScript", etc.<br>As a workaround (or in case of server/proxy reload errors) you can always use the buttons at the bottom to refresh manually.',
'enablegreeting' => 'Show a greeting message before showing the messages',
@ -371,4 +371,6 @@ $I=[
'resetpassword' => 'Reset password',
'resetsucc' => 'Successfully reset password for username %s. Please remove the password reset define from the script again.',
'backtosetup' => 'Back to setup',
'defaultmetadescription' => 'A chat community',
'metadescription' => 'Meta description (best 50 - 160 characters for SEO)',
];