Home / Admin / jason-ld header code
Duplicate Snippet

Embed Snippet on Your Site

jason-ld header code

Kathy Abdel-Hak
<10
Code Preview
php
<?php
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "JewelryStore",
  "name": "N.J. Diamonds",
  "image": "https://www.njdiamonds.com/wp-content/uploads/your-image.jpg",
  "@id": "https://www.njdiamonds.com",
  "url": "https://www.njdiamonds.com",
  "telephone": "+1-313-565-8888",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "24405 Ford Road",
    "addressLocality": "Dearborn",
    "addressRegion": "MI",
    "postalCode": "48128",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 42.323,
    "longitude": -83.273
  },
  "openingHoursSpecification": [
    {
      "@type": "OpeningHoursSpecification",
      "dayOfWeek": [
        "Monday",
        "Tuesday",
        "Wednesday",
        "Thursday",
        "Friday",
        "Saturday"
      ],
      "opens": "10:00",
      "closes": "18:00"
    }
  ],
  "sameAs": [
    "https://www.facebook.com/njdiamonds",
    "https://www.instagram.com/njdiamonds",
    "https://www.pinterest.com/njdiamonds",
    "https://www.youtube.com/@njdiamonds"
  ],
  "description": "N.J. Diamonds is a custom jewelry store in Dearborn, Michigan, trusted since 1996. Offering custom jewelry design, diamond engagement rings, wedding bands, and pearl jewelry designed by Custom by Z with over 30 years of experience. Serving Dearborn, Detroit, Livonia, Canton, and all of Southeast Michigan.",
  "founder": {
    "@type": "Person",
    "name": "Custom by Z",
    "description": "Award-winning jewelry designer with over 30 years of experience creating custom engagement rings and fine jewelry in Michigan."
  },
  "brand": {
    "@type": "Brand",
    "name": "Custom by Z",
    "url": "https://www.njdiamonds.com/custom-by-z"
  },
  "keywords": "custom jewelry store Michigan, custom engagement rings Dearborn, jewelry store near me, custom jewelry Southeast Michigan, Custom by Z, diamond engagement rings, wedding bands Michigan"
}
</script>

Comments

Add a Comment