From 99e3696ad51eacf51ea45bf62f56d9067b490a99 Mon Sep 17 00:00:00 2001 From: "dr.dimitru" Date: Thu, 30 Aug 2018 02:12:52 +0300 Subject: [PATCH] Fix #6 , thanks to @nikhilgoswami --- .../structured-data-basics.md | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/tutorials/website/social-networking/structured-data-basics.md b/tutorials/website/social-networking/structured-data-basics.md index e8cb240..b95bc57 100644 --- a/tutorials/website/social-networking/structured-data-basics.md +++ b/tutorials/website/social-networking/structured-data-basics.md @@ -1,14 +1,15 @@ -Structured data basics -====== +# Structured data basics + +## About: -### About: __TL;TR;__ Adding structured data (*a.k.a. special tags and attributes*) to your website will make it appear more user-friendly in search results, and as a consequence - will cause more click and traffic. __Description by Google:__ > The structured data markup you provide for your pages helps Google algorithms better understand the kinds of things you offer your users so that their attributes can be featured in a visually compelling way—from ratings for recipe content, to structured layouts for events, to carousels for a related collection of items such as recipes from a specific host. These experiences are also streamlined for the user’s device and context, enhancing your content previews and making it easier for users to take action on your content wherever they are. -### Basic structure: +## Basic structure: + This is only most used case - *Website + Article*. There is much more types to use, like - reviews, video, audio, software, applications, recipes, movies, albums, etc. (*see links below for more info*). ```html @@ -29,8 +30,8 @@ This is only most used case - *Website + Article*. There is much more types to u - - + + @@ -48,8 +49,8 @@ This is only most used case - *Website + Article*. There is much more types to u - - + + @@ -72,6 +73,7 @@ This is only most used case - *Website + Article*. There is much more types to u ``` ### Further reading: - - [Test your markup with testing-tool by Google](https://search.google.com/structured-data/testing-tool) - - [Structured Data guidelines by Google](https://developers.google.com/search/docs/guides/search-features) - - [Structured Data specs at schema.org](https://schema.org/) + +- [Test your markup with testing-tool by Google](https://search.google.com/structured-data/testing-tool) +- [Structured Data guidelines by Google](https://developers.google.com/search/docs/guides/search-features) +- [Structured Data specs at schema.org](https://schema.org/)