{"id":8342,"date":"2020-05-27T15:49:14","date_gmt":"2020-05-27T12:49:14","guid":{"rendered":"https:\/\/top.host\/blog\/?p=8342"},"modified":"2021-01-28T13:42:00","modified_gmt":"2021-01-28T10:42:00","slug":"en-schema-markup","status":"publish","type":"post","link":"https:\/\/top.host\/blog\/en-schema-markup\/","title":{"rendered":"How to get started with Schema markup"},"content":{"rendered":"<p>Every day we search the internet for various things that we find interesting. In each search we see the results returned to us by the search engines. Many times in addition to the simple display with the title and a description, we also see elements such as images, ratings and other information. Schema markup is behind all that!<\/p>\n<h4>What is schema.org<\/h4>\n<p><a href=\"https:\/\/schema.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Schema.org<\/a> is the code that can be applied into a website and add information that search engines, such as Google, can understand. Google, in its own turn, displays this information to its users, through search results. Let&#8217;s see an example.<\/p>\n<p>By searching the word \u201ctiramisu\u201d you will see the results below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-8361\" src=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/tiramisu.png\" alt=\"Tiramisu\" width=\"1528\" height=\"812\" srcset=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/tiramisu.png 1528w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/tiramisu-300x159.png 300w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/tiramisu-1000x531.png 1000w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/tiramisu-768x408.png 768w\" sizes=\"auto, (max-width: 1528px) 100vw, 1528px\" \/><\/p>\n<p>We now have an improved search result, unlike Google&#8217;s regular results which only display title, link and description. Images, star ratings, average score, votes and date are the data that have been marked through schema markup. That\u2019s why Google is able to read and display this information.<\/p>\n<h4>Preparation before registration<\/h4>\n<p>Schema.org offers a great variety of categories that display similar information. <a href=\"https:\/\/schema.org\/LocalBusiness\" target=\"_blank\" rel=\"noopener noreferrer\">LocalBusiness<\/a> and <a href=\"https:\/\/schema.org\/Organization\" target=\"_blank\" rel=\"noopener noreferrer\">Organization<\/a> are two of the most popular.<\/p>\n<p>To begin with, we will see how to set a kind of corporate ID and we will use the LocalBusiness schema. In this way, search engines will extract the necessary information and display it in search results depending on their type (search, maps, etc.). Of course there will need to be a crawl of the new data from Google, so it may take some time. Otherwise you can request a new crawl of your website through the Google Search Console.<\/p>\n<p><a href=\"https:\/\/schema.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Schema.org<\/a> also works in the foreground by helping the website\u2019s ranking. After all, their purpose is to give search engines information that cannot be given simply by the content we already use.<\/p>\n<p>We first need to check if the website to which we will be adding the data, has already some entries. Many WordPress themes have this kind of data. A very useful tool for checking is <a href=\"https:\/\/search.google.com\/structured-data\/testing-tool\/u\/0\/?hl=\" target=\"_blank\" rel=\"noopener noreferrer\">Google&#8217;s structured data control tool<\/a>. We can check directly any website or try the snippet we will create, as we will be showing later.<\/p>\n<h4><\/h4>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-8586 size-full\" src=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en.png\" alt=\"\" width=\"2866\" height=\"1452\" srcset=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en.png 2866w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en-300x152.png 300w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en-1000x507.png 1000w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en-768x389.png 768w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en-1536x778.png 1536w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/google-schema-en-2048x1038.png 2048w\" sizes=\"auto, (max-width: 2866px) 100vw, 2866px\" \/><\/p>\n<h4>Encoding with JSON-LD format<\/h4>\n<p>You can use three different encodings: RDFa, Microdata and JSON-LD -the first two will have to be implemented by a developer. In the following example we will use the third encoding (JSON-LD) which is the easiest and can be implemented regardless of your development skills. Just follow the example below and replace it with your own data.<\/p>\n<p><code><br \/>\n&lt;script type=\"application\/ld+json\"&gt;<br \/>\n{<br \/>\n\"@context\": \"http:\/\/schema.org\/\",<br \/>\n\"@type\": \"LocalBusiness\",<br \/>\n\"name\": \"My Business Name | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmoda\",<br \/>\n\"description\" : \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco.\",<br \/>\n\"url\": \"http:\/\/www.example.com\",<br \/>\n\"address\": {<br \/>\n\"@type\": \"PostalAddress\",<br \/>\n\"addressLocality\": \"Thessaloniki\",<br \/>\n\"postalCode\": \"123 45\",<br \/>\n\"streetAddress\": \"Aristotelous 1\",<br \/>\n\"addressCountry\": {<br \/>\n\"@type\": \"Country\",<br \/>\n\"name\": \"Greece\"<br \/>\n}<br \/>\n},<br \/>\n\"telephone\": \"+123 456 789\",<br \/>\n\"priceRange\" : \"1\u20ac - 500\u20ac\",<br \/>\n\"logo\": \"http:\/\/www.example.com\/assets\/img\/logo.png\",<br \/>\n\"sameAs\": [ \"https:\/\/www.facebook.com\/mycompany\",<br \/>\n\"https:\/\/www.linkedin.com\/mycompany\",<br \/>\n\"http:\/\/twitter.com\/mycompany\",<br \/>\n\"http:\/\/instagram.com\/mycompany\"]<br \/>\n,<br \/>\n\"email\": \"info@example.com\",<br \/>\n\"image\": \"http:\/\/www.example.com\/assets\/img\/myimage.png\",<br \/>\n\"contactPoint\": [<br \/>\n{<br \/>\n\"@type\": \"ContactPoint\",<br \/>\n\"telephone\": \"+123 456 789\",<br \/>\n\"contactType\": \"sales\",<br \/>\n\"areaServed\": [<br \/>\n\"GR\"<br \/>\n]<br \/>\n}<br \/>\n]<br \/>\n}<br \/>\n&lt;\/script&gt;<br \/>\n<\/code><br \/>\n<a href=\"https:\/\/schema.org\/LocalBusiness\" target=\"_blank\" rel=\"noopener noreferrer\">Here<\/a> you can find all the LocalBusiness schema features. Each category has a list of different properties that you can select and use for each case.<br \/>\nOnce you copy the above script in the &lt;head&gt; &lt;\/head&gt; of your page you will be able to give search engines the message that you are schema markup ready!<\/p>\n<h4>Results<\/h4>\n<p>We test by using Google&#8217;s structured data control tool and we get the results below.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-8582\" src=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-scaled.jpg\" alt=\"\" width=\"2560\" height=\"1694\" srcset=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-scaled.jpg 2560w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-300x199.jpg 300w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-1000x662.jpg 1000w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-768x508.jpg 768w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-1536x1017.jpg 1536w, https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/data_json-2048x1356.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/p>\n<p>This is the easy way to encode schema.org data within a website. Stay tuned to find out how you can use a website\u2019s existing content as schema.org data in order to optimise the website&#8217;s SEO.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every day we search the internet for various things that we find interesting. In each&hellip;<\/p>\n","protected":false},"author":18,"featured_media":8320,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"mc4wp_mailchimp_campaign":[],"footnotes":""},"categories":[2436],"tags":[3421],"coauthors":[3031],"class_list":["post-8342","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials-en","tag-schema-markup-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v21.2 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to get started with Schema markup - Top.Host Blog<\/title>\n<meta name=\"description\" content=\"Schema markup is what you need so that Google&#039;s search results shows your webiste with extra info such as ratings, photos, and more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/top.host\/blog\/en-schema-markup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to get started with Schema markup\" \/>\n<meta property=\"og:description\" content=\"Schema markup is what you need so that Google&#039;s search results shows your webiste with extra info such as ratings, photos, and more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/top.host\/blog\/en-schema-markup\/\" \/>\n<meta property=\"og:site_name\" content=\"Top.Host Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tophostGR\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-27T12:49:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-28T10:42:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"700\" \/>\n\t<meta property=\"og:image:height\" content=\"466\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Vasilis Nakos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@TophostExtreme\" \/>\n<meta name=\"twitter:site\" content=\"@TophostExtreme\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Vasilis Nakos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/\"},\"author\":{\"name\":\"Vasilis Nakos\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#\\\/schema\\\/person\\\/eeb283437d6ded8e7cdad8bc574a5ca1\"},\"headline\":\"How to get started with Schema markup\",\"datePublished\":\"2020-05-27T12:49:14+00:00\",\"dateModified\":\"2021-01-28T10:42:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/\"},\"wordCount\":540,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/BlogimageTophostSchema.jpg\",\"keywords\":[\"Schema markup\"],\"articleSection\":[\"How To\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/\",\"name\":\"How to get started with Schema markup - Top.Host Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/BlogimageTophostSchema.jpg\",\"datePublished\":\"2020-05-27T12:49:14+00:00\",\"dateModified\":\"2021-01-28T10:42:00+00:00\",\"description\":\"Schema markup is what you need so that Google's search results shows your webiste with extra info such as ratings, photos, and more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#primaryimage\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/BlogimageTophostSchema.jpg\",\"contentUrl\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/BlogimageTophostSchema.jpg\",\"width\":700,\"height\":466,\"caption\":\"Schema Markup\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/en-schema-markup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/top.host\\\/blog\\\/el\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get started with Schema markup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/\",\"name\":\"Top.Host Blog\",\"description\":\"Extreme Support\",\"publisher\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/top.host\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#organization\",\"name\":\"Top.Host\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/logo-300x300-1.png\",\"contentUrl\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/03\\\/logo-300x300-1.png\",\"width\":300,\"height\":300,\"caption\":\"Top.Host\"},\"image\":{\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/tophostGR\\\/\",\"https:\\\/\\\/x.com\\\/TophostExtreme\",\"https:\\\/\\\/www.instagram.com\\\/tophostgr\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/752527\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/TophostXtremeSupport\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/#\\\/schema\\\/person\\\/eeb283437d6ded8e7cdad8bc574a5ca1\",\"name\":\"Vasilis Nakos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/vnakos-140x140.jpg76801391eff7b9f0ebe620c364123bf6\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/vnakos-140x140.jpg\",\"contentUrl\":\"https:\\\/\\\/top.host\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/vnakos-140x140.jpg\",\"caption\":\"Vasilis Nakos\"},\"description\":\"Vasilis is Visual Arts &amp; Human Interface Design Manager at Top.Host.\",\"url\":\"https:\\\/\\\/top.host\\\/blog\\\/author\\\/vasilis\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to get started with Schema markup - Top.Host Blog","description":"Schema markup is what you need so that Google's search results shows your webiste with extra info such as ratings, photos, and more.","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:\/\/top.host\/blog\/en-schema-markup\/","og_locale":"en_US","og_type":"article","og_title":"How to get started with Schema markup","og_description":"Schema markup is what you need so that Google's search results shows your webiste with extra info such as ratings, photos, and more.","og_url":"https:\/\/top.host\/blog\/en-schema-markup\/","og_site_name":"Top.Host Blog","article_publisher":"https:\/\/www.facebook.com\/tophostGR\/","article_published_time":"2020-05-27T12:49:14+00:00","article_modified_time":"2021-01-28T10:42:00+00:00","og_image":[{"width":700,"height":466,"url":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg","type":"image\/jpeg"}],"author":"Vasilis Nakos","twitter_card":"summary_large_image","twitter_creator":"@TophostExtreme","twitter_site":"@TophostExtreme","twitter_misc":{"Written by":"Vasilis Nakos","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/top.host\/blog\/en-schema-markup\/#article","isPartOf":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/"},"author":{"name":"Vasilis Nakos","@id":"https:\/\/top.host\/blog\/#\/schema\/person\/eeb283437d6ded8e7cdad8bc574a5ca1"},"headline":"How to get started with Schema markup","datePublished":"2020-05-27T12:49:14+00:00","dateModified":"2021-01-28T10:42:00+00:00","mainEntityOfPage":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/"},"wordCount":540,"commentCount":0,"publisher":{"@id":"https:\/\/top.host\/blog\/#organization"},"image":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/#primaryimage"},"thumbnailUrl":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg","keywords":["Schema markup"],"articleSection":["How To"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/top.host\/blog\/en-schema-markup\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/top.host\/blog\/en-schema-markup\/","url":"https:\/\/top.host\/blog\/en-schema-markup\/","name":"How to get started with Schema markup - Top.Host Blog","isPartOf":{"@id":"https:\/\/top.host\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/#primaryimage"},"image":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/#primaryimage"},"thumbnailUrl":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg","datePublished":"2020-05-27T12:49:14+00:00","dateModified":"2021-01-28T10:42:00+00:00","description":"Schema markup is what you need so that Google's search results shows your webiste with extra info such as ratings, photos, and more.","breadcrumb":{"@id":"https:\/\/top.host\/blog\/en-schema-markup\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/top.host\/blog\/en-schema-markup\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/top.host\/blog\/en-schema-markup\/#primaryimage","url":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg","contentUrl":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/BlogimageTophostSchema.jpg","width":700,"height":466,"caption":"Schema Markup"},{"@type":"BreadcrumbList","@id":"https:\/\/top.host\/blog\/en-schema-markup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/top.host\/blog\/el\/"},{"@type":"ListItem","position":2,"name":"How to get started with Schema markup"}]},{"@type":"WebSite","@id":"https:\/\/top.host\/blog\/#website","url":"https:\/\/top.host\/blog\/","name":"Top.Host Blog","description":"Extreme Support","publisher":{"@id":"https:\/\/top.host\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/top.host\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/top.host\/blog\/#organization","name":"Top.Host","url":"https:\/\/top.host\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/top.host\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/top.host\/blog\/wp-content\/uploads\/2016\/03\/logo-300x300-1.png","contentUrl":"https:\/\/top.host\/blog\/wp-content\/uploads\/2016\/03\/logo-300x300-1.png","width":300,"height":300,"caption":"Top.Host"},"image":{"@id":"https:\/\/top.host\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/tophostGR\/","https:\/\/x.com\/TophostExtreme","https:\/\/www.instagram.com\/tophostgr\/","https:\/\/www.linkedin.com\/company\/752527\/","https:\/\/www.youtube.com\/user\/TophostXtremeSupport"]},{"@type":"Person","@id":"https:\/\/top.host\/blog\/#\/schema\/person\/eeb283437d6ded8e7cdad8bc574a5ca1","name":"Vasilis Nakos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/vnakos-140x140.jpg76801391eff7b9f0ebe620c364123bf6","url":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/vnakos-140x140.jpg","contentUrl":"https:\/\/top.host\/blog\/wp-content\/uploads\/2020\/05\/vnakos-140x140.jpg","caption":"Vasilis Nakos"},"description":"Vasilis is Visual Arts &amp; Human Interface Design Manager at Top.Host.","url":"https:\/\/top.host\/blog\/author\/vasilis\/"}]}},"_links":{"self":[{"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/posts\/8342","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/comments?post=8342"}],"version-history":[{"count":20,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/posts\/8342\/revisions"}],"predecessor-version":[{"id":8587,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/posts\/8342\/revisions\/8587"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/media\/8320"}],"wp:attachment":[{"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/media?parent=8342"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/categories?post=8342"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/tags?post=8342"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/top.host\/blog\/wp-json\/wp\/v2\/coauthors?post=8342"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}