Skip to content

Commit

Permalink
update schema read me with template instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Mc Cormack committed Nov 19, 2018
1 parent cbe4229 commit 8179dcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This module allows you to add schema.org JSON to your webpage and auto generates schema for Blog Posts

## Displaying Schema on Your Page

Add a PageSchema template variable to your page (preferably before the closing body tag)

```html
$PageSchema
</body>
```

## Auto Generated BlogPost Schema

The below snippet is auto generated form your BlogPost data and some site config
Expand Down

0 comments on commit 8179dcd

Please sign in to comment.