https://github.com/optimoapps/statamic-rich-snippet
Statamic Schema.org Json-Ld (Rich Snippet)
https://github.com/optimoapps/statamic-rich-snippet
statamic-3 statamic-addon statamic-module statamic-v3
Last synced: 7 months ago
JSON representation
Statamic Schema.org Json-Ld (Rich Snippet)
- Host: GitHub
- URL: https://github.com/optimoapps/statamic-rich-snippet
- Owner: OptimoApps
- Created: 2020-08-10T14:44:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-23T13:17:20.000Z (over 5 years ago)
- Last Synced: 2024-04-20T18:25:29.908Z (almost 2 years ago)
- Topics: statamic-3, statamic-addon, statamic-module, statamic-v3
- Language: PHP
- Homepage: https://statamic.com/addons/optimo-apps/statamic-rich-snippet
- Size: 320 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rich Snippet (Schema.org JSON-LD)

[](https://packagist.org/packages/optimoapps/statamic-rich-snippet)
[](https://packagist.org/packages/optimoapps/statamic-rich-snippet)


> Schema.Org Addon for generating Schema.org JSON-LD. Currently, supported type BlogPost, News Article, Article, Organization and Webpage.
# Installation
```bash
composer require optimoapps/statamic-rich-snippet
```
# How to use
Simply use `{{schema_json}}` ,it will smartly display related type schema if its generated.
#### Article Schema
``` {{articles_schema}} ```
#### Blog Post Schema
``` {{blogpost_schema}} ```
#### New Article Schema
``` {{news_article_schema}} ```
#### Organization Schema
``` {{organization_schema}} ```
#### Webpage Schema
``` {{webpage_schema}} ```
# Support & Bug
Find a bug? Have a feature request? Open an issue on [github](https://github.com/OptimoApps/statamic-rich-snippet/issues) or Mail us info@optimoapps.com
## Rich Snippet is a Commercial Addon.
You can use it for free while in development, but requires a license to use on a live site. Learn more or buy a license on [The Statamic Marketplace](https://statamic.com/marketplace/addons/statamic-rich-snippet)!