January 4, 2021
Estimated Post Reading Time ~

How to disable link checker for selective links

Several times in a project, there is a requirement that the OOTB link checking in AEM needs to be disabled for specific links.

There are 2 options to achieve this:
x-cq-linkchecker="valid" : This will make the linkchecker mark the link as valid.
x-cq-linkchecker="skip" : This will make the linkchecker skip the link.

These tags should need to be added on the <a> tag directly, for example:
<a href="xxx" x-cq-linkchecker="skip">Link</a>


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.