Add Ratgeber section with new routes and links

- Introduced a new "Ratgeber" link in ImprintContainer.vue for better user navigation.
- Added multiple routes for the Ratgeber section, including GuideHubView, GuideFirstMessageView, GuideProfileView, GuideSafetyView, and GuideRedFlagsView, enhancing content accessibility.
- Implemented SEO metadata for the new routes to improve search engine visibility and user engagement.

These changes collectively enhance the site's informational resources and improve navigation for users seeking guidance on chat-related topics.
This commit is contained in:
Torsten Schulz (local)
2026-04-27 14:24:42 +02:00
parent 1d31ca9672
commit 1ecf7b6ba7
8 changed files with 530 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<template>
<div class="imprint-container">
<a href="/partners">Partner</a>
<a href="/ratgeber">Ratgeber</a>
<a href="/faq">FAQ</a>
<a href="/regeln">Regeln</a>
<a href="/sicherheit">Sicherheit</a>