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
}
