• Resolved Roman

    (@roman17trushanov)


    Dear Tablepress team,

    Is there any way to add schema.org structured data of the https://schema.org/Table type to the tables generated by Tablepress?

    That would be a great SEO-addition for the plugin.

    Best,

    Roman

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Roman,

    Thanks for your question! Can you clarify what specific items you are looking to add? From what I know, there’s really only

    <div itemscope itemtype="https://schema.org/Table">
    <h2 itemprop="about">Title</h2>

    that could be added “generally” around a table?

    Best wishes,
    Tobias

    Thread Starter Roman

    (@roman17trushanov)

    Thank you for getting back to me.

    The microdata format possibilities are quite meagre when it comes to table, however the JSON format features more info. A baseline snippet could look like this:

    <script type="application/ld+json">
    {
    "@context": "https://schema.org",
    "@type": "Table",
    "about": "Citizen’s Income Standard Rates 2023 and 2024/2025",
    "abstract": "Standard requirement rates in euros for various eligible recipients of the Citizen’s Income."
    }
    </script>

    If you generate it programmatically for every table it could be a great SEO-addittion for your plugin.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Roman,

    ah, I see! Thanks for the clarification and the example!

    I will check this out in more detail and check if and how this could be implemented! Thanks for the suggestion!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Schema.org for tables’ is closed to new replies.