{"id":25517,"date":"2026-09-05T02:44:41","date_gmt":"2026-09-04T23:44:41","guid":{"rendered":"https:\/\/alienroad.com\/google-bilgi-bankasi\/local-business-localbusiness-structured-data\/"},"modified":"2026-09-05T02:44:41","modified_gmt":"2026-09-04T23:44:41","slug":"local-business-localbusiness-structured-data","status":"publish","type":"ar_kb","link":"https:\/\/alienroad.com\/google-bilgi-bankasi\/local-business-localbusiness-structured-data\/","title":{"rendered":"Local business (LocalBusiness) structured data"},"content":{"rendered":"<p>When users search for businesses on Google Search or Maps, Search results may<br \/>\n  display a prominent Google knowledge panel with details about a business that matched<br \/>\n  the query. When users search for a type of business (for example, &#8220;best NYC restaurants&#8221;), they<br \/>\n  may see a carousel of businesses related to the query. With Local Business structured data, you<br \/>\n  can tell Google about business hours, different departments within a business, reviews (if your site captures reviews about other businesses), and more. If you want to help users to make a reservation or place an order<br \/>\n  directly in Search results, you can use the <a href=\"https:\/\/developers.google.com\/maps-booking\/guides\/starter-integration\/overview\" class=\"external-link\">Maps Booking API<\/a> to enable bookings, payments, and other actions.<\/p>\n<h2 id=\"add-structured-data\" tabindex=\"-1\">\n    How to add structured data<br \/>\n  <\/h2>\n<p>\n    Structured data is a standardized format for providing information about a page and classifying the page<br \/>\n    content. If you&#8217;re new to structured data, you can learn more about<br \/>\n    <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/\">how structured data works<\/a>.\n    <\/p>\n<p>\n    Here&#8217;s an overview of how to build, test, and release structured data.<\/p>\n<ol>\n<li>Add the <a href=\"#structured-data-type-definitions\">required properties<\/a>. Based on the<br \/>\n      format you&#8217;re using, learn where to <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/structured-data-intro\/#format-placement\">insert structured data on the page<\/a>.<\/p>\n<aside class=\"note\">\n      <b>Using a CMS?<\/b> It may be easier to use a plugin that&#8217;s integrated into your CMS.<br \/>\n      <br \/>\n      <b>Using JavaScript?<\/b> Learn how to<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/generate-structured-data-with-javascript\/\">generate structured data with JavaScript<\/a>.<\/aside>\n<\/li>\n<li>Follow the <a href=\"#guidelines\">guidelines<\/a>.<\/li>\n<li>Validate your code using the<br \/>\n      <a href=\"https:\/\/search.google.com\/test\/rich-results\" class=\"external-link\">Rich Results Test<\/a><br \/>\n      and fix any critical errors. Consider also fixing any non-critical issues that may be flagged<br \/>\n      in the tool, as they can help improve the quality of your structured data (however, this isn&#8217;t necessary to be eligible for rich results). <\/li>\n<li>Deploy a few pages that include your structured data and use the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9012289\" class=\"external-link\">URL Inspection tool<\/a> to test how Google sees the page. Be sure that your page is<br \/>\n      accessible to Google and not blocked by a robots.txt file, the <code>noindex<\/code> tag, or<br \/>\n      login requirements. If the page looks okay, you can<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/recrawl-request\/\" class=\"external-link\">ask Google to recrawl your URLs<\/a>.<\/p>\n<aside class=\"note\"><b>Note<\/b>: Allow time for re-crawling and re-indexing. Remember that it<br \/>\n      may take several days after publishing a page for Google to find and crawl it.<\/aside>\n<\/li>\n<li>To keep Google informed of future changes, we recommend that you<br \/>\n      <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/build-submit-sitemap\/\" class=\"external-link\">submit a sitemap<\/a>. You can automate this with the<br \/>\n      <a href=\"https:\/\/developers.google.com\/webmaster-tools\/v1\/sitemaps\" class=\"external-link\">Search Console Sitemap API<\/a>.<\/li>\n<\/ol>\n<h2 id=\"examples\" tabindex=\"-1\">Examples<\/h2>\n<h3 id=\"simple-business-listing\" tabindex=\"-1\">\n      Simple local business listing<br \/>\n    <\/h3>\n<p>Here&#8217;s an example of a local business listing using JSON-LD.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/alienroad.com\/wp-content\/uploads\/kb-gorsel\/g-944847a767f9.png\" loading=\"lazy\" width=\"300\" alt=\"Local business listing on Google Search\"><\/p>\n<aside class=\"note\">\n      <b>Note<\/b>: The actual appearance in search results might be different. You can<br \/>\n      preview most features with the<br \/>\n      <a href=\"https:\/\/support.google.com\/webmasters\/answer\/7445569\" class=\"external-link\">Rich Results Test<\/a>.<br \/>\n    <\/aside>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=local-business\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Dave&#8217;s Steak House&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;Restaurant&#8221;,<br \/>\n      &#8220;image&#8221;: [<br \/>\n        &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;<br \/>\n       ],<br \/>\n      &#8220;name&#8221;: &#8220;Dave&#8217;s Steak House&#8221;,<br \/>\n      &#8220;address&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;PostalAddress&#8221;,<br \/>\n        &#8220;streetAddress&#8221;: &#8220;148 W 51st St&#8221;,<br \/>\n        &#8220;addressLocality&#8221;: &#8220;New York&#8221;,<br \/>\n        &#8220;addressRegion&#8221;: &#8220;NY&#8221;,<br \/>\n        &#8220;postalCode&#8221;: &#8220;10019&#8221;,<br \/>\n        &#8220;addressCountry&#8221;: &#8220;US&#8221;<br \/>\n      },<br \/>\n      &#8220;review&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;Review&#8221;,<br \/>\n        &#8220;reviewRating&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Rating&#8221;,<br \/>\n          &#8220;ratingValue&#8221;: 4,<br \/>\n          &#8220;bestRating&#8221;: 5<br \/>\n        },<br \/>\n        &#8220;author&#8221;: {<br \/>\n          &#8220;@type&#8221;: &#8220;Person&#8221;,<br \/>\n          &#8220;name&#8221;: &#8220;Lillian Ruiz&#8221;<br \/>\n        }<br \/>\n      },<br \/>\n      &#8220;geo&#8221;: {<br \/>\n        &#8220;@type&#8221;: &#8220;GeoCoordinates&#8221;,<br \/>\n        &#8220;latitude&#8221;: 40.761293,<br \/>\n        &#8220;longitude&#8221;: -73.982294<br \/>\n      },<br \/>\n      &#8220;url&#8221;: &#8220;https:\/\/www.example.com\/restaurant-locations\/manhattan&#8221;,<br \/>\n      &#8220;telephone&#8221;: &#8220;+12122459600&#8221;,<br \/>\n      &#8220;servesCuisine&#8221;: &#8220;American&#8221;,<br \/>\n      &#8220;priceRange&#8221;: &#8220;$$$&#8221;,<br \/>\n      &#8220;openingHoursSpecification&#8221;: [<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;OpeningHoursSpecification&#8221;,<br \/>\n          &#8220;dayOfWeek&#8221;: [<br \/>\n            &#8220;Monday&#8221;,<br \/>\n            &#8220;Tuesday&#8221;<br \/>\n          ],<br \/>\n          &#8220;opens&#8221;: &#8220;11:30&#8221;,<br \/>\n          &#8220;closes&#8221;: &#8220;22:00&#8221;<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;OpeningHoursSpecification&#8221;,<br \/>\n          &#8220;dayOfWeek&#8221;: [<br \/>\n            &#8220;Wednesday&#8221;,<br \/>\n            &#8220;Thursday&#8221;,<br \/>\n            &#8220;Friday&#8221;<br \/>\n          ],<br \/>\n          &#8220;opens&#8221;: &#8220;11:30&#8221;,<br \/>\n          &#8220;closes&#8221;: &#8220;23:00&#8221;<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;OpeningHoursSpecification&#8221;,<br \/>\n          &#8220;dayOfWeek&#8221;: &#8220;Saturday&#8221;,<br \/>\n          &#8220;opens&#8221;: &#8220;16:00&#8221;,<br \/>\n          &#8220;closes&#8221;: &#8220;23:00&#8221;<br \/>\n        },<br \/>\n        {<br \/>\n          &#8220;@type&#8221;: &#8220;OpeningHoursSpecification&#8221;,<br \/>\n          &#8220;dayOfWeek&#8221;: &#8220;Sunday&#8221;,<br \/>\n          &#8220;opens&#8221;: &#8220;16:00&#8221;,<br \/>\n          &#8220;closes&#8221;: &#8220;22:00&#8221;<br \/>\n        }<br \/>\n      ],<br \/>\n      &#8220;menu&#8221;: &#8220;https:\/\/www.example.com\/menu&#8221;<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<p><\/p>\n<div><\/div>\n<h3 id=\"carousel-example\" tabindex=\"-1\">\n      Restaurant carousel (limited access)<br \/>\n    <\/h3>\n<p>\n      Here&#8217;s an example of a restaurant that meets the requirements of a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#details-page\">details page<\/a> (assuming there is also a <a href=\"https:\/\/alienroad.com\/google-bilgi-bankasi\/carousel-itemlist-structured-data\/#summary-page\">summary page<\/a> with Carousel markup). The Restaurant carousel is limited to a<br \/>\n      small set of restaurant providers. If you would like to participate, <a href=\"https:\/\/docs.google.com\/a\/google.com\/forms\/d\/e\/1FAIpQLSdZCJXAe2TtpiBe8Lx2dWR6LatLcCbFq7SZsyWqH6xJ7ulbaQ\/viewform\" class=\"external-link\">register your interest<\/a> in our form.\n    <\/p>\n<form method=\"post\" target=\"_blank\" action=\"https:\/\/search.google.com\/test\/rich-results?utm_campaign=devsite&#038;utm_medium=jsonld&#038;utm_source=local-business\"><input type=\"submit\" value=\"Try it out in the Rich Results Test\" \/><textarea name=\"code_snippet\" style=\"display:none\">&lt;html&gt;<br \/>\n  &lt;head&gt;<br \/>\n    &lt;title&gt;Trattoria Luigi&lt;\/title&gt;<br \/>\n    &lt;script type=&#8221;application\/ld+json&#8221;&gt;<br \/>\n    {<br \/>\n      &#8220;@context&#8221;: &#8220;https:\/\/schema.org\/&#8221;,<br \/>\n      &#8220;@type&#8221;: &#8220;Restaurant&#8221;,<br \/>\n      &#8220;name&#8221;: &#8220;Trattoria Luigi&#8221;,<br \/>\n      &#8220;image&#8221;: [<br \/>\n        &#8220;https:\/\/example.com\/photos\/1&#215;1\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/4&#215;3\/photo.jpg&#8221;,<br \/>\n        &#8220;https:\/\/example.com\/photos\/16&#215;9\/photo.jpg&#8221;<br \/>\n       ],<br \/>\n       &#8220;priceRange&#8221;: &#8220;$$$&#8221;,<br \/>\n       &#8220;servesCuisine&#8221;: &#8220;Italian&#8221;,<br \/>\n       &#8220;telephone&#8221;: &#8220;+12125557234&#8221;,<br \/>\n       &#8220;address&#8221;: {<br \/>\n         &#8220;@type&#8221;: &#8220;PostalAddress&#8221;,<br \/>\n         &#8220;streetAddress&#8221;: &#8220;148 W 51st St&#8221;,<br \/>\n         &#8220;addressLocality&#8221;: &#8220;New York&#8221;,<br \/>\n         &#8220;addressRegion&#8221;: &#8220;NY&#8221;,<br \/>\n         &#8220;postalCode&#8221;: &#8220;10019&#8221;,<br \/>\n         &#8220;addressCountry&#8221;: &#8220;US&#8221;<br \/>\n       }<br \/>\n    }<br \/>\n    &lt;\/script&gt;<br \/>\n  &lt;\/head&gt;<br \/>\n  &lt;body&gt;<br \/>\n  &lt;\/body&gt;<br \/>\n&lt;\/html&gt;<\/textarea><\/form>\n<div><\/div>\n<h3 id=\"business-hours\" tabindex=\"-1\">Business hours<\/h3>\n<p>The following examples demonstrate how to mark up different types of business<br \/>\n  hours.<\/p>\n<aside class=\"note\">\n  We accept both the official schema.org notation for indicating<br \/>\n  <a href=\"https:\/\/schema.org\/OpeningHoursSpecification\" class=\"external-link\">dayOfWeek<\/a><br \/>\n  (canonical URLs for Monday, Tuesday), as well as a<br \/>\n  shorter form being discussed in the schema.org community. We expect<br \/>\n  to update this documentation to track the<br \/>\n  eventual outcome of those discussions, and to continue to accept both<br \/>\n  variations for backwards compatibility.<\/aside>\n<section class=\"kd-tabbed-horz\" id=\"horzTab\">\n<article class=\"selected\">\n<header>Standard hours<\/header>\n<p>Excluding the <code>validFrom<\/code> and <code>validThrough<\/code> properties signify that the hours are valid year-round.This example defines a business that is open weekdays from 9am to 9pm, with<br \/>\n      weekend hours from 10am until 11pm.<\/p>\n<div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Local business structured data can help pages appear in a unique Google Search result. Learn more about local business schema and review examples.<\/p>\n","protected":false},"menu_order":94,"template":"","meta":{"footnotes":""},"ar_kb_kategori":[679],"ar_kb_etiket":[],"class_list":["post-25517","ar_kb","type-ar_kb","status-publish","has-post-thumbnail","hentry","ar_kb_kategori-feature-guides"],"_links":{"self":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb"}],"about":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/types\/ar_kb"}],"version-history":[{"count":0,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb\/25517\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media\/27549"}],"wp:attachment":[{"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/media?parent=25517"}],"wp:term":[{"taxonomy":"ar_kb_kategori","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_kategori?post=25517"},{"taxonomy":"ar_kb_etiket","embeddable":true,"href":"https:\/\/alienroad.com\/wp-json\/wp\/v2\/ar_kb_etiket?post=25517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}