Schema JSON-LD on a Custom Page #5997
Replies: 6 comments 8 replies
|
How you did this? could you share template? |
|
And maybe a stupid question but why? Example uses? |
|
@CaMer0n has already done something, #5422 However, examining the news at http://localhost/e107_2.3.11/news.php?extend.3, there is no rendered JSON-LD Schema structure. |
|
But this is not how it should work .
First - if you need this only for the homepage, do it in the theme home layout; just insert it there. This is a big topic, and Core only supports generating JSON schema; it doesn't cover best practices etc. |
|
Excited to share my new e107 plugin for seamless JSON-LD Schema integration! It features a simple admin panel to automatically inject structured data into all pages, boosting your site's SEO. The public repository will be available for everyone starting tonight. |
|
https://github.com/kreossino/jsonld_schema ...this for me works correctly: |






Uh oh!
There was an error while loading. Please reload this page.
HI @e107help and Inc.
I'm looking into adding Schema JSON-LD to a custom page, but I've discovered that this option isn't available in the SEO settings for custom pages.
I've already added Schema JSON-LD for that domain to the Custom Tags (inside tags) and it's rendering on all frontend pages. Now, I think we need to allocate a Custom Tags area (inside tags) to enrich that page.
Thank!
All reactions