Skip to content

Commit d1c7944

Browse files
maxmax
authored andcommitted
SEO: add og:image, JSON-LD, cross-promotion CTA
1 parent 2f987f8 commit d1c7944

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<meta property="og:title" content="Stop Googling CSS Gradients — Generate & Copy Instantly">
1010
<meta property="og:description" content="Stop googling CSS gradients. Generate, preview, copy — done. Linear, radial, and conic gradients.">
1111
<meta property="og:type" content="website">
12+
<meta property="og:image" content="https://maxmini0214.github.io/og-default.png">
13+
<meta property="og:url" content="https://maxmini0214.github.io/css-gradient/">
14+
<script type="application/ld+json">{"@context":"https://schema.org","@type":"WebApplication","name":"CSS Gradient Generator","description":"Generate linear, radial, and conic CSS gradients with real-time preview. Copy the CSS code in one click.","url":"https://maxmini0214.github.io/css-gradient/","applicationCategory":"DeveloperApplication"}</script>
1215
<link rel="canonical" href="https://maxmini0214.github.io/css-gradient/">
1316
<style>
1417
*{margin:0;padding:0;box-sizing:border-box}
@@ -204,5 +207,6 @@ <h3>Presets</h3>
204207

205208
render();
206209
</script>
210+
<div style="text-align:center;padding:2rem 1rem;margin-top:2rem;border-top:1px solid #333348"><a href="https://maxmini0214.github.io/" style="color:#7c6cf0;text-decoration:none;font-size:.9rem">More Free Dev Tools → maxmini0214.github.io</a></div>
207211
</body>
208212
</html>

0 commit comments

Comments
 (0)