Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed May 10, 2024
1 parent 3fd29b3 commit 59b6df5
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 4 deletions.
49 changes: 48 additions & 1 deletion pages/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,54 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Welcome to StableCanvas</title>

<!-- seo:metadata start -->
<title>StableCanvas: Free Infinite Canvas with Stable Diffusion</title>

<meta
name="description"
content="StableCanvas is a versatile and user-friendly online AI art creation tool, powered by stable diffusion technology, offering a drag-and-drop interface, infinite canvas, latent controls, and more. Perfect for artists and creators seeking innovative digital expression."
/>

<meta
name="keywords"
content="StableCanvas, AI art creation, stable diffusion, infinite canvas, comfortable UI, customizable scripts, digital artwork, free online tool, latent controls, JavaScript, pose editor, plugin system, project files"
/>

<meta name="author" content="StableCanvas Team" />

<meta name="robots" content="index, follow" />

<meta
property="og:title"
content="StableCanvas: Free Infinite Canvas with Stable
Diffusion"
/>
<meta
property="og:description"
content="Harness the power of stable diffusion for boundless digital art creation with StableCanvas' free online tool designed for artists and creators."
/>
<!-- <meta property="og:image" content="http://stablecanvas.com/og-image.jpg" /> -->
<meta property="og:url" content="http://stablecanvas.com" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />

<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="StableCanvas: Infinite Canvas for AI Art"
/>
<meta
name="twitter:description"
content="Create, edit, and expand your AI-generated art with StableCanvas, utilizing the innovative stable diffusion technology for limitless creativity."
/>
<!-- <meta name="twitter:image" content="http://stablecanvas.com/twitter-card-image.jpg" /> -->
<meta name="twitter:site" content="@StableCanvas" />

<link rel="canonical" href="http://stablecanvas.com" />

<!-- seo:metadata end -->

<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👨‍🎨</text></svg>"
Expand Down
51 changes: 48 additions & 3 deletions pages/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,58 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />

<!-- seo:metadata start -->
<title>StableCanvas: Free Infinite Canvas with Stable Diffusion</title>

<meta
name="description"
content="StableCanvas is a versatile and user-friendly online AI art creation tool, powered by stable diffusion technology, offering a drag-and-drop interface, infinite canvas, latent controls, and more. Perfect for artists and creators seeking innovative digital expression."
/>

<meta
name="keywords"
content="StableCanvas, AI art creation, stable diffusion, infinite canvas, comfortable UI, customizable scripts, digital artwork, free online tool, latent controls, JavaScript, pose editor, plugin system, project files"
/>

<meta name="author" content="StableCanvas Team" />

<meta name="robots" content="index, follow" />

<meta
property="og:title"
content="StableCanvas: Free Infinite Canvas with Stable
Diffusion"
/>
<meta
property="og:description"
content="Harness the power of stable diffusion for boundless digital art creation with StableCanvas' free online tool designed for artists and creators."
/>
<!-- <meta property="og:image" content="http://stablecanvas.com/og-image.jpg" /> -->
<meta property="og:url" content="http://stablecanvas.com" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />

<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="StableCanvas: Infinite Canvas for AI Art"
/>
<meta
name="twitter:description"
content="Create, edit, and expand your AI-generated art with StableCanvas, utilizing the innovative stable diffusion technology for limitless creativity."
/>
<!-- <meta name="twitter:image" content="http://stablecanvas.com/twitter-card-image.jpg" /> -->
<meta name="twitter:site" content="@StableCanvas" />

<link rel="canonical" href="http://stablecanvas.com" />

<!-- seo:metadata end -->

<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👨‍🎨</text></svg>"
/>
<title>Stable Canvas - ai painting better</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
Expand Down

0 comments on commit 59b6df5

Please sign in to comment.