import React from 'react' import { ArticleJsonLd } from 'next-seo' // See all available JSON-LD here: // https://github.com/garmeeh/next-seo#json-ld export default () => (

JSON-LD Added to Page

Take a look at the head to see what has been added, you are looking for a script tag of type "application/ld+json".

)