{"id":173,"date":"2018-06-20T07:35:24","date_gmt":"2018-06-20T07:35:24","guid":{"rendered":"http:\/\/www.numero-uno-inc.com\/blog\/?p=173"},"modified":"2018-11-01T11:17:37","modified_gmt":"2018-11-01T11:17:37","slug":"how-to-use-schema-markup-for-seo","status":"publish","type":"post","link":"https:\/\/www.numero-uno-inc.com\/blog\/seo\/how-to-use-schema-markup-for-seo\/","title":{"rendered":"How to use Schema Markup for SEO"},"content":{"rendered":"<h2 style=\"text-align: center;\">How to use Schema Markup for SEO<\/h2>\n<p>How to use Schema Markup so that your site can be easily found by search engines is a common question among many people.In this article you will learn how to use schema markup to boost your SEO.<\/p>\n<div id=\"attachment_182\" style=\"width: 1010px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-182\" class=\"size-full wp-image-182\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/how-to-use-schema-markup-1.jpg\" alt=\"how-to-use-schema-markup\" width=\"1000\" height=\"556\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/how-to-use-schema-markup-1.jpg 1000w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/how-to-use-schema-markup-1-600x334.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/how-to-use-schema-markup-1-300x167.jpg 300w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/how-to-use-schema-markup-1-768x427.jpg 768w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" \/><p id=\"caption-attachment-182\" class=\"wp-caption-text\">Schema Markup<\/p><\/div>\n<p>Let us first understand what Schema Markup means :<\/p>\n<p>Schema Markup refers to micro-data or semantic vocabulary of tags which you can insert to your HTML in order to improve the manner in which search engines read and represent your page in SERPs.<\/p>\n<p>One of the newest developments in SEO is named schema markup.<\/p>\n<p>This new kind of optimization is one of the greatest powerful, but is not used widely as a form of SEO available today.<\/p>\n<p>Once you the gain understanding regarding the concept and method of schema markup, you can easily lift your website in the search engine result pages (SERPs).<\/p>\n<p>Here\u2019s an example of a local business that has markup on its event schedule page. The SERP entry looks like this:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-175\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-example.jpg\" alt=\"how to use schema markup\" width=\"520\" height=\"122\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-example.jpg 520w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-example-300x70.jpg 300w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>The schema markup informed the SERP to show a schedule of upcoming hotel events. Which, for the user, is remarkably helpful.<\/p>\n<div id=\"attachment_183\" style=\"width: 810px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-183\" class=\"size-full wp-image-183\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-process.jpg\" alt=\"schema-markup-process\" width=\"800\" height=\"827\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-process.jpg 800w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-process-600x620.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-process-290x300.jpg 290w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/schema-markup-process-768x794.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><p id=\"caption-attachment-183\" class=\"wp-caption-text\">Why Schema Markup is important<\/p><\/div>\n<p>Structured data &amp; Linked data are terms which are closely related to Schema Markup.<\/p>\n<p>Let\u2019s understand what they mean:<\/p>\n<h3>What is Linked data:<\/h3>\n<p>In computing, linked data (often capitalized as Linked Data) is a technique of publishing structured data in order so that it can be interlinked and turn into more useful through semantic queries.<\/p>\n<p>It forms upon standard Web technologies like HTTP, RDF and URIs, but instead of using them to serve web pages for human readers, it extends them to display information in a way that can be read automatically by computers.<\/p>\n<p>You can learn more about Linked data <a href=\"https:\/\/en.wikipedia.org\/wiki\/Semantic_Web\">here\u00a0<\/a><\/p>\n<h3>What is Structured data:<\/h3>\n<p>Structured data denotes the type of data with a high level of organization, like information in a relational database.<\/p>\n<p>When information is greatly structured and expectable, search engines are more easily able to organize and show it in creative ways.<\/p>\n<p>Structured data markup is a text-based organization of data which is incorporated in a file and served from the web.<\/p>\n<p>It usually uses the schema.org vocabulary\u2014an open community effort to promote standard structured data in a range of online applications.<\/p>\n<p>Structured data markup is best effortlessly represented in JSON-LD format, which stands for JavaScript Object Notation for Linked Data.<\/p>\n<p>Below is a simple JSON-LD structured data example you could use for contact information for your company:<\/p>\n<p>&lt;script type=&#8221;application\/ld+json&#8221;&gt;<\/p>\n<p>{<\/p>\n<p>&#8220;@context&#8221;: &#8220;http:\/\/schema.org&#8221;,<\/p>\n<p>&#8220;@type&#8221;: &#8220;Organization&#8221;,<\/p>\n<p>&#8220;url&#8221;: &#8220;http:\/\/www.your-company-site.com&#8221;,<\/p>\n<p>&#8220;contactPoint&#8221;: [{<\/p>\n<p>&#8220;@type&#8221;: &#8220;ContactPoint&#8221;,<\/p>\n<p>&#8220;telephone&#8221;: &#8220;1234567&#8221;,<\/p>\n<p>&#8220;contactType&#8221;: &#8220;customer service&#8221;<\/p>\n<p>}]<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<h3>What\u00a0\u00a0 is\u00a0\u00a0 Schema\u00a0\u00a0 Markup ?<\/h3>\n<p>Schema markup is code (semantic vocabulary) that you insert on your website in order to help the search engines return more informative results for users.<\/p>\n<h3>(1)Organization Schema\u00a0\u00a0 Markup\u00a0\u00a0 :<\/h3>\n<p>Example (using JSON-LD)<\/p>\n<p>&lt;script type=&#8221;application\/ld+json&#8221;&gt;<\/p>\n<p>{ &#8220;@context&#8221; : &#8220;http:\/\/schema.org&#8221;,<\/p>\n<p>&#8220;@type&#8221; : &#8220;Organization&#8221;,<\/p>\n<p>&#8220;legalName&#8221; : &#8220;Numero Uno&#8221;,<\/p>\n<p>&#8220;url&#8221; : &#8220;www.numero-uno-inc.com&#8221;,<\/p>\n<p>&#8220;contactPoint&#8221; : [{<\/p>\n<p>&#8220;@type&#8221; : &#8220;ContactPoint&#8221;,<\/p>\n<p>&#8220;telephone&#8221; : &#8220;9892378825&#8221;,<\/p>\n<p>&#8220;contactType&#8221;: &#8220;customer service&#8221;<\/p>\n<p>}]<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>&nbsp;<\/p>\n<h3>(2) WebSite\u00a0\u00a0 Schema\u00a0\u00a0 Markup :<\/h3>\n<p>Example (using JSON-LD)<\/p>\n<p>&lt;script type=&#8221;application\/ld+json&#8221;&gt;<\/p>\n<p>{<\/p>\n<p>&#8220;@context&#8221; : &#8220;http:\/\/schema.org&#8221;,<\/p>\n<p>&#8220;@type&#8221; : &#8220;WebSite&#8221;,<\/p>\n<p>&#8220;name&#8221; : &#8220;Numero Uno&#8221;,<\/p>\n<p>&#8220;url&#8221; : &#8221; www.numero-uno-inc.com &#8220;,<\/p>\n<p>&#8220;potentialAction&#8221; : {<\/p>\n<p>&#8220;@type&#8221; : &#8220;SearchAction&#8221;,<\/p>\n<p>&#8220;target&#8221; : &#8221; www.numero-uno-inc.com?s={search_term}&#8221;,<\/p>\n<p>&#8220;query-input&#8221; : &#8220;required name=search_term&#8221;<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<h3>(3)Site Navigation Schema Markup :<\/h3>\n<p>Example (using microdata)<\/p>\n<p>&lt;ul itemscope itemtype=&#8221;http:\/\/www.schema.org\/SiteNavigationElement&#8221;&gt;<\/p>\n<p>&lt;li itemprop=&#8221;name&#8221;&gt;&lt;a itemprop=&#8221;url&#8221; href=&#8221; http:\/\/www.numero-uno-inc.com\/about-us.html &#8220;&gt;About Us&lt;\/a&gt;&lt;\/li&gt;<\/p>\n<p>&lt;li itemprop=&#8221;name&#8221;&gt;&lt;a itemprop=&#8221;url&#8221; href=&#8221;http:\/\/www.travelstore.com\/ http:\/\/www.numero-uno-inc.com\/search-engine-optimization.html &#8220;&gt;SEO &lt;\/a&gt;&lt;\/li&gt;<\/p>\n<p>&lt;li itemprop=&#8221;name&#8221;&gt;&lt;a itemprop=&#8221;url&#8221; href=&#8221; http:\/\/www.numero-uno-inc.com\/ppc.html &#8220;&gt;PPC&lt;\/a&gt;&lt;\/li&gt;<\/p>\n<p>&lt;li itemprop=&#8221;name&#8221;&gt;&lt;a itemprop=&#8221;url&#8221; href=&#8221; http:\/\/www.numero-uno-inc.com\/website-design.html &#8220;&gt;Web Design&lt;\/a&gt;&lt;\/li&gt;<\/p>\n<p>&lt;li itemprop=&#8221;name&#8221;&gt;&lt;a itemprop=&#8221;url&#8221; href=&#8221; http:\/\/www.numero-uno-inc.com\/mobile-app-development.html &#8220;&gt;Mobile App Development&lt;\/a&gt;&lt;\/li&gt;<\/p>\n<p>&lt;\/ul&gt;<\/p>\n<h3>(4) Schema Product &amp; Offer Markup<\/h3>\n<p>Required Properties:<\/p>\n<p>For the Product schema, only the \u201cname\u201d property is required.<\/p>\n<p>For the Offer schema, the \u201cprice\u201d and \u201cpriceCurrency\u201d properties are required.<\/p>\n<p>Example (using microdata)<\/p>\n<p>&lt;div itemscope itemtype=&#8221;http:\/\/schema.org\/Product&#8221;&gt;<\/p>\n<p>&lt;h1 itemprop=&#8221;name&#8221;&gt;Samsung Galaxy Ace Mobile &lt;\/h1&gt;<\/p>\n<p>&lt;span itemprop=&#8221;description&#8221;&gt; Samsung Galaxy\u00a0 Ace is a great android phone with all the required features.&lt;\/span&gt;<\/p>\n<p>&lt;span itemprop=&#8221;offers&#8221; itemscope itemtype=&#8221;http:\/\/schema.org\/Offer&#8221;&gt;<\/p>\n<p>&lt;meta itemprop=&#8221;priceCurrency&#8221; content=&#8221;USD&#8221; \/&gt;<\/p>\n<p>Buy New: $&lt;span itemprop=&#8221;price&#8221;&gt;48.99&lt;\/span&gt;<\/p>\n<p>&lt;link itemprop=&#8221;availability&#8221; href=&#8221;http:\/\/schema.org\/InStock&#8221; \/&gt;<\/p>\n<p>&lt;\/span&gt;<\/p>\n<p>&lt;\/div&gt;<\/p>\n<h3>(5)Schema Article Markup:<\/h3>\n<p>Required Properties:<\/p>\n<p>Headline.<\/p>\n<p>Image<\/p>\n<p>DatePublished.<\/p>\n<ul>\n<li>Example (using JSON-LD)<\/li>\n<\/ul>\n<p>&lt;script type=&#8221;application\/ld+json&#8221;&gt;<\/p>\n<p>{<\/p>\n<p>&#8220;@context&#8221;: &#8220;http:\/\/schema.org&#8221;,<\/p>\n<p>&#8220;@type&#8221;: &#8220;Article&#8221;,<\/p>\n<p>&#8220;headline&#8221;: &#8220;Emmys 2015: The 5 categories we&#8217;re most excited to see&#8221;,<\/p>\n<p>&#8220;image&#8221;: &#8220;http:\/\/abc.com\/media\/ 21.jpg&#8221;,<\/p>\n<p>&#8220;keywords&#8221;: [&#8220;television&#8221;,&#8221;emmys&#8221;,&#8221;uncategorized&#8221;,&#8221;entertainment&#8221;,&#8221;tv&#8221;,&#8221;emmys-2015&#8243;],<\/p>\n<p>&#8220;datePublished&#8221;: &#8220;2015-09-20T13:39:38Z&#8221;,<\/p>\n<p>&#8220;articleSection&#8221;: &#8220;entertainment&#8221;,<\/p>\n<p>&#8220;creator&#8221;: &#8220;John Cruzer&#8221;,<\/p>\n<p>&#8220;author&#8221;: &#8220;John Cruzer&#8221;,<\/p>\n<p>&#8220;articleBody&#8221;: &#8220;The 2015 Emmy Awards are upon us, and while television&#8217;s biggest night has in several years etc&#8230;.&#8221;,<\/p>\n<p>&#8220;mainEntityOfPage&#8221;: &#8220;True&#8221;<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<h3>(6) Event Schema Markup<\/h3>\n<p>Example (using JSON-LD)<\/p>\n<p>&lt;script type=&#8221;application\/ld+json&#8221;&gt;<\/p>\n<p>{<\/p>\n<p>&#8220;@context&#8221;: &#8220;http:\/\/schema.org&#8221;,<\/p>\n<p>&#8220;@type&#8221;: &#8220;MusicEvent&#8221;,<\/p>\n<p>&#8220;name&#8221;: &#8220;AC\/DC&#8221;,<\/p>\n<p>&#8220;image&#8221;: &#8220;http:\/\/abc.com\u00a0 \/images\/1.jpg&#8221;,<\/p>\n<p>&#8220;startDate&#8221;: &#8220;2015-09-25T19:45:00-07:00&#8221;,<\/p>\n<p>&#8220;url&#8221;: &#8220;http:\/\/www.ticket.com\/ &#8220;,<\/p>\n<p>&#8220;location&#8221; : {<\/p>\n<p>&#8220;@type&#8221;: &#8220;Place&#8221;,<\/p>\n<p>&#8220;name&#8221;: &#8220;AT&amp;T Park&#8221;,<\/p>\n<p>&#8220;sameAs&#8221;: &#8220;http:\/\/www.ticket.com \/venue\/229585&#8221;,<\/p>\n<p>&#8220;address&#8221; : {<\/p>\n<p>&#8220;@type&#8221;: &#8220;PostalAddress&#8221;,<\/p>\n<p>&#8220;streetAddress&#8221;: &#8220;Mumbai&#8221;,<\/p>\n<p>&#8220;addressRegion&#8221;:&#8221;&#8221;,<\/p>\n<p>&#8220;postalCode&#8221;:&#8221;400067&#8243;,<\/p>\n<p>&#8220;addressCountry&#8221;:&#8221;IND&#8221;<\/p>\n<p>}<\/p>\n<p>},<\/p>\n<p>&#8220;offers&#8221; : {<\/p>\n<p>&#8220;@type&#8221; : &#8220;Offer&#8221;,<\/p>\n<p>&#8220;url&#8221;:&#8221;http:\/\/www.ticket.com\/offer &#8221;<\/p>\n<p>}<\/p>\n<p>}<\/p>\n<p>&lt;\/script&gt;<\/p>\n<p>To learn more about Schema Markup you can visit the official <a href=\"https:\/\/schema.org\/WebSite\">site\u00a0<\/a><\/p>\n<p><strong>Alternatively you can also Generate Schema by using the following online tool :<\/strong><\/p>\n<h4>Step 1: Let\u2019s create Brand Organization Schema.<\/h4>\n<p>Go the website -&gt; <a href=\"http:\/\/tools.seochat.com\/tools\/brand-organization-schema-generator\/\">http:\/\/tools.seochat.com\/tools\/brand-organization-schema-generator\/<\/a><\/p>\n<div id=\"attachment_185\" style=\"width: 970px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-185\" class=\"size-full wp-image-185\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide1.jpg\" alt=\"how-to-use-schema-markup\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide1.jpg 960w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide1-600x450.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide1-300x225.jpg 300w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide1-768x576.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><p id=\"caption-attachment-185\" class=\"wp-caption-text\">How to use Schema Markup<\/p><\/div>\n<h4>Step 2: Fill in information regarding your organization.<\/h4>\n<div id=\"attachment_186\" style=\"width: 970px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-186\" class=\"size-full wp-image-186\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide2.jpg\" alt=\"how-to-create-brand-organization-schema\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide2.jpg 960w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide2-600x450.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide2-300x225.jpg 300w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide2-768x576.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><p id=\"caption-attachment-186\" class=\"wp-caption-text\">Brand organization schema<\/p><\/div>\n<h4>Step 3: Next click on Create Organization Codes. You will get the Schema Markup for your organization.<\/h4>\n<div id=\"attachment_187\" style=\"width: 970px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-187\" class=\"size-full wp-image-187\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide3.jpg\" alt=\"schema-markup-code\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide3.jpg 960w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide3-600x450.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide3-300x225.jpg 300w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/Slide3-768x576.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><p id=\"caption-attachment-187\" class=\"wp-caption-text\">Schema Markup Code<\/p><\/div>\n<h4>Step 4: Place this code in your organization\u2019s About us page.<\/h4>\n<h4>Step 5: To check whether your Schema code is applied properly<\/h4>\n<p>Go to\u00a0<a href=\"https:\/\/search.google.com\/structured-data\/testing-tool\">https:\/\/search.google.com\/structured-data\/testing-tool<\/a><\/p>\n<h4>Step 6: Enter the url of your organization page and click on run test<\/h4>\n<div id=\"attachment_181\" style=\"width: 970px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-181\" class=\"size-full wp-image-181\" src=\"http:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/structured-data-testing-tool.jpg\" alt=\"structured-data-testing-tool\" width=\"960\" height=\"720\" srcset=\"https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/structured-data-testing-tool.jpg 960w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/structured-data-testing-tool-600x450.jpg 600w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/structured-data-testing-tool-300x225.jpg 300w, https:\/\/www.numero-uno-inc.com\/blog\/wp-content\/uploads\/2018\/06\/structured-data-testing-tool-768x576.jpg 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><p id=\"caption-attachment-181\" class=\"wp-caption-text\">Structured Data Testing Tool<\/p><\/div>\n<p>If everything is displayed normally without any errors, that means you have successfully created schema markup for your organization.<\/p>\n<p>Similarly you can create Event, Product, Video, etc. schema for your business by using this online tool.<\/p>\n<p>Don\u2019t forget to share this article with your friends.<\/p>\n<p>Do share your comments at\u00a0<a href=\"mailto:info@numero-uno-inc.com\">info@numero-uno-inc.com<\/a>.<\/p>\n<p>Cheers,<\/p>\n<p>Hemant<\/p>\n<p>Kindly read our other blog articles\u00a0 on\u00a0<a href=\"http:\/\/www.numero-uno-inc.com\/blog\/seo\/\">SEO<\/a>,\u00a0<a href=\"http:\/\/www.numero-uno-inc.com\/blog\/adwords\/\">Adwords<\/a>,\u00a0<a href=\"http:\/\/www.numero-uno-inc.com\/blog\/social-media-marketing\">Social Media<\/a>\u00a0etc..<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to use Schema Markup for SEO How to use Schema Markup so that your site can be easily found by search engines is a common question among many people.In this article you will learn how to use schema markup to boost your SEO. Let us first understand what Schema Markup means : Schema Markup <a href=\"https:\/\/www.numero-uno-inc.com\/blog\/seo\/how-to-use-schema-markup-for-seo\/\" rel=\"nofollow\"><span class=\"sr-only\">Read more about How to use Schema Markup for SEO<\/span>[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":182,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34,7],"tags":[35],"class_list":["post-173","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-schema-markup","category-seo","tag-schema-markup"],"_links":{"self":[{"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/posts\/173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/comments?post=173"}],"version-history":[{"count":7,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/posts\/173\/revisions"}],"predecessor-version":[{"id":2768,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/posts\/173\/revisions\/2768"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/media\/182"}],"wp:attachment":[{"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/media?parent=173"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/categories?post=173"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.numero-uno-inc.com\/blog\/wp-json\/wp\/v2\/tags?post=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}