Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
/>
<meta name="theme-color" content="#1976d2" />

<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />

<!-- SEO Meta Tags -->
<title>
Worknot - Host Notion Sites on Your Custom Domain | Cloudflare
Expand Down Expand Up @@ -35,6 +39,13 @@
content="Host your Notion Site on a custom domain with Cloudflare Workers. Actively maintained by Classmethod, always up-to-date with the latest Notion specifications."
/>
<meta property="og:site_name" content="Worknot" />
<meta
property="og:image"
content="https://worknot.classmethod.live/og-image.svg"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="en_US" />

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
Expand All @@ -47,10 +58,37 @@
name="twitter:description"
content="Host your Notion Site on a custom domain with Cloudflare Workers. Actively maintained by Classmethod, always up-to-date with the latest Notion specifications."
/>
<meta
name="twitter:image"
content="https://worknot.classmethod.live/og-image.svg"
/>

<!-- Canonical URL -->
<link rel="canonical" href="https://worknot.classmethod.live/" />

<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Worknot",
"description": "Host your Notion Site on a custom domain with Cloudflare Workers. Generate Worker scripts to proxy Notion pages with pretty URLs and image optimization.",
"url": "https://worknot.classmethod.live/",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"creator": {
"@type": "Organization",
"name": "Classmethod",
"url": "https://classmethod.jp/"
}
}
</script>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Expand Down
4 changes: 4 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions public/og-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Allow: /

Sitemap: https://worknot.classmethod.live/sitemap.xml
8 changes: 8 additions & 0 deletions public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://worknot.classmethod.live/</loc>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
</url>
</urlset>