From 3bbbe85599aae86d545c445e5ad081874afee64b Mon Sep 17 00:00:00 2001 From: "Claw (AI)" Date: Wed, 13 May 2026 23:10:55 +0000 Subject: [PATCH] feat(seo): add meta description, canonical, Open Graph and Schema.org JSON-LD - Add meta description with property details - Add canonical URL (haus-schleusingen.de placeholder, pending Martin's confirmation) - Add Open Graph tags (og:type, og:title, og:description, og:image, og:url, og:locale, og:site_name) - Add Schema.org RealEstateListing structured data (JSON-LD) - Optimize title tag for SEO - Create robots.txt with sitemap reference Ref #16 --- haus-schleusingen.html | 55 +++++++++++++++++++++++++++++++++++++++++- robots.txt | 3 +++ 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 robots.txt diff --git a/haus-schleusingen.html b/haus-schleusingen.html index 7ecedfc..8d48e23 100644 --- a/haus-schleusingen.html +++ b/haus-schleusingen.html @@ -3,7 +3,60 @@ - Einfamilienhaus zur Miete - Schleusingen + Einfamilienhaus mieten Schleusingen | 227 m², 6 Zimmer | 1.300 € Kaltmiete + + + + + + + + + + + + + + + diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..516c855 --- /dev/null +++ b/robots.txt @@ -0,0 +1,3 @@ +User-agent: * +Allow: / +Sitemap: https://haus-schleusingen.de/haus-schleusingen.html