Enhance SEO and performance for MC Cars website
- Added meta tags for SEO optimization across multiple pages including descriptions, robots directives, and Open Graph tags. - Implemented JSON-LD structured data for better search visibility and rich snippets. - Configured nginx for improved performance with gzip compression, caching strategies, and security headers. - Created robots.txt and sitemap.xml for better search engine indexing and crawl management. - Developed comprehensive SEO documentation including a guide and quick reference for ongoing optimization efforts.
This commit is contained in:
@@ -11,6 +11,41 @@
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
<script>document.write('<scr'+'ipt src="config.js?v='+Date.now()+'"><\/scr'+'ipt>')</script>
|
||||
|
||||
<meta name="description" content="Allgemeine Geschäftsbedingungen (AGB) von MC Cars - Sportwagenvermietung in Steiermark" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<link rel="canonical" href="https://demo.lago.dev/agb.html" />
|
||||
<link rel="alternate" hreflang="de" href="https://demo.lago.dev/agb.html" />
|
||||
|
||||
<!-- Open Graph Tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="AGB – MC Cars" />
|
||||
<meta property="og:description" content="Allgemeine Geschäftsbedingungen von MC Cars" />
|
||||
<meta property="og:url" content="https://demo.lago.dev/agb.html" />
|
||||
<meta property="og:site_name" content="MC Cars" />
|
||||
<meta property="og:locale" content="de_AT" />
|
||||
|
||||
<!-- JSON-LD Breadcrumb -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": "Startseite",
|
||||
"item": "https://demo.lago.dev/"
|
||||
},
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 2,
|
||||
"name": "AGB",
|
||||
"item": "https://demo.lago.dev/agb.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="site-header">
|
||||
|
||||
Reference in New Issue
Block a user