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

@@ -129,6 +129,7 @@
<h1>Chat</h1>
</div>
</div>
<HeaderAdBanner />
</header>
<div class="horizontal-box horizontal-box-login">
<div class="content login-content-shell">
@@ -154,6 +155,7 @@ import SearchView from '../components/SearchView.vue';
import InboxView from '../components/InboxView.vue';
import HistoryView from '../components/HistoryView.vue';
import ImprintContainer from '../components/ImprintContainer.vue';
import HeaderAdBanner from '../components/HeaderAdBanner.vue';
const chatStore = useChatStore();