How can we disable Link Checker for phone numbers, in the Text and Title component? | Community
Skip to main content
New Participant
March 24, 2023
Solved

How can we disable Link Checker for phone numbers, in the Text and Title component?

  • March 24, 2023
  • 2 replies
  • 1270 views
Is it possible to disable the link checker for the Text and Title components, when we have a telephone link, like "tel:1-222-333-4444" ?
 

 

As you can see above, AEM's link checker will invalidate that link.

 


I have tried to add all paths starting with "tel:" to the blacklist in configMgr's Link Checker Transformer, but I am still getting the same issue.

 

 
Thank you, 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by DPrakashRaj

You can achieve this in 2 ways I believe. Using sightly x-cq-linkchecker="valid" and OSGI configs.

http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html?m=1

its possible that some time even after changing the OSGI configs the link checker might not have run again. Check this to delete th existing invalid link from aem and hopes after this it will read the latest link checker configuration 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/external-link-checker.html?lang=en#

 

2 replies

DPrakashRaj
DPrakashRajAccepted solution
New Participant
March 25, 2023

You can achieve this in 2 ways I believe. Using sightly x-cq-linkchecker="valid" and OSGI configs.

http://www.wemblog.com/2011/10/how-to-make-sure-that-links-are-always.html?m=1

its possible that some time even after changing the OSGI configs the link checker might not have run again. Check this to delete th existing invalid link from aem and hopes after this it will read the latest link checker configuration 

https://experienceleague.adobe.com/docs/experience-manager-64/administering/operations/external-link-checker.html?lang=en#