mirror of
https://github.com/waynesutton/markdown-site.git
synced 2026-01-12 04:09:14 +00:00
fix: update OG image meta tags and rename to Markdown Site
This commit is contained in:
47
index.html
47
index.html
@@ -8,12 +8,12 @@
|
||||
<!-- SEO Meta Tags -->
|
||||
<meta
|
||||
name="description"
|
||||
content="An open source markdown blog powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
content="An open source markdown site powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
/>
|
||||
<meta name="author" content="Markdown Blog" />
|
||||
<meta name="author" content="Markdown Site" />
|
||||
<meta
|
||||
name="keywords"
|
||||
content="markdown blog, Convex, Netlify, React, TypeScript, open source, real-time"
|
||||
content="markdown site, Convex, Netlify, React, TypeScript, open source, real-time"
|
||||
/>
|
||||
<meta name="robots" content="index, follow" />
|
||||
|
||||
@@ -23,25 +23,38 @@
|
||||
<!-- Open Graph -->
|
||||
<meta
|
||||
property="og:title"
|
||||
content="Markdown Blog - Real-time Blog with Convex"
|
||||
content="Markdown Site - Real-time Site with Convex"
|
||||
/>
|
||||
<meta
|
||||
property="og:description"
|
||||
content="An open source markdown blog powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
content="An open source markdown site powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
/>
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://your-blog.netlify.app" />
|
||||
<meta property="og:site_name" content="Markdown Blog" />
|
||||
<meta property="og:url" content="https://markdowncms.netlify.app/" />
|
||||
<meta property="og:site_name" content="Markdown Site" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://markdowncms.netlify.app/images/og-default.svg"
|
||||
/>
|
||||
|
||||
<!-- Twitter Card -->
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<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 Blog - Real-time Blog with Convex"
|
||||
content="Markdown Site - Real-time Site with Convex"
|
||||
/>
|
||||
<meta
|
||||
name="twitter:description"
|
||||
content="An open source markdown blog powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
content="An open source markdown site powered by Convex and Netlify. Fork it, customize it, ship it."
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://markdowncms.netlify.app/images/og-default.svg"
|
||||
/>
|
||||
|
||||
<!-- RSS Feeds -->
|
||||
@@ -66,23 +79,23 @@
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Markdown Blog",
|
||||
"url": "https://your-blog.netlify.app",
|
||||
"description": "An open source markdown blog powered by Convex and Netlify.",
|
||||
"name": "Markdown Site",
|
||||
"url": "https://markdowncms.netlify.app",
|
||||
"description": "An open source markdown site powered by Convex and Netlify.",
|
||||
"author": {
|
||||
"@type": "Organization",
|
||||
"name": "Markdown Blog",
|
||||
"url": "https://your-blog.netlify.app"
|
||||
"name": "Markdown Site",
|
||||
"url": "https://markdowncms.netlify.app"
|
||||
},
|
||||
"potentialAction": {
|
||||
"@type": "SearchAction",
|
||||
"target": "https://your-blog.netlify.app/?q={search_term_string}",
|
||||
"target": "https://markdowncms.netlify.app/?q={search_term_string}",
|
||||
"query-input": "required name=search_term_string"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<title>Markdown Blog - Real-time Blog with Convex</title>
|
||||
<title>Markdown Site - Real-time Site with Convex</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user