Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

AEM linkchecker

Avatar

Level 7

Hi Team,

I'm trying to find out the broken links in my site using com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks() but it is giving only returning the external links. I need the internal broken links also. Please let me know how can I find them using any of AEM API. Please let me know how LinkInfoStorage's getLinks() work. Why is it not returning the broken internal links?

Please help me in this.

Thanks,

AryA

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

The link checker (com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks()) checks the store link status at /var/linkchecker/

for internal links, link should be stored at

/var/linkchecker/http/localhost%3A4502

/var/linkchecker/https/localhost%3A4502

Link status you can check here also:

http://localhost:4502/etc/linkchecker.html

http://localhost:4502/var/linkchecker.list.json?_dc=1563485414669

you can get the staus of links using json also.

Arun Patidar

AEM LinksLinkedIn

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi,

The link checker (com.day.cq.rewriter.linkchecker.LinkInfoStorage.getLinks()) checks the store link status at /var/linkchecker/

for internal links, link should be stored at

/var/linkchecker/http/localhost%3A4502

/var/linkchecker/https/localhost%3A4502

Link status you can check here also:

http://localhost:4502/etc/linkchecker.html

http://localhost:4502/var/linkchecker.list.json?_dc=1563485414669

you can get the staus of links using json also.

Arun Patidar

AEM LinksLinkedIn