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.
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