Skip to content

Commit fa8040a

Browse files
authored
Merge pull request #5378 from piratabrasileiro1/main
add schema
2 parents e8c08c3 + 1faa35c commit fa8040a

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

topics/json-ld/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: json-ld
3+
related: json,schema
4+
short_description: JSON-LD is a language that emerged in 2010 to organize data contained in JavaScript files.
5+
topic: json-ld
6+
wikipedia_url: https://en.wikipedia.org/wiki/JSON-LD
7+
---
8+
JSON-LD is a format that emerged in 2010 to organize data contained in JavaScript files and is maintained by the JSON for Linking Data Community Group.

topics/schema/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
aliases: schemas,schema-org
3+
display_name: Schema
4+
related: microformat,json-ld,structured-data
5+
short_description: Schema is language launched in 2011 by google, bing and yahoo marking up web pages with structured data.
6+
topic: schema
7+
wikipedia_url: https://en.wikipedia.org/wiki/Schema.org
8+
---
9+
Schema is language launched in june 2, 2011, by Google, Bing and Yahoo marking up web pages with structured data.

topics/structured-data/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
display_name: Structured-data
3+
short_description: Structured data is a method of defining data in a structured way to represent elements of a subject.
4+
aliases: data-model
5+
topic: structured-data
6+
wikipedia_url: https://en.wikipedia.org/wiki/Data_model
7+
---
8+
Structured data is a method of defining data in a structured way to represent elements of a subject; it first emerged in 1958 as a way to organize data.

0 commit comments

Comments
 (0)