Custom REST API Endpoints
-
Hi,
Currently we have these API endpoints and Yoast feeds metadata into them, but it’s not in readable format.
We want to create a customised API endpoint without noise and clearly readable, especially for the LLMs and search engines, preferably in the format
- Example JSON output:
{
“title”: “Online MBA in UAE”,
“url”: “https://yourdomain.com/online-mba-uae“,
“content”: “Full clean text of the page…”,
“categories”: [“MBA”, “Business”],
“meta”: {
“university”: “University of Dundee”,
“duration”: “2 years”,
“format”: “Online”
}
}
Is it possible through this plugin?
The page I need help with: [log in to see the link]
- Example JSON output:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.