Add multilingual SEO metadata and enhance content descriptions
- Introduced localized SEO metadata for multiple languages in routes-seo.js, improving search engine visibility. - Updated descriptions and keywords across various views (Home, Partners, Feedback, FAQ, Rules, Safety) to better reflect the platform's focus on private and anonymous chatting. - Enhanced user guidance in FAQ, Partners, Rules, and Safety views with additional context on privacy and chat functionality. These changes collectively improve the site's SEO performance and user experience by providing clearer, localized content.
This commit is contained in:
@@ -28,6 +28,11 @@
|
||||
Hinweis: Externe Links öffnen sich in einem neuen Tab. Wenn du Partner werden möchtest, schreib uns bitte
|
||||
über die Feedback-Seite.
|
||||
</p>
|
||||
<p class="partners-intro">
|
||||
Wenn du zuerst wissen möchtest, wie privater und anonymer Chat bei uns funktioniert, schau in unsere
|
||||
<router-link to="/faq">FAQ</router-link> oder auf die Seite
|
||||
<router-link to="/sicherheit">Sicherheit & Privatsphäre</router-link>.
|
||||
</p>
|
||||
<div v-if="!chatStore.isLoggedIn" class="back-link">
|
||||
<router-link to="/">Zurück zur Hauptseite</router-link>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user