added some seo
This commit is contained in:
parent
5ba5e820b0
commit
06d30bcd87
1 changed files with 38 additions and 0 deletions
38
index.html
38
index.html
|
@ -3,6 +3,44 @@
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Home - WillowMeCreations</title>
|
<title>Home - WillowMeCreations</title>
|
||||||
|
<!-- Primary Meta Tags -->
|
||||||
|
<meta name="title" content="WillowMeCreations - Hand-Crafted Crochet Items from Indiana">
|
||||||
|
<meta name="description" content="Discover beautifully hand-crafted crochet items made with love at WillowMeCreations. Explore our unique designs and shop high-quality crochet wearables.">
|
||||||
|
<meta name="keywords" content="handmade crochet, WillowMeCreations, crochet items, crochet fashion, Indiana crochet, custom crochet, handcrafted wearables, crochet gifts">
|
||||||
|
<meta name="robots" content="index, follow">
|
||||||
|
<meta name="author" content="WillowMeCreations">
|
||||||
|
|
||||||
|
<!-- Open Graph / Facebook -->
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://willowmecreations.com/">
|
||||||
|
<meta property="og:title" content="WillowMeCreations - Hand-Crafted Crochet Items from Indiana">
|
||||||
|
<meta property="og:description" content="Discover beautifully hand-crafted crochet items made with love at WillowMeCreations. Explore our unique designs and shop high-quality crochet wearables.">
|
||||||
|
<meta property="og:image" content="https://willowmecreations.com/img/hero1.jpg">
|
||||||
|
|
||||||
|
<!-- Twitter -->
|
||||||
|
<meta property="twitter:card" content="summary_large_image">
|
||||||
|
<meta property="twitter:url" content="https://willowmecreations.com/">
|
||||||
|
<meta property="twitter:title" content="WillowMeCreations - Hand-Crafted Crochet Items from Indiana">
|
||||||
|
<meta property="twitter:description" content="Discover beautifully hand-crafted crochet items made with love at WillowMeCreations. Explore our unique designs and shop high-quality crochet wearables.">
|
||||||
|
<meta property="twitter:image" content="https://willowmecreations.com/img/hero1.jpg">
|
||||||
|
|
||||||
|
<!-- Schema.org for Google -->
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "https://schema.org",
|
||||||
|
"@type": "Organization",
|
||||||
|
"name": "WillowMeCreations",
|
||||||
|
"url": "https://willowmecreations.com/",
|
||||||
|
"logo": "https://willowmecreations.com/img/logo-transparent.png",
|
||||||
|
"sameAs": [
|
||||||
|
"https://instagram.com/",
|
||||||
|
"https://facebook.com/",
|
||||||
|
"https://tiktok.com/bethanyrhodes6"
|
||||||
|
],
|
||||||
|
"description": "WillowMeCreations offers handmade crochet items crafted with love in Indiana. Shop a variety of wearables, including scarves, shawls, and more."
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
Loading…
Reference in a new issue