- Changed the site URL in index.html, router, and server routes from 'https://ypchat.net' to 'https://www.ypchat.net' for consistency and improved SEO. - Updated related meta tags and constants to reflect the new URL structure. These changes ensure a unified domain reference throughout the application.
40 lines
2.2 KiB
HTML
40 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>SingleChat - Chat, Single-Chat und Bildaustausch</title>
|
|
<meta name="description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch. Chatte mit Menschen aus aller Welt, finde neue Kontakte und teile Erinnerungen sicher und komfortabel.">
|
|
<meta name="keywords" content="Chat, Single-Chat, Bildaustausch, Online-Chat, Singles, Kontakte, Community">
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
|
|
<meta name="author" content="SingleChat">
|
|
<meta name="theme-color" content="#2f6f46">
|
|
|
|
<!-- Open Graph Tags -->
|
|
<meta property="og:title" content="SingleChat - Chat, Single-Chat und Bildaustausch">
|
|
<meta property="og:description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://www.ypchat.net/">
|
|
<meta property="og:image" content="https://www.ypchat.net/static/favicon.png">
|
|
<meta property="og:site_name" content="SingleChat">
|
|
<meta property="og:locale" content="de_DE">
|
|
|
|
<!-- Twitter Card -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="SingleChat - Chat, Single-Chat und Bildaustausch">
|
|
<meta name="twitter:description" content="Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.">
|
|
<meta name="twitter:image" content="https://www.ypchat.net/static/favicon.png">
|
|
|
|
<!-- Canonical URL -->
|
|
<link rel="canonical" href="https://www.ypchat.net/">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/png" href="/static/favicon.png">
|
|
<script type="application/ld+json" id="seo-json-ld">{"@context":"https://schema.org","@type":"WebSite","name":"SingleChat","url":"https://www.ypchat.net/","description":"Willkommen auf SingleChat - deine erste Adresse für Chat, Single-Chat und Bildaustausch.","inLanguage":"de-DE"}</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|