function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jonathan Crow 10Jonathan Crow 10 

Getting Meta Info from Knowledge Article on Article Detail Page

I want to grab some of the metadata from the article showing on the article detail page. Any pointers on how I can accomplish this?
 
Use Case
When Knowledge Articles are crawled by Google I want the metadata from that article to be manipulated and passed to Google as JSON for use as schema markup so that we can have the article show in Featured Snippets. For example, I have a how-to Knowledge Article that I want to display via JSON as a how-to Structured Data type. I need to query the article to find out what Article Record Type it is to set that schema. Then grab other metadata like Title, Step 1, etc.
VinayVinay (Salesforce Developers) 
Hi Jonathan,

I would suggest to reach out to Accelerator team who can guide you with your implementation if you have premier support level.

https://help.salesforce.com/s/articleView?id=000337601&type=1

Please mark as Best Answer if above information was helpful.

Thanks,