|
1 | 1 | <!doctype html> |
2 | 2 | <!-- |
3 | | - LinuxTutorialCMS - Main HTML Template |
| 3 | + RustBlogCMS - Main HTML Template |
4 | 4 |
|
5 | | - This file serves as the entry point for the Linux Tutorial CMS web application. |
| 5 | + This file serves as the entry point for the Rust Blog CMS web application. |
6 | 6 | It includes comprehensive meta tags for SEO, PWA functionality, social media |
7 | 7 | integration, and performance optimization. |
8 | 8 |
|
|
67 | 67 | <!-- Page Title --> |
68 | 68 | <!-- Primary SEO element - appears in browser tabs and search results --> |
69 | 69 | <!-- German localization for target audience --> |
70 | | - <title>Linux Tutorial - Lerne Linux Schritt für Schritt</title> |
| 70 | + <title>Rust Blog CMS</title> |
71 | 71 |
|
72 | 72 | <!-- Meta Description --> |
73 | 73 | <!-- Critical for SEO - appears in search results snippets --> |
|
81 | 81 |
|
82 | 82 | <!-- Author Information --> |
83 | 83 | <!-- Establishes content ownership and credibility --> |
84 | | - <meta name="author" content="Linux Tutorial CMS" /> |
| 84 | + <meta name="author" content="Rust Blog CMS" /> |
85 | 85 |
|
86 | 86 | <!-- ==================================================================== --> |
87 | 87 | <!-- SOCIAL MEDIA INTEGRATION --> |
|
95 | 95 |
|
96 | 96 | <!-- Social Media Title --> |
97 | 97 | <!-- Should be engaging and shareable --> |
98 | | - <meta property="og:title" content="Linux Tutorial - Lerne Linux Schritt für Schritt" /> |
| 98 | + <meta property="og:title" content="Rust Blog CMS" /> |
99 | 99 |
|
100 | 100 | <!-- Social Media Description --> |
101 | 101 | <!-- Optimized for social sharing context --> |
|
119 | 119 |
|
120 | 120 | <!-- Twitter Title --> |
121 | 121 | <!-- Optimized for Twitter's character limits and audience --> |
122 | | - <meta name="twitter:title" content="Linux Tutorial - Lerne Linux Schritt für Schritt" /> |
| 122 | + <meta name="twitter:title" content="Rust Blog CMS" /> |
123 | 123 |
|
124 | 124 | <!-- Twitter Description --> |
125 | 125 | <!-- Twitter-specific description for better engagement --> |
|
208 | 208 | <noscript> |
209 | 209 | <div style="padding: 20px; text-align: center; font-family: Arial, sans-serif;"> |
210 | 210 | <h1>JavaScript Required</h1> |
211 | | - <p>Die Linux Tutorial CMS erfordert JavaScript für die volle Funktionalität.</p> |
| 211 | + <p>Die Rust Blog CMS erfordert JavaScript für die volle Funktionalität.</p> |
212 | 212 | <p>Please enable JavaScript in your browser settings to continue.</p> |
213 | 213 | <p><a href="/accessibility">Accessible Version</a></p> |
214 | 214 | </div> |
|
0 commit comments