SEO: add OG/Twitter meta tags, JSON-LD structured data, favicon, canonical URL, robots.txt, sitemap.xml
This commit is contained in:
parent
0ab5b5d497
commit
bda95a46d6
61
index.html
61
index.html
@ -3,8 +3,67 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta name="description" content="Moxiegen - Algorithmic enhancement for enterprise LLM and AI models. 10-100x faster inference and training.">
|
<meta name="description" content="Moxiegen delivers algorithmic enhancement for enterprise LLM and AI models — 10-100x faster inference and training. Download Moxie Desktop, our hybrid AI agent with on-device and server inference.">
|
||||||
<title>Moxiegen • Our Algos, Your AI Advantage</title>
|
<title>Moxiegen • Our Algos, Your AI Advantage</title>
|
||||||
|
|
||||||
|
<!-- Canonical URL -->
|
||||||
|
<link rel="canonical" href="https://moxiegen.com/">
|
||||||
|
|
||||||
|
<!-- Favicon -->
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/logo.svg">
|
||||||
|
|
||||||
|
<!-- Open Graph -->
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://moxiegen.com/">
|
||||||
|
<meta property="og:title" content="Moxiegen — Our Algos, Your AI Advantage">
|
||||||
|
<meta property="og:description" content="Algorithmic enhancement for enterprise LLM and AI models. 10-100x faster inference and training. Try Moxie Desktop, a hybrid AI agent that keeps your data on your machine.">
|
||||||
|
<meta property="og:image" content="https://moxiegen.com/logo.png">
|
||||||
|
<meta property="og:site_name" content="Moxiegen">
|
||||||
|
|
||||||
|
<!-- Twitter Card -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
|
<meta name="twitter:title" content="Moxiegen — Our Algos, Your AI Advantage">
|
||||||
|
<meta name="twitter:description" content="Algorithmic enhancement for enterprise LLM and AI models. 10-100x faster inference and training. Try Moxie Desktop, a hybrid AI agent that keeps your data on your machine.">
|
||||||
|
<meta name="twitter:image" content="https://moxiegen.com/logo.png">
|
||||||
|
|
||||||
|
<!-- JSON-LD Structured Data -->
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@graph": [
|
||||||
|
{
|
||||||
|
"@type": "Organization",
|
||||||
|
"@id": "https://moxiegen.com/#organization",
|
||||||
|
"name": "Moxiegen",
|
||||||
|
"url": "https://moxiegen.com",
|
||||||
|
"logo": "https://moxiegen.com/logo.png"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "WebSite",
|
||||||
|
"@id": "https://moxiegen.com/#website",
|
||||||
|
"url": "https://moxiegen.com",
|
||||||
|
"name": "Moxiegen",
|
||||||
|
"publisher": { "@id": "https://moxiegen.com/#organization" }
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"@type": "SoftwareApplication",
|
||||||
|
"name": "Moxie Desktop",
|
||||||
|
"url": "https://moxiegen.com",
|
||||||
|
"applicationCategory": "AIApplication",
|
||||||
|
"operatingSystem": ["Windows 10+", "Ubuntu 20.04+", "macOS 12+ (Apple Silicon)"],
|
||||||
|
"description": "A hybrid AI agent using on-device inference for lightweight tasks and Moxie-Server for heavy tasks. Your data never leaves your machine.",
|
||||||
|
"offers": {
|
||||||
|
"@type": "Offer",
|
||||||
|
"price": "0",
|
||||||
|
"priceCurrency": "USD",
|
||||||
|
"availability": "https://schema.org/InStock"
|
||||||
|
},
|
||||||
|
"isAccessibleForFree": true,
|
||||||
|
"softwareVersion": "Public Beta"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
</script>
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
<style>
|
<style>
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Space+Grotesk:wght@500;600&display=swap');
|
||||||
|
|||||||
4
robots.txt
Normal file
4
robots.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
Sitemap: https://moxiegen.com/sitemap.xml
|
||||||
9
sitemap.xml
Normal file
9
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://moxiegen.com/</loc>
|
||||||
|
<lastmod>2025-06-26</lastmod>
|
||||||
|
<changefreq>weekly</changefreq>
|
||||||
|
<priority>1.0</priority>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
Loading…
Reference in New Issue
Block a user