docs: add SEO improvements — robots.txt, sitemap.xml, canonical URL, structured data
This commit is contained in:
@@ -13,7 +13,23 @@
|
|||||||
<meta name="twitter:description" content="A sleek, dark-themed webchat UI for OpenClaw. Monitor sessions, stream responses, and inspect tool calls in real-time." />
|
<meta name="twitter:description" content="A sleek, dark-themed webchat UI for OpenClaw. Monitor sessions, stream responses, and inspect tool calls in real-time." />
|
||||||
<meta name="twitter:image" content="https://raw.githubusercontent.com/MarlBurroW/pinchchat/main/public/og-card.png" />
|
<meta name="twitter:image" content="https://raw.githubusercontent.com/MarlBurroW/pinchchat/main/public/og-card.png" />
|
||||||
<meta property="og:url" content="https://marlburrow.github.io/pinchchat/" />
|
<meta property="og:url" content="https://marlburrow.github.io/pinchchat/" />
|
||||||
|
<link rel="canonical" href="https://marlburrow.github.io/pinchchat/" />
|
||||||
|
<meta name="robots" content="index, follow" />
|
||||||
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/MarlBurroW/pinchchat/main/public/logo.png" />
|
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/MarlBurroW/pinchchat/main/public/logo.png" />
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "PinchChat",
|
||||||
|
"description": "A sleek, dark-themed webchat UI for OpenClaw. Monitor sessions, stream responses, and inspect tool calls in real-time.",
|
||||||
|
"url": "https://marlburrow.github.io/pinchchat/",
|
||||||
|
"applicationCategory": "DeveloperApplication",
|
||||||
|
"operatingSystem": "Web",
|
||||||
|
"license": "https://opensource.org/licenses/MIT",
|
||||||
|
"codeRepository": "https://github.com/MarlBurroW/pinchchat",
|
||||||
|
"offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
|
||||||
|
|
||||||
|
|||||||
4
docs/robots.txt
Normal file
4
docs/robots.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://marlburrow.github.io/pinchchat/sitemap.xml
|
||||||
9
docs/sitemap.xml
Normal file
9
docs/sitemap.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
|
<url>
|
||||||
|
<loc>https://marlburrow.github.io/pinchchat/</loc>
|
||||||
|
<lastmod>2026-02-13</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Reference in New Issue
Block a user