• 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]

You must be logged in to reply to this topic.