Hey Everyone,
We’re exploring region-based routing support for our EDS site (e.g. / → /en/uk/ for UK visitors) and wanted to get your advice on best practices for implementation — especially as this may require user consent under GDPR.
Here’s our current understanding and open questions:
Any guidance or working examples for how other EDS projects have handled this would be super helpful.
Thanks in advance for your help!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
The audiences in the EDS experimentation engine maybe helpful for page personalization if you’re using an external service to provide geolocation info
https://github.com/adobe/aem-experimentation/blob/main/documentation/audiences.md
For redirects, a simple client-side JavaScript approach could work well. It would just call your geo-IP service and apply redirect logic based on the user’s location (ideally after getting consent if required under GDPR).
You could also look into using Fastly’s geofencing or geo-blocking features for redirecting at the CDN level:
https://www.fastly.com/documentation/solutions/tutorials/geofence/
https://www.fastly.com/documentation/solutions/examples/geofencing-geoblocking-content-by-region/
Views
Likes
Replies