Home / Disable / Schema Markup – Local Business
Duplicate Snippet

Embed Snippet on Your Site

Schema Markup – Local Business

Insert structured data for local SEO of the company

Code Preview
html
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "iCleaning Services California",
  "image": "https://tusitio.com/logo.png",
  "url": "https://icleaningsvc.com",
  "telephone": "+1-XXX-XXX-XXXX",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Tu Dirección",
    "addressLocality": "Anaheim",
    "addressRegion": "CA",
    "postalCode": "92801",
    "addressCountry": "US"
  },
  "priceRange": "$$",
  "servesCuisine": "N/A",
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "33.8366",
    "longitude": "-117.9143"
  }
}
</script>

Comments

Add a Comment