• Resolved soopafly

    (@soopafly)


    Hello,
    I’m in the process of building my site and getting around the optimizing for SEO. After installing TSF, I realized that I needed the Article extension. After installing it, nothing seems to have changed in the schema output. The new site currently isn’t publicly accessible and redirecting to the old legacy site for now while I’m working on it. On version 5.2.1 of WP and version 1.3.1 of Articles extension. Breadcrumbs have been enabled and showing up fine. Purged cache and still nothing. Am I missing something?

    See below for schema output

    <script type="application/ld+json">
      {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [{
          "@type": "ListItem",
          "position": 1,
          "item": {
            "@id": "https://domain.com/",
            "name": "My website"
          }
        }, {
          "@type": "ListItem",
          "position": 2,
          "item": {
            "@id": "https://domain.com/category/news/",
            "name": "News"
          }
        }, {
          "@type": "ListItem",
          "position": 3,
          "item": {
            "@id": "https://domain.com/news/article-title/",
            "name": "Article Title",
            "image": "https://static.domain.com/20190524101713/image.jpg"
          }
        }]
      }
    </script>
Viewing 1 replies (of 1 total)
  • Plugin Author Sybre Waaijer

    (@cybr)

    Hello ??

    For future reference, please don’t use these forums for the Extension Manager, as it’s now allowed per forum guidelines.

    You should see two buttons for support in your dashboard: Either via Github or email.

    I see you’ve taken the latter approach. I’ll get back to you ASAP. Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘Articles extension not working?’ is closed to new replies.