What JSON-LD structured data does TSF auto-generate?
-
I would like to install an SEO plugin to replace the plugin I use for twitter cards and meta data on my movie review website soccermoviemom.com. In addition, I have been using the SOGO OH Header Footer plugin to manually add JSON-LD structured data to my posts and pages. It looks like TSF could meet all 3 needs and more.
However, I looked through your documentation, but I couldn’t find anything to describe what structured data you generate. Will TSF provide the same data structures I use now, and if not, does TSF provide a way for me to add more JSON-LD?
Below is the structured data I added for this post
<script type="application/ld+json"> { "@context":"https://schema.org", "@type":"Review", "datePublished":"2020-01-18T08:00", "description": "Nefta Football Club stands out as being the only soccer movie to win an Oscar nomination", "itemReviewed":{ "@type":"Movie", "name":[ "Nefta Football Club" ], "sameAs":["https://www.imdb.com/title/tt8551848/" ], "datePublished":"2018-10-24", "image":"https://image.tmdb.org/t/p/w154/qxB69zNG2Grf70wvwCnWrT0syAI.jpg", "director": [{ "@type":"Person", "name": ["Yves Piat" ], "sameAs":["https://www.imdb.com/name/nm1166989/" ] }], "actor":[{ "@type":"Person", "name": [ "Eltayef Dhaoui"], "sameAs":["https://www.imdb.com/name/nm10169498/" ] }] }, "reviewRating":{ "@type":"Rating", "worstRating":"1", "bestRating":"10", "ratingValue":"7" }, "url":"https://soccermoviemom.com/nefta-2018", "author":{ "@type":"Person", "name":"MJ Lee", "sameAs":"https://twitter.com/soccermoviemom" }, "publisher":{ "@type":"Organization", "name":"Soccer Movie Mom", "sameAs":"https://soccermoviemom.com" }, "inLanguage":"en" } </script>
The page I need help with: [log in to see the link]
- The topic ‘What JSON-LD structured data does TSF auto-generate?’ is closed to new replies.