A conceptual question I’d like to clarify about Edge Delivery Services:
When EDS delivers a page, is there any AEM instance directly serving that content, or is it always the edge network?
I ask because I’m trying to understand if it’s possible to have a hybrid approach, mixing AEM page properties with EDS delivery.
For example:
In classic AEM Sites, you could override /libs/core/wcm/components/page/v1/page to add page-level properties (title, metadata, etc.).
With EDS, there’s also /libs/core/franklin/components/page/v1/page.
The question is:
Can we actually override or extend these properties so they appear in the live EDS site?
Or are these purely for preview inside AEM Author, and not part of what the EDS runtime ever serves?
Would love to hear from anyone who has tried customizing page-level data or mixing JCR properties with EDS delivery.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @mancillaign ,
Hi @mancillaign
The Authored content stored in AEM but when you publish then instead of going to AEM publish, content markdown files are generated and push to content bus(AWS S3 bucket)
You can add page properties which will be added to meta tag
@mancillaign Hope you looked at this https://www.aem.live/docs/bulk-metadata !
Hi @mancillaign ,
@mancillaign content and its semantic html comes from AEM author instance.
While we can technically customize aem franklin components , Adobe is discouraging the idea to avoid unnecessary complications in future while using other integrated features such as Universal Editor, AEM Sites Optimizer