{"id":26521,"date":"2024-05-31T07:29:00","date_gmt":"2024-05-31T07:29:00","guid":{"rendered":"https:\/\/novibuilder.com\/blog\/?p=26521"},"modified":"2024-12-02T11:20:49","modified_gmt":"2024-12-02T11:20:49","slug":"implementing-schema-markup","status":"publish","type":"post","link":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/","title":{"rendered":"Implementing Schema Markup for an Electrician Website"},"content":{"rendered":"\n<p>In the digital age, having a well-optimised website is crucial for any business, including electricians. Schema markup, a form of structured data, is a powerful tool that can enhance your website&#8217;s visibility on search engines. This guide will explain how to implement schema markup specifically tailored for <a href=\"https:\/\/twinelectrics.com.au\/licenced-electrician\/\" target=\"_blank\" rel=\"noreferrer noopener\">an electrician&#8217;s website<\/a>.<\/p>\n\n\n\n<h2 id=\"what-is-schema-markup\"><a><\/a>What is Schema Markup?<\/h2>\n\n\n\n<p>Schema markup is a semantic vocabulary of tags (or microdata) that you can add to your HTML. These tags help search engines better understand the content of your website, leading to more informative and rich search engine results.<\/p>\n\n\n\n<h2 id=\"why-use-schema-markup\"><a><\/a>Why Use Schema Markup?<\/h2>\n\n\n\n<ol type=\"1\"><li>Enhanced Visibility: Schema markup can <a class=\"ext-flw-agree\" href=\"https:\/\/www.junia.ai\/blog\/seo-without-backlinks\">improve how your website appears in search results<\/a>, often displaying additional information like reviews, services, and contact details.<\/li><li>Higher Click-Through Rates (CTR): Rich snippets (enhanced listings) tend to attract more clicks compared to standard search results.<\/li><li>Improved Local SEO: For local businesses like electricians, schema markup can significantly enhance local search rankings.<\/li><\/ol>\n\n\n\n<h2 id=\"types-of-schema-markup-for-electricians\"><a><\/a>Types of Schema Markup for Electricians<\/h2>\n\n\n\n<p>For an electrician&#8217;s website, consider implementing the following types of schema markup:<\/p>\n\n\n\n<ol type=\"1\"><li>Local Business Schema: Provides details about your business, including address, phone number, opening hours, and more.<\/li><li>Service Schema: Describes the services you offer, such as electrical repairs, installations, and inspections.<\/li><li>Review Schema: Displays customer reviews and ratings.<\/li><li>Person Schema: If you want to highlight the credentials of specific electricians or staff members.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.semrush.com\/blog\/schema-markup\/\"><img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" data-src=\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg\" loading=\"lazy\" width=\"785\" height=\"754\" alt=\"Business Schema Markup\" class=\"wp-image-26528 _lazysizes\" data-srcset=\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg 785w, https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business-300x288.jpg 300w, https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business-768x738.jpg 768w\" sizes=\"(max-width: 785px) 100vw, 785px\"><\/a><\/figure>\n\n\n\n<h2 id=\"step-by-step-guide-to-implement-schema-markup\"><a><\/a>Step-by-Step Guide to Implement Schema Markup<\/h2>\n\n\n\n<h3 id=\"step-1-identify-the-key-pages\"><a><\/a>Step 1: Identify the Key Pages<\/h3>\n\n\n\n<p>Start by identifying the key pages on your website where schema markup would be beneficial. This typically includes:<\/p>\n\n\n\n<ul><li>Homepage<\/li><li>Services pages<\/li><li>Contact page<\/li><li>About Us page<\/li><\/ul>\n\n\n\n<h3 id=\"step-2-choose-the-right-schema-markup\"><a><\/a>Step 2: Choose the Right Schema Markup<\/h3>\n\n\n\n<p>Use the <a href=\"https:\/\/schema.org\/\" rel=\"nofollow\">Schema.org<\/a> website to explore the types of schema available. For electricians, you might focus on:<\/p>\n\n\n\n<ul><li>LocalBusiness<\/li><li>Electrician<\/li><li>Service<\/li><li>Review<\/li><li>Person<\/li><\/ul>\n\n\n\n<h3 id=\"step-3-generate-the-schema-markup\"><a><\/a>Step 3: Generate the Schema Markup<\/h3>\n\n\n\n<p>You can use tools like Google&#8217;s Structured Data Markup Helper to generate the necessary schema markup. Here\u2019s how:<\/p>\n\n\n\n<h4 id=\"1-localbusiness-schema\"><a><\/a>1.&nbsp;&nbsp;&nbsp;&nbsp; LocalBusiness Schema:<\/h4>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&nbsp; &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;@type&#8221;: &#8220;Electrician&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;name&#8221;: &#8220;ABC Electricians&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;image&#8221;: &#8220;https:\/\/example.com\/logo.jpg&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;address&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;PostalAddress&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;streetAddress&#8221;: &#8220;123 Main St&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;addressLocality&#8221;: &#8220;Your City&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;addressRegion&#8221;: &#8220;Your State&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;postalCode&#8221;: &#8220;12345&#8221;,<\/p>\n\n\n\n<p>&nbsp; &nbsp;&nbsp;&#8220;addressCountry&#8221;: &#8220;Your Country&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;telephone&#8221;: &#8220;+1234567890&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;url&#8221;: &#8220;https:\/\/example.com&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;openingHours&#8221;: &#8220;Mo,Tu,We,Th,Fr 08:00-18:00&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;priceRange&#8221;: &#8220;$$&#8221;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h4 id=\"service-schema\"><a><\/a>Service Schema:<\/h4>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&nbsp; &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;@type&#8221;: &#8220;Service&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;serviceType&#8221;: &#8220;Electrical Repair&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;provider&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Electrician&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;name&#8221;: &#8220;ABC Electricians&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;url&#8221;: &#8220;https:\/\/example.com&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;areaServed&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Place&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;name&#8221;: &#8220;Your City&#8221;<\/p>\n\n\n\n<p>&nbsp; }<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h4 id=\"review-schema\"><a><\/a>Review Schema:<\/h4>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&nbsp; &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;@type&#8221;: &#8220;Review&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;itemReviewed&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Electrician&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;name&#8221;: &#8220;ABC Electricians&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;author&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Person&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;name&#8221;: &#8220;John Doe&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;reviewRating&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Rating&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;ratingValue&#8221;: &#8220;5&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;bestRating&#8221;: &#8220;5&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;reviewBody&#8221;: &#8220;Excellent service, very professional.&#8221;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h4 id=\"person-schema-for-a-specific-electrician\"><a><\/a>Person Schema (for a specific electrician):<\/h4>\n\n\n\n<p>{<\/p>\n\n\n\n<p>&nbsp; &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;@type&#8221;: &#8220;Person&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;name&#8221;: &#8220;Jane Smith&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;jobTitle&#8221;: &#8220;Lead Electrician&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;worksFor&#8221;: {<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;@type&#8221;: &#8220;Organization&#8221;,<\/p>\n\n\n\n<p>&nbsp;&nbsp;&nbsp; &#8220;name&#8221;: &#8220;ABC Electricians&#8221;<\/p>\n\n\n\n<p>&nbsp; },<\/p>\n\n\n\n<p>&nbsp; &#8220;telephone&#8221;: &#8220;+1234567890&#8221;,<\/p>\n\n\n\n<p>&nbsp; &#8220;email&#8221;: &#8220;jane.smith@example.com&#8221;<\/p>\n\n\n\n<p>}<\/p>\n\n\n\n<h3 id=\"step-4-add-schema-markup-to-your-website\"><a><\/a>Step 4: Add Schema Markup to Your Website<\/h3>\n\n\n\n<p>Once you&#8217;ve generated the markup, you need to add it to the HTML of your website. This can be done by:<\/p>\n\n\n\n<ul><li>Editing HTML Directly: If you have access to your website&#8217;s HTML, you can paste the generated schema markup directly into the appropriate sections of your web pages.<\/li><li>Using a CMS Plugin: If your website is built on a CMS like WordPress, there are plugins available (such as Yoast SEO or Schema Pro) that simplify the process of adding markup.<\/li><\/ul>\n\n\n\n<h3 id=\"step-5-test-your-schema-markup\"><a><\/a>Step 5: Test Your Schema Markup<\/h3>\n\n\n\n<p>Before going live, it\u2019s essential to test your schema markup to ensure it\u2019s correctly implemented. Use <a href=\"https:\/\/search.google.com\/test\/rich-results\">Google&#8217;s Rich Results Test tool<\/a> to validate your markup.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\" data-src=\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/test-your-schema-markup.jpg\" loading=\"lazy\" width=\"785\" height=\"346\" alt=\"test your schema markup\" class=\"wp-image-26532 _lazysizes\" data-srcset=\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/test-your-schema-markup.jpg 785w, https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/test-your-schema-markup-300x132.jpg 300w, https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/test-your-schema-markup-768x339.jpg 768w\" sizes=\"(max-width: 785px) 100vw, 785px\"><\/figure>\n\n\n\n<ol type=\"1\"><li>Paste the URL of your page or the code snippet into the tool.<\/li><li>Run the test to check for errors or warnings.<\/li><li>Make any necessary corrections and retest until no errors are found.<\/li><\/ol>\n\n\n\n<h3 id=\"step-6-monitor-and-update\"><a><\/a>Step 6: Monitor and Update<\/h3>\n\n\n\n<p>After implementing schema markup, monitor its performance using Google Search Console. Check for any crawl errors and keep your markup updated, especially if you change <a href=\"https:\/\/novibuilder.com\/blog\/live-chat-for-business-growth\/\">your business<\/a> details or add new services.<\/p>\n\n\n\n<h2 id=\"conclusion\"><a><\/a>Conclusion<\/h2>\n\n\n\n<p>Implementing schema markup on your electrician website can significantly improve your online presence, making it easier for potential customers to find and choose your services. By following this guide, you can enhance <a href=\"https:\/\/novibuilder.com\/blog\/web-scraping\/\">your website\u2019s SEO<\/a>, increase visibility in search results, and ultimately attract more customers.<\/p>\n\n\n\n<p>By taking the time to implement and maintain structured data, you ensure that your electrician services stand out in an increasingly competitive online market.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the digital age, having a well-optimised website is crucial for any business, including electricians. Schema markup, a form of structured data, is a powerful tool that can enhance your website&#8217;s visibility on search engines. This guide will explain how to implement schema markup specifically tailored for an electrician&#8217;s website. What is Schema Markup? Schema<\/p>\n","protected":false},"author":14,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"description\" content=\"Schema markup, a form of structured data, is a powerful tool that can enhance your website&#039;s visibility on search engines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Implementing Schema Markup for an Electrician Website - Novi Blog\" \/>\n<meta property=\"og:description\" content=\"Schema markup, a form of structured data, is a powerful tool that can enhance your website&#039;s visibility on search engines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/\" \/>\n<meta property=\"og:site_name\" content=\"Novi Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/NoviBuilder\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-31T07:29:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-02T11:20:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@novibuilder\" \/>\n<meta name=\"twitter:site\" content=\"@novibuilder\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alka\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/novibuilder.com\/blog\/#organization\",\"name\":\"Novi Builder Blog\",\"url\":\"https:\/\/novibuilder.com\/blog\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/NoviBuilder\/\",\"https:\/\/www.youtube.com\/channel\/UCUBpVGf9bbN64gnyvlsEkaA\",\"https:\/\/twitter.com\/novibuilder\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/novibuilder.com\/blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2020\/01\/novi-logo.png\",\"contentUrl\":\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2020\/01\/novi-logo.png\",\"width\":448,\"height\":188,\"caption\":\"Novi Builder Blog\"},\"image\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/novibuilder.com\/blog\/#website\",\"url\":\"https:\/\/novibuilder.com\/blog\/\",\"name\":\"Novi Blog\",\"description\":\"Just another WordPress site\",\"publisher\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/novibuilder.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg\",\"contentUrl\":\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg\",\"width\":785,\"height\":754},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage\",\"url\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/\",\"name\":\"Implementing Schema Markup for an Electrician Website - Novi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage\"},\"datePublished\":\"2024-05-31T07:29:00+00:00\",\"dateModified\":\"2024-12-02T11:20:49+00:00\",\"description\":\"Schema markup, a form of structured data, is a powerful tool that can enhance your website's visibility on search engines.\",\"breadcrumb\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/novibuilder.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Implementing Schema Markup for an Electrician Website\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage\"},\"author\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/#\/schema\/person\/598337a780e3e8412966b6851e5fee75\"},\"headline\":\"Implementing Schema Markup for an Electrician Website\",\"datePublished\":\"2024-05-31T07:29:00+00:00\",\"dateModified\":\"2024-12-02T11:20:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage\"},\"wordCount\":803,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/novibuilder.com\/blog\/#\/schema\/person\/598337a780e3e8412966b6851e5fee75\",\"name\":\"Alka\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/novibuilder.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46efed0a4e24acca2573407da4f79300?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46efed0a4e24acca2573407da4f79300?s=96&d=mm&r=g\",\"caption\":\"Alka\"},\"url\":\"https:\/\/novibuilder.com\/blog\/author\/alka\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"description":"Schema markup, a form of structured data, is a powerful tool that can enhance your website's visibility on search engines.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/","og_locale":"en_US","og_type":"article","og_title":"Implementing Schema Markup for an Electrician Website - Novi Blog","og_description":"Schema markup, a form of structured data, is a powerful tool that can enhance your website's visibility on search engines.","og_url":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/","og_site_name":"Novi Blog","article_publisher":"https:\/\/www.facebook.com\/NoviBuilder\/","article_published_time":"2024-05-31T07:29:00+00:00","article_modified_time":"2024-12-02T11:20:49+00:00","og_image":[{"url":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg"}],"twitter_card":"summary_large_image","twitter_creator":"@novibuilder","twitter_site":"@novibuilder","twitter_misc":{"Written by":"Alka","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/novibuilder.com\/blog\/#organization","name":"Novi Builder Blog","url":"https:\/\/novibuilder.com\/blog\/","sameAs":["https:\/\/www.facebook.com\/NoviBuilder\/","https:\/\/www.youtube.com\/channel\/UCUBpVGf9bbN64gnyvlsEkaA","https:\/\/twitter.com\/novibuilder"],"logo":{"@type":"ImageObject","@id":"https:\/\/novibuilder.com\/blog\/#logo","inLanguage":"en-US","url":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2020\/01\/novi-logo.png","contentUrl":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2020\/01\/novi-logo.png","width":448,"height":188,"caption":"Novi Builder Blog"},"image":{"@id":"https:\/\/novibuilder.com\/blog\/#logo"}},{"@type":"WebSite","@id":"https:\/\/novibuilder.com\/blog\/#website","url":"https:\/\/novibuilder.com\/blog\/","name":"Novi Blog","description":"Just another WordPress site","publisher":{"@id":"https:\/\/novibuilder.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/novibuilder.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage","inLanguage":"en-US","url":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg","contentUrl":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg","width":785,"height":754},{"@type":"WebPage","@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage","url":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/","name":"Implementing Schema Markup for an Electrician Website - Novi Blog","isPartOf":{"@id":"https:\/\/novibuilder.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage"},"datePublished":"2024-05-31T07:29:00+00:00","dateModified":"2024-12-02T11:20:49+00:00","description":"Schema markup, a form of structured data, is a powerful tool that can enhance your website's visibility on search engines.","breadcrumb":{"@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/novibuilder.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Implementing Schema Markup for an Electrician Website"}]},{"@type":"Article","@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#article","isPartOf":{"@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage"},"author":{"@id":"https:\/\/novibuilder.com\/blog\/#\/schema\/person\/598337a780e3e8412966b6851e5fee75"},"headline":"Implementing Schema Markup for an Electrician Website","datePublished":"2024-05-31T07:29:00+00:00","dateModified":"2024-12-02T11:20:49+00:00","mainEntityOfPage":{"@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#webpage"},"wordCount":803,"commentCount":0,"publisher":{"@id":"https:\/\/novibuilder.com\/blog\/#organization"},"image":{"@id":"https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#primaryimage"},"thumbnailUrl":"https:\/\/novibuilder.com\/blog\/wp-content\/uploads\/2024\/06\/schema-markup-for-business.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/novibuilder.com\/blog\/implementing-schema-markup\/#respond"]}]},{"@type":"Person","@id":"https:\/\/novibuilder.com\/blog\/#\/schema\/person\/598337a780e3e8412966b6851e5fee75","name":"Alka","image":{"@type":"ImageObject","@id":"https:\/\/novibuilder.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/46efed0a4e24acca2573407da4f79300?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46efed0a4e24acca2573407da4f79300?s=96&d=mm&r=g","caption":"Alka"},"url":"https:\/\/novibuilder.com\/blog\/author\/alka\/"}]}},"_links":{"self":[{"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/posts\/26521"}],"collection":[{"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/comments?post=26521"}],"version-history":[{"count":6,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/posts\/26521\/revisions"}],"predecessor-version":[{"id":26582,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/posts\/26521\/revisions\/26582"}],"wp:attachment":[{"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/media?parent=26521"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/categories?post=26521"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/novibuilder.com\/blog\/wp-json\/wp\/v2\/tags?post=26521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}