I could not see any method in https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/LocalizationUtils.java Which is giving list of language copies of current page. My requirement is, let's say I am on pagea of en, then it shou...
Hi Folks, I have a page (pagea), this page exist in en, fr, and de Now this page has 3 language copies I need to fetch all the existing language copies of page, how would I fetch it using some API.Please do not suggest below http://localhost:4502/libs/wcm/core/content/pageinfo.json?path=/content/tes...
Hi Folks, As part of SEO best practice, I need to attach 'structured data markup' at page level using script type="application/ld+json"Which has some other attributes like page name, description, org name etcEach page has it's detail in this script.How could I do this in AEM as cloud service? Any po...
Hi All, Finally it worked RewriteCond %{HTTP_COOKIE} !mycookieRewriteRule ^/(.*)/test-project/page1(.*?) /$1/page3 [QSA,L,R,NE]RewriteRule ^/(.*)/test-project/page2(.*?) /$1/page3 [QSA,L,R,NE] Thanks,Pradeep
Hi All, I have to redirect page A to page B if cookie is not present. If cookie is present then this redirection will not happen.I need to redirect to page B before request reaches to AEM server. How can we do this on dispatcher? Any pointers highly appreciated. Thanks,Pradeep
Hi Anchal, In my local author it is working fine, above configuration will strip the html on anchor links.However issue I am facing on cloud where changes are not working and what are the changes/rules dispatcher would require. I have 3 requirements.1. Url ends with slash www.mysite/en/should remov...
Hi All, We have a requirement to enable extensionless URL. Though to implement and check this first on cloud author. I am doing the changes in etc/map/https folderAdded below rules sling:internalRedirect : /content/testproject/(.*).htmlsling:match: /content/testproject/(.*)$ When I tried to access p...
Hi Nishant, 1. I can see in html source of the page <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>2. Responsive div<div class="root container responsivegrid"> Other points like fluid layout, flexbox I am not aware what are these, as I am ...
Hi Folks, Site is looking fine on 100% resolution. When I change to 125% lot of elements on page is disappearing. How could I fix the website to 100% if the site is opening on larger device/resolution it fits to the respective device. We are using react in front-end framework in AEMAaCS. Any help is...
Solution was, in cloud dev deployment changes specially dispatcher were not taking place, when we deploy it to stage it started working.Cloud behaves weird that is difficult to understand why.Thanks all for looking into it. Cheers,Pradeep