• Resolved MJ

    (@prmyapps)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello!

    Here you can find a list of all the structured data TSF supports. We do not provide methods to enter unsupported structured data manually–we’d like to keep a firm grasp on the (automated) output as abuse is prevalent and harmful.

    You can use the Header & Footer plugin alongside The SEO Framework to keep manually supplying the Movie Review markup. In your case, it’s according to Google’s guidelines, and they’ve accepted your entry ??

    Thread Starter MJ

    (@prmyapps)

    wow thank you so much for the quick reply!

    I can see that there will be very little overlap, and good to know that I would still have to use my GOGO plugin.

    I also apologize that it did not occur to me that I didn’t have to paste my JSON-LD code into this topic, because you can see it via google’s structured data testing page… or some other tool…????

    Cheers!

    Plugin Author Sybre Waaijer

    (@cybr)

    No problem!

    And the snippet was helpful–I didn’t have to look further than that and pasting the URL in Google ??

    Have a wonderful day!

    Thread Starter MJ

    (@prmyapps)

    Thanks again for your help – I will definitely try migrating to your plugin!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘What JSON-LD structured data does TSF auto-generate?’ is closed to new replies.