-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,11 @@ html_meta: | |
|
||
## Metadata Structure | ||
|
||
Ensure that you have all of the metadata fields as listed below. Correct metadata is required for internal linting and scraping tools, proper metadata is also key for internal and external search optimizations. Please note that the description field under html_meta, "description lang=en": "blog snippet text/abstract" will need to be changed with the description provided by the author, usually a brief synopsis of the blog (150 characters max), anything additional characters after the 150 mark will be cut. | ||
Ensure that you have all of the metadata fields as listed below. Correct metadata is required for internal linting | ||
Check failure on line 22 in guide-to-blogs-metadata.md
|
||
and scraping tools, proper metadata is also key for internal and external search optimizations. Please note that | ||
Check failure on line 23 in guide-to-blogs-metadata.md
|
||
the description field under html_meta, "description lang=en": "blog snippet text/abstract" will need to be changed | ||
Check failure on line 24 in guide-to-blogs-metadata.md
|
||
with the description provided by the author, usually a brief synopsis of the blog (150 characters max), anything | ||
Check failure on line 25 in guide-to-blogs-metadata.md
|
||
additional characters after the 150 mark will be cut. | ||
|
||
```markdown | ||
--- | ||
|