Skip to content

Instantly share code, notes, and snippets.

View warnakey's full-sized avatar

warnakey

View GitHub Profile
@warnakey
warnakey / faqpage-schema-example.html
Last active February 1, 2023 21:05
FAQpage Schema Example
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "FAQPage",
"mainEntity": [
{ // start question
"@type": "Question",
"name": "Are employers required to pay severance in New Jersey? ",
"text": "Are employers required to pay severance in New Jersey? ",
"author": {
@warnakey
warnakey / NewsArticle-Schema.html
Created April 17, 2023 15:15
NewsArticle Schema
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"url": "http://www.bbc.com/news/world-us-canada-39324587",
"publisher":{
"@type":"Organization",
"name":"BBC News",
"logo":"http://www.bbc.co.uk/news/special/2015/newsspec_10857/bbc_news_logo.png?cb=1"
},