{"id":52073,"date":"2019-10-21T13:35:22","date_gmt":"2019-10-21T11:35:22","guid":{"rendered":"https:\/\/www.humanlevel.com\/sin-categorizar\/malos-usos-de-datos-estructurados.html"},"modified":"2023-10-11T08:16:25","modified_gmt":"2023-10-11T06:16:25","slug":"misuse-of-structured-data","status":"publish","type":"post","link":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data","title":{"rendered":"Mistakes to avoid when applying structured data markup"},"content":{"rendered":"<p><strong>Structured data<\/strong> allows <strong>specify to the Google robot the type of information contained in a website<\/strong> so that it can <strong>to interpret it better<\/strong> and, with certain types of data, <strong>enrich how <a href=\"https:\/\/www.humanlevel.com\/en\/blog\/seo\/types-of-google-serp-results-and-how-to-appear-in-them\" target=\"_blank\" rel=\"noopener noreferrer\">search results<\/a> are displayed<\/strong> and generate <strong>printouts in voice assistants. <\/strong>However, if the <strong>incorrectly applied, the page could be penalized in a manual Google review.<\/strong>.<\/p>\n<p>In the documentation on the <a href=\"https:\/\/support.google.com\/webmasters\/answer\/9044175#spammy-structured-markup&amp;zippy=%2Cproblema-con-los-datos-estructurados\" target=\"_blank\" rel=\"noopener noreferrer\">manual actions that Google performs to penalize a site<\/a>, we find multiple examples of misuse or abuse of structured data. <strong>These failures are always done intentionally as a Black Hat SEO strategy, <\/strong>in order to <strong>appear in the <a href=\"https:\/\/www.humanlevel.com\/en\/digital-marketing-dictionary\/serps-results-pages\" target=\"_blank\" rel=\"noopener noreferrer\">SERPS<\/a> with rich snippets<\/strong>. It is very rare to make one of these mistakes unintentionally, so even if we claim that we have done it unintentionally, we will still be penalized in a manual review.<\/p>\n<p><strong>We should not be afraid of being penalized for structured data<\/strong>as we have already mentioned on other occasions,<strong> well used, they improve <a title=\"See success stories\" href=\"https:\/\/developers.google.com\/search\/case-studies\/overview?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">positioning and visibility in searches<\/a>, in addition to <a href=\"https:\/\/www.youtube.com\/watch?v=GR1j2ADyGvA\" target=\"_blank\" rel=\"noopener noreferrer\">appearances in voice searches<\/a>.<\/strong> To take advantage of structured data without being penalized, <strong>we must always apply them correctly and without deceit.<\/strong>.<\/p>\n<p>Next, let&#8217;s see what <strong>types of errors we should avoid<\/strong>, both if we want <strong>Google<\/strong> to <strong>interpret the data correctly<\/strong> and if we don&#8217;t want to <strong>be penalized<\/strong>. Basically, we have these types of errors:<\/p>\n<ol>\n<li><strong>Syntactic errors.<\/strong> They can be of two types:\n<ol>\n<li>Commitments on language formatting.<\/li>\n<li>Assignments on the grammar specified by schema.org and Google vocabularies.<\/li>\n<\/ol>\n<\/li>\n<li><strong>Semantic errors.<\/strong><\/li>\n<\/ol>\n<p>These are <strong>the same mistakes that can be made with any markup language<\/strong>.<\/p>\n<h2>Syntactic errors<\/h2>\n<p>Syntactic errors occur <strong>when a language is written and the rules of language grammar are not followed<\/strong>. In the case of structured data <strong>we have to follow two types of grammatical rules<\/strong>: those of the format in which we are going to write it, for example JSON-LD, and the grammatical rules of the language defined by the schema.org vocabulary.<\/p>\n<h3>Syntactic errors on formatting<\/h3>\n<p>As we have already mentioned, these are errors <strong>made when writing the format of structured data<\/strong>, whether <strong>JSON-LD or microdata<\/strong>, so that <strong>the data type cannot be interpreted<\/strong>.<\/p>\n<p>Let&#8217;s see an example where we generate <strong>a JSON-LD with several<\/strong> typical <strong>syntax errors<\/strong>. One of them is caused by not taking into account that the &#8220;license&#8221; attribute may be empty when generating this code:<\/p>\n<pre>{\r\n   \"@context\":\"https:\/\/schema.org\/\",\r\n   \"@type\":\"BlogPosting\",\r\n   license: \r\n   headline:\"ejemplo\",\r\n}\r\n<\/pre>\n<p>If we do not have a value for &#8220;license&#8221;, we should remove this attribute or add an empty string, as follows, to avoid the syntax error and make it a correct JSON:<\/p>\n<pre>{\r\n   \"@context\":\"https:\/\/schema.org\/\",\r\n   \"@type\":\"BlogPosting\",\r\n   \"license\": \"\",\r\n   \"headline\":\"ejemplo\"\r\n}\r\n<\/pre>\n<p>The other syntax errors corrected in the example, in case you have not seen them, are the quotation marks in the attributes and the elimination of the last comma before the closing braces. Required attributes are also missing, but these are not errors due to not following the syntax of the format, but due to not following the syntax of the vocabulary.<\/p>\n<p>To avoid making mistakes in the formation of structured data, <strong>we must follow the JSON grammar, defined in <a href=\"https:\/\/datatracker.ietf.org\/doc\/html\/rfc7159\" target=\"_blank\" rel=\"noopener noreferrer\">RFC 7159<\/a>, the <a href=\"https:\/\/www.w3.org\/TR\/json-ld\/\" target=\"_blank\" rel=\"noopener noreferrer\">JSON-LD<\/a> specification <a href=\"https:\/\/www.w3.org\/TR\/json-ld\/\" target=\"_blank\" rel=\"noopener noreferrer\">in the W3C<\/a> and the specification<\/strong> of <strong> <a href=\"https:\/\/html.spec.whatwg.org\/multipage\/microdata.html\" target=\"_blank\" rel=\"noopener noreferrer\">microdata in the WhatWG<\/a><\/strong>.<\/p>\n<p>When a markup language follows the grammatical rules of its format correctly, it is said to be <strong>well-formed <\/strong>(in <a href=\"https:\/\/www.humanlevel.com\/en\/digital-marketing-dictionary\/xml\" target=\"_blank\" rel=\"noopener noreferrer\">XML validation<\/a>tools, such as a sitemap, it is common to find this expression).<\/p>\n<h3>Syntactic errors about schema.org and Google<\/h3>\n<p>They are <strong>those committed by not following the grammatical rules of the schema.org or Google specification<\/strong>.<\/p>\n<p>Examples of syntactic errors of this type are:<\/p>\n<ul>\n<li><strong>Assign as the value of an attribute, a data type that is incorrect or does not exist.<\/strong> For example, if the <em>author<\/em> attribute can only be of type <em>Organization<\/em> or <em>Person<\/em>, we cannot break the rules of the grammar by assigning it data of type <em>Event<\/em>.<\/li>\n<li><strong>Adding an attribute to a data type that does not have one, due to errors in following the specification.<\/strong> For example, adding the <em>addressLocality<\/em> attribute directly to the <em>LocalBusiness<\/em> type:\n<pre>{\r\n  \"@context\": \"http:\/\/schema.org\",\r\n  \"@type\": \"LocalBusiness\",\r\n  \"addressLocality\": \"Madrid\"\r\n}\r\n<\/pre>\n<p>This is an error because the specification indicates that <em>LocalBusiness<\/em> is composed of an <em>address<\/em> attribute of type <em>PostalAddress<\/em>, to which the <em>addressLocality<\/em> attribute corresponds <em>,<\/em> and not <em>LocalBusiness<\/em>:<\/p>\n<p><code><\/code><\/p>\n<pre>{\r\n  \"@context\": \"http:\/\/schema.org\",\r\n  \"@type\": \"LocalBusiness\",\r\n  \"address\": {\r\n    \"@type\": \"PostalAddress\",\r\n    \"addressLocality\": \"Madrid\"\r\n  }\r\n}\r\n<\/pre>\n<\/li>\n<\/ul>\n<p>Syntactic errors due to not following the vocabulary specification can be subdivided into two types: those committed by <strong>not following the general schema.org specification<\/strong> and those committed by <strong>not following the Google specification<\/strong>. We have already <a href=\"https:\/\/www.humanlevel.com\/en\/blog\/seo\/how-to-interpret-schema-org-to-create-structured-data\" target=\"_blank\" rel=\"noopener noreferrer\">explained how shcema.org should be interpreted to create structured data<\/a> and that in the <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/search-gallery?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">Google specification<\/a>, we will find additional restrictions to the schema.org specification, such as <strong>which attributes are required<\/strong>.<\/p>\n<p>When a markup language follows the syntactic rules of its format and those of the vocabulary, it is said to be <strong>valid, which also implies that it is well-formed<\/strong>.<\/p>\n<h3>Differentiate the type of syntactic error with validation tools.<\/h3>\n<p>The interpreters of <strong>structured data validation tools do not tell us directly whether they have found syntactic errors in formatting or vocabulary<\/strong>, but they do tell us that <strong>have their own way of expressing that they have found a syntactic error of the format, <\/strong>if the tool gives another type of error, it is an error made on the grammar of the vocabulary:<\/p>\n<figure id=\"attachment_35399\" aria-describedby=\"caption-attachment-35399\" style=\"width: 763px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"wp-image-35399 size-full\" src=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-rich-snippets.png\" alt=\"Syntax error in rich results tool\" width=\"773\" height=\"98\" srcset=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-rich-snippets.png 773w, https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-rich-snippets-400x51.png 400w, https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-rich-snippets-754x96.png 754w, https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-rich-snippets-768x97.png 768w\" sizes=\"auto, (max-width: 773px) 100vw, 773px\" \/><figcaption id=\"caption-attachment-35399\" class=\"wp-caption-text\">If there is a single syntax error in the formation of the code, the <a href=\"https:\/\/search.google.com\/test\/rich-results\">rich result test tool<\/a> will give us &#8220;Analysis error&#8221;.<\/figcaption><\/figure>\n<figure id=\"attachment_35400\" aria-describedby=\"caption-attachment-35400\" style=\"width: 585px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" class=\"size-full wp-image-35400\" src=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-structured-data-testinng-tool.png\" alt=\"Syntax error in structured data testing tool\" width=\"595\" height=\"134\" srcset=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-structured-data-testinng-tool.png 595w, https:\/\/www.humanlevel.com\/wp-content\/uploads\/error-sintaxis-structured-data-testinng-tool-400x90.png 400w\" sizes=\"auto, (max-width: 595px) 100vw, 595px\" \/><figcaption id=\"caption-attachment-35400\" class=\"wp-caption-text\">If there is a single syntax error in the formation of the code, the &#8220;Unclassified errors&#8221; section will appear in the <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\">structured data testing tool<\/a>.<\/figcaption><\/figure>\n<p>This is important because <strong>for the vocabulary of a structured data type to be correct, its format must first be syntactically correct.<\/strong> So if we have <strong>a single syntactic error in the format, Google will not read anything of the structured data type<\/strong> y, <strong>if we don&#8217;t have them, but we have several errors in the vocabulary, it may interpret some things<\/strong> even if you point out the errors in red.<\/p>\n<h2>Semantic errors<\/h2>\n<p>These are those committed by <strong>giving the data a meaning other than the one it has<\/strong>. A clear and exaggerated example would be to use the<em>Book<\/em> data type for a recipe. <strong>Syntactically we can do it<\/strong> and, besides, the <em>Book<\/em> type and the <em>Recipe<\/em> type inherit the same attributes from CreativeWork that we could fill, but <strong>the meaning we would be giving it would not be the correct one<\/strong>.<\/p>\n<p>It is common to find <strong>cases where, although there is no error, the meaning can be improved<\/strong>. For example, assigning the data type <em>Article<\/em> to a Blog post instead of the derived type <em>BlogPosting<\/em>. But this <strong>is not a reason for penalty<\/strong>.<\/p>\n<p><strong>No automatic tool will tell us if the document is semantically correct<\/strong>. This is the reason why Google<strong> performs manual reviews<\/strong> and the reason why <strong>structured data exists<\/strong>, because if the machine were able to deduce the meaning of the data and the relationships between them without making a mistake, it would not be necessary to mark them.<\/p>\n<p><strong>Semantic errors are the ones that could generate a penalty in a manual review, <\/strong>while <strong>syntactic errors will only generate warnings from Google Search Console<\/strong>, without any type of penalty, beyond not having the data structured correctly.<\/p>\n<p><strong>In <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/search-gallery?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">Google&#8217;s structured data specification<\/a>, we will find the semantic meaning of each type of data more detailed than in schema.org. <\/strong>The search engine documentation also includes examples to avoid confusion that could lead to a penalty.<\/p>\n<p><b>This is the kind of mistake that Black Hat SEOs tend to make on purpose<\/b>. For example, it happens a lot lately with the <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/faqpage?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">FAQPage<\/a> and <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/how-to?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">How to<\/a> data types. By starting to generate rich snippets in SERPS and voice searches, <strong>have begun to be abused. <\/strong>They are inserted into non-Q&amp;A and non-instructional pages, artificially adding chunks of content of these types to pages where they do not constitute their main content, just to take up more space in the results, without taking into account that it <strong>will detract from the relevance of what really needs to be positioned on the page.<\/strong>and increasing the bounce rate.<\/p>\n<h2>Other errors<\/h2>\n<p><strong>Adding structured data about information that is not on the page or that is hidden from the user<\/strong> is a common type of error made by the most daring Black Hat SEOs, which could also be considered a semantic error and is a reason for penalization. This is often the case, for example, with the <strong>rich snippet of <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/review-snippet?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">reviews with stars for rating<\/a><\/strong>, with which the <strong>ratings<\/strong> are often <strong>invented and do not even appear on the page<\/strong> or are hidden, for the sole purpose of appearing with the stars in the results.<\/p>\n<p><a href=\"https:\/\/developers.google.com\/search\/blog\/2019\/09\/making-review-rich-results-more-helpful?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">Google has<\/a> recently <a href=\"https:\/\/developers.google.com\/search\/blog\/2019\/09\/making-review-rich-results-more-helpful?hl=es\" target=\"_blank\" rel=\"noopener noreferrer\">limited the number of structured data types to which it can be applied and does not allow its use on self-managed comments on LocalBusiness and Organization types<\/a>, due to the abuse of this structured data type.<\/p>\n<p>Among <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/sd-policies\" target=\"_blank\" rel=\"noopener noreferrer\">Google&#8217;<\/a>s <a href=\"https:\/\/developers.google.com\/search\/docs\/appearance\/structured-data\/sd-policies\" target=\"_blank\" rel=\"noopener noreferrer\">guidelines<\/a>, we can find other logical requirements, such as that no structured data on illegal content such as: plagiarized content, scams, hoaxes or any kind of ethically deplorable content should be applied.<\/p>\n<h2>Conclusion<\/h2>\n<p>In situations where structured data does not have a visual effect on the results, <strong>are very useful for positioning, as they help to specify the meaning of the contents to the robot.<\/strong>positioning them better for what we are relevant to, <strong>decreasing the bounce rate, which in turn improves positioning<\/strong>.<\/p>\n<p>The visual changes of <strong>the enriched fragments<\/strong>are also useful for <strong>increase <a href=\"https:\/\/www.humanlevel.com\/en\/digital-marketing-dictionary\/click-through-rate-ctr\" target=\"_blank\" rel=\"noopener noreferrer\">CTR<\/a> in SERPS<\/strong>However, most SEOs only see this effect and, sometimes, Black Hat SEOs abuse them, to the point of distorting the meaning of the content of the pages, which is counterproductive and punishable.<\/p>\n<p><strong>The best strategy with structured data, as with any aspect of SEO, is to keep our white hats on and try to implement it in the best possible<\/strong> way.<\/p>\n\n<section class=\"rounded-xlg cta-image\">\n<div>\n<p class=\"gb-text cta-abovetitle\">Tu marca, visible y encontrable<\/p>\n\n\n\n<p class=\"gb-text cta-title\">Est\u00e1s a un paso de dominar tu categor\u00eda online<\/p>\n\n\n\n<a class=\"gb-text btn\" href=\"#anchor-formulario\">Start now<\/a>\n<\/div>\n\n\n\n<img loading=\"lazy\" class=\"gb-media-f45eabef\" alt=\"\" title=\"HL20-SEO\" src=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/HL20-SEO-1-e1770805082974.png\" width=\"500\" height=\"400\"\/>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Learn how to avoid misuse of structured data and you won&#8217;t run the risk of being penalized by a manual review&#8230;<\/p>\n","protected":false},"author":14,"featured_media":48086,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[349],"tags":[344],"class_list":["post-52073","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","tag-structured-data"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Mistakes to avoid when applying structured data markup<\/title>\n<meta name=\"description\" content=\"Learn how to avoid misuse of structured data and you won&#039;t run the risk of being penalized by a manual review by Google.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Mistakes to avoid when applying structured data markup\" \/>\n<meta property=\"og:description\" content=\"Learn how to avoid misuse of structured data and you won&#039;t run the risk of being penalized by a manual review by Google.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data\" \/>\n<meta property=\"og:site_name\" content=\"Human Level\" \/>\n<meta property=\"article:published_time\" content=\"2019-10-21T11:35:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-11T06:16:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ram\u00f3n Saquete\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@daiatron\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ram\u00f3n Saquete\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data\"},\"author\":{\"name\":\"Ram\u00f3n Saquete\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#\\\/schema\\\/person\\\/11ad888926867985985a0210476bae94\"},\"headline\":\"Mistakes to avoid when applying structured data markup\",\"datePublished\":\"2019-10-21T11:35:22+00:00\",\"dateModified\":\"2023-10-11T06:16:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data\"},\"wordCount\":1713,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/malos-usos-de-datos-estructurados.png\",\"keywords\":[\"Structured data\"],\"articleSection\":[\"SEO\\\/GEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data\",\"name\":\"Mistakes to avoid when applying structured data markup\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/malos-usos-de-datos-estructurados.png\",\"datePublished\":\"2019-10-21T11:35:22+00:00\",\"dateModified\":\"2023-10-11T06:16:25+00:00\",\"description\":\"Learn how to avoid misuse of structured data and you won't run the risk of being penalized by a manual review by Google.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#primaryimage\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/malos-usos-de-datos-estructurados.png\",\"contentUrl\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/malos-usos-de-datos-estructurados.png\",\"width\":400,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\\\/misuse-of-structured-data#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/www.humanlevel.com\\\/en\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"SEO\\\/GEO\",\"item\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/blog\\\/seo\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Mistakes to avoid when applying structured data markup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#website\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/en\",\"name\":\"Human Level\",\"description\":\"Web positioning and online marketing consultant Human Level\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.humanlevel.com\\\/en?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#organization\",\"name\":\"Human Level\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/en\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/logohl25x3.png\",\"contentUrl\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/logohl25x3.png\",\"width\":600,\"height\":93,\"caption\":\"Human Level\"},\"image\":{\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/human-level-communications\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/humanlevelcommunica\",\"https:\\\/\\\/bsky.app\\\/profile\\\/humanlevel.bsky.social\",\"https:\\\/\\\/instagram.com\\\/humanlevel\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/en#\\\/schema\\\/person\\\/11ad888926867985985a0210476bae94\",\"name\":\"Ram\u00f3n Saquete\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/1x1-ramon-saquete-26-96x96.jpg\",\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/1x1-ramon-saquete-26-96x96.jpg\",\"contentUrl\":\"https:\\\/\\\/www.humanlevel.com\\\/wp-content\\\/uploads\\\/1x1-ramon-saquete-26-96x96.jpg\",\"caption\":\"Ram\u00f3n Saquete\"},\"description\":\"Web Developer and Technical SEO Consultant at Human Level. He holds degrees in Computer Engineering and Technical Engineering in Computer Systems. He also earned a Higher Vocational Degree in Computer Applications Development and later obtained the Certificate of Pedagogical Aptitude (CAP). He is an expert in WPO and indexability.\",\"sameAs\":[\"https:\\\/\\\/es.linkedin.com\\\/in\\\/ramonsaquete\",\"https:\\\/\\\/x.com\\\/daiatron\"],\"url\":\"https:\\\/\\\/www.humanlevel.com\\\/en\\\/author\\\/ramon\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Mistakes to avoid when applying structured data markup","description":"Learn how to avoid misuse of structured data and you won't run the risk of being penalized by a manual review by Google.","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:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data","og_locale":"en_US","og_type":"article","og_title":"Mistakes to avoid when applying structured data markup","og_description":"Learn how to avoid misuse of structured data and you won't run the risk of being penalized by a manual review by Google.","og_url":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data","og_site_name":"Human Level","article_published_time":"2019-10-21T11:35:22+00:00","article_modified_time":"2023-10-11T06:16:25+00:00","og_image":[{"width":400,"height":400,"url":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png","type":"image\/png"}],"author":"Ram\u00f3n Saquete","twitter_card":"summary_large_image","twitter_creator":"@daiatron","twitter_misc":{"Written by":"Ram\u00f3n Saquete","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#article","isPartOf":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data"},"author":{"name":"Ram\u00f3n Saquete","@id":"https:\/\/www.humanlevel.com\/en#\/schema\/person\/11ad888926867985985a0210476bae94"},"headline":"Mistakes to avoid when applying structured data markup","datePublished":"2019-10-21T11:35:22+00:00","dateModified":"2023-10-11T06:16:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data"},"wordCount":1713,"commentCount":0,"publisher":{"@id":"https:\/\/www.humanlevel.com\/en#organization"},"image":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#primaryimage"},"thumbnailUrl":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png","keywords":["Structured data"],"articleSection":["SEO\/GEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data","url":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data","name":"Mistakes to avoid when applying structured data markup","isPartOf":{"@id":"https:\/\/www.humanlevel.com\/en#website"},"primaryImageOfPage":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#primaryimage"},"image":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#primaryimage"},"thumbnailUrl":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png","datePublished":"2019-10-21T11:35:22+00:00","dateModified":"2023-10-11T06:16:25+00:00","description":"Learn how to avoid misuse of structured data and you won't run the risk of being penalized by a manual review by Google.","breadcrumb":{"@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#primaryimage","url":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png","contentUrl":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/malos-usos-de-datos-estructurados.png","width":400,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/www.humanlevel.com\/en\/blog\/seo\/misuse-of-structured-data#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/www.humanlevel.com\/en"},{"@type":"ListItem","position":2,"name":"Blog","item":"https:\/\/www.humanlevel.com\/en\/blog"},{"@type":"ListItem","position":3,"name":"SEO\/GEO","item":"https:\/\/www.humanlevel.com\/en\/blog\/seo"},{"@type":"ListItem","position":4,"name":"Mistakes to avoid when applying structured data markup"}]},{"@type":"WebSite","@id":"https:\/\/www.humanlevel.com\/en#website","url":"https:\/\/www.humanlevel.com\/en","name":"Human Level","description":"Web positioning and online marketing consultant Human Level","publisher":{"@id":"https:\/\/www.humanlevel.com\/en#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.humanlevel.com\/en?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.humanlevel.com\/en#organization","name":"Human Level","url":"https:\/\/www.humanlevel.com\/en","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.humanlevel.com\/en#\/schema\/logo\/image\/","url":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/logohl25x3.png","contentUrl":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/logohl25x3.png","width":600,"height":93,"caption":"Human Level"},"image":{"@id":"https:\/\/www.humanlevel.com\/en#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/human-level-communications","https:\/\/www.youtube.com\/user\/humanlevelcommunica","https:\/\/bsky.app\/profile\/humanlevel.bsky.social","https:\/\/instagram.com\/humanlevel"]},{"@type":"Person","@id":"https:\/\/www.humanlevel.com\/en#\/schema\/person\/11ad888926867985985a0210476bae94","name":"Ram\u00f3n Saquete","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/1x1-ramon-saquete-26-96x96.jpg","url":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/1x1-ramon-saquete-26-96x96.jpg","contentUrl":"https:\/\/www.humanlevel.com\/wp-content\/uploads\/1x1-ramon-saquete-26-96x96.jpg","caption":"Ram\u00f3n Saquete"},"description":"Web Developer and Technical SEO Consultant at Human Level. He holds degrees in Computer Engineering and Technical Engineering in Computer Systems. He also earned a Higher Vocational Degree in Computer Applications Development and later obtained the Certificate of Pedagogical Aptitude (CAP). He is an expert in WPO and indexability.","sameAs":["https:\/\/es.linkedin.com\/in\/ramonsaquete","https:\/\/x.com\/daiatron"],"url":"https:\/\/www.humanlevel.com\/en\/author\/ramon"}]}},"_links":{"self":[{"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/posts\/52073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/comments?post=52073"}],"version-history":[{"count":4,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/posts\/52073\/revisions"}],"predecessor-version":[{"id":54802,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/posts\/52073\/revisions\/54802"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/media\/48086"}],"wp:attachment":[{"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/media?parent=52073"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/categories?post=52073"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.humanlevel.com\/en\/wp-json\/wp\/v2\/tags?post=52073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}