Hello All, In Lighthouse report for our website it provides recommendation: Avoid an excessive DOM sizeWhen we create AEM components it adds some extra wrapper class thats why DOM is getting increased if there is page having more components.Is there any way we can reduce DOM size? Like any setting i...
Getting some unusual packages installed in CRX on a maven build along with project packages, names as below -pack_201a2be2-9883-45b2-a81e-88771db24a3e.zipLast installed 15:24 | admin Then the whole set of pages associated with the project and site structure went blank. The bundles are up and the /ap...
Hi ,How to add .html to extensionless URL in rewrite rules.When I tried the below code it is appending the .html but unfortunately the domain or language page is also getting affected by the same.# Add .html for extensionless url'sRewriteCond %{REQUEST_URI} !\.html$RewriteRule ^/(.*)$ /$1.html [R=30...
Hi, We have created a project with below command and build was successful. Installed it into local aem usingmvn clean install -PautoInstallPackageand published the site and page. But when we access the page http://localhost:4503/content/wknd/us/en.html on publish instance it is blank. mvn -B archety...
Hello All, I have CustomEventHandler class which implements EventHandler interface.handleEvent method is called during page activation, deactivation, deletion time. Here, I need to mention the page path. I mean if a page is present under /content/abc/project/en then only my custom event handler sho...
Dear All, I want to add unavailable_after(including date) meta tag on robots tags under page properties-->advanced tab--> Robots Tags drop down. Kindly help on this. please find the attachment. About unavailable_after meta tag:The unavailable_after meta tag is a way to tell search engines that ...
Hi,I wanted to know if AEM authoring user interface is tested for accessibility requirements and are all Author side screens we see in Author are accessible?My customer accessibility team has raised some list of accessibility bugs for AEM author side, in view of AEM author is being used by such resp...
We are dealing with 2 publishers, and AEM 6.5.5.We have some lucene rules which it will index DAM assets and cq_Pages. When we installed the indexes, we tried to go into crx/de, /oak:indexes and change reindex=false for both rules. And after 2-3 minutes, they would both be reindex, and we checked OS...
Hello! I am new to AEM, and I need to figure out how to add schema structured data (in JSON-LD format) to all pages that contain one of our custom components. I know similar questions have been asked before, but the answers weren't very detailed and a bit unclear. I'd like to know about the differen...