mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
updates: site url to markdown.fast, png og image and site name
This commit is contained in:
27
index.html
27
index.html
@@ -10,7 +10,7 @@
|
||||
name="description"
|
||||
content="An open-source publishing framework for AI agents and developers. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify."
|
||||
/>
|
||||
<meta name="author" content="markdown sync framework" />
|
||||
<meta name="author" content="markdown sync publishing framework" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="markdown site, Convex, Netlify, React, TypeScript, open source, real-time, sync"
|
||||
@@ -21,31 +21,34 @@
|
||||
<meta name="theme-color" content="#faf8f5" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:title" content="markdown sync framework" />
|
||||
<meta property="og:title" content="markdown sync publishing framework" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="An open-source publishing framework for AI agents and developers. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://markdowncms.netlify.app/" />
|
||||
<meta property="og:site_name" content="markdown sync framework" />
|
||||
<meta property="og:url" content="https://www.markdown.fast/" />
|
||||
<meta
|
||||
property="og:site_name"
|
||||
content="markdown sync publishing framework"
|
||||
/>
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://markdowncms.netlify.app/images/og-default.svg"
|
||||
content="https://www.markdown.fast/images/og-default.png"
|
||||
/>
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:domain" content="markdowncms.netlify.app" />
|
||||
<meta property="twitter:url" content="https://markdowncms.netlify.app/" />
|
||||
<meta name="twitter:title" content="markdown sync framework" />
|
||||
<meta property="twitter:domain" content="www.markdown.fast" />
|
||||
<meta property="twitter:url" content="https://www.markdown.fast/" />
|
||||
<meta name="twitter:title" content="markdown sync publishing framework" />
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="An open-source publishing framework for AI agents and developers. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://markdowncms.netlify.app/images/og-default.svg"
|
||||
content="https://www.markdown.fast/images/og-default.png"
|
||||
/>
|
||||
|
||||
<!-- RSS Feeds -->
|
||||
@@ -71,16 +74,16 @@
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "markdown sync framework",
|
||||
"url": "https://markdowncms.netlify.app",
|
||||
"url": "https://www.markdown.fast",
|
||||
"description": "An open-source publishing framework for AI agents and developers. Write markdown, sync from the terminal. Your content is instantly available to browsers, LLMs, and AI agents. Built on Convex and Netlify.",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "markdown sync framework",
|
||||
"url": "https://markdowncms.netlify.app"
|
||||
"url": "https://www.markdown.fast"
|
||||
},
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "https://markdowncms.netlify.app/?q={search_term_string}",
|
||||
"target": "https://www.markdown.fast/?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user