Skip to content

Commit

Permalink
Add descriptions from Schema.org to schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain Collins committed Jul 23, 2019
1 parent 8145276 commit a23f987
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "structured-data-testing-tool",
"version": "2.0.0",
"version": "2.0.1",
"description": "A library and command line tool to help test for Structured Data.",
"repository": "/~https://github.com/glitchdigital/structured-data-testing-tool",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion presets/schemas/BlogPosting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const BlogPosting = {
name: 'BlogPosting',
description: 'BlogPosting schema data',
description: 'A blog post.',
schema: 'BlogPosting',
tests: [
// Expected by Google
Expand Down
2 changes: 1 addition & 1 deletion presets/schemas/DiscussionForumPosting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const DiscussionForumPosting = {
name: 'DiscussionForumPosting',
description: 'DiscussionForumPosting schema data',
description: 'A posting to a discussion forum.',
schema: 'DiscussionForumPosting',
tests: [
// Expected by Google
Expand Down
2 changes: 1 addition & 1 deletion presets/schemas/LiveBlogPosting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const LiveBlogPosting = {
name: 'LiveBlogPosting',
description: 'LiveBlogPosting schema data',
description: 'A blog post intended to provide a rolling textual coverage of an ongoing event through continuous updates.',
schema: 'LiveBlogPosting',
tests: [
// Expected by Google
Expand Down
2 changes: 1 addition & 1 deletion presets/schemas/SocialMediaPosting.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const SocialMediaPosting = {
name: 'SocialMediaPosting',
description: 'SocialMediaPosting schema data',
description: 'A post to a social media platform, including blog posts, tweets, Facebook posts, etc.',
schema: 'SocialMediaPosting',
tests: [
// Expected by Google
Expand Down

0 comments on commit a23f987

Please sign in to comment.