You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117347 Add schemas to an article

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by jeffhoneyager on Saturday, 20 September 2025 14:10 BST

jeffhoneyager

I can't seem to find an extension to do this, but is it possible (within JCE) to add Meta Tags for better SEO and AI Analysis?  For example can I add the following to an article?  I know the exact formatting is wrong, but you get the idea...

 

[script type="application/ld+jason"]

{

  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Kady International",
  "url": "https://www.kadyinternational.com/",
  "logo": "https://www.kadyinternational.com/images/logo.png",
  "description": "Kady International provides the manufacturers' essential industrial mixing mills using rotor stator technology for dispersing and blending worldwide.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Example St",  // Replace with actual
    "addressLocality": "Scarborough",
    "addressRegion": "ME",
    "postalCode": "04074",
    "addressCountry": "US"
},
"contactPoint": { "@type": "ContactPoint", "telephone": "+1-207-883-4424", "contactType": "customer service" }, "sameAs": ["https://www.linkedin.com/company/kady-international/"] // Add social profiles }

UteS

In JCE it's a PRO feature, called Microdata. Button in JCE Editor Profiles > Features & Layout and Plugin Parameters. Docs are here: https://www.joomlacontenteditor.net/support/documentation/microdata

Alternative in Joomla5: Enable the system-Schema.org Plugin + one of the integrated schemas where you can insert your data. You'll find a Schema tab in your article editor. Tutorial here: https://kevinsguides.com/guides/webdev/joomla/content/joom-schema/ .

 

Ute

jeffhoneyager

Thanks for the guidance!