Skip to content

[FEATURE] First version of the extension, javascript to make a frontend request and returning a json with page information#1

Merged
RinyVT merged 1 commit intomainfrom
feature/initial-extension
Oct 6, 2025
Merged

[FEATURE] First version of the extension, javascript to make a frontend request and returning a json with page information#1
RinyVT merged 1 commit intomainfrom
feature/initial-extension

Conversation

@RinyVT
Copy link
Collaborator

@RinyVT RinyVT commented May 30, 2025

Frontend request

This is a new extension which handles frontend requests from within the backend, this was/is a functionality in Yoast SEO For TYPO3 but has now been moved to a separate extension to make it more widely accessible.

Screenshots from the documentation to have some context:

Screenshot 2025-05-30 at 16 39 25 Screenshot 2025-05-30 at 16 39 58 Screenshot 2025-05-30 at 16 40 27 Screenshot 2025-05-30 at 16 41 12 Screenshot 2025-05-30 at 16 41 31

An example of a frontend request response:

{
    "body": "<h4 style=\"font-family: sans-serif;\">Welcome to a default website made with <a href=\"https:\/\/typo3.org\">TYPO3<\/a><\/h4>",
    "favicon": "https:\/\/example.com\/favicon.ico",
    "locale": "en",
    "metadata": {
        "generator": "TYPO3 CMS",
        "twitter:title": "Twitter title",
        "twitter:description": "Twitter description",
        "twitter:image": "https:\/\/example.com\/fileadmin\/_processed_\/7\/9\/csm_image_3b4afb1e67.jpg",
        "twitter:card": "summary"
    },
    "title": "Example: Content page",
    "url": "https:\/\/example.com\/content-page"
}

…nd request and returning a json with page information
@RinyVT RinyVT merged commit 73074c7 into main Oct 6, 2025
37 of 40 checks passed
@RinyVT RinyVT deleted the feature/initial-extension branch October 6, 2025 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants