Any idea why Link checker service on AEM 6.2 publish instance is showing broken links for the following urls. How will I get to know how these URL are invoked. This happens with only one of the instance and not for other publish instance. This is on a dev environment.
Solved! Go to Solution.
Reference post for you:
Consider using Groovy console to crawl over the /content/your_site looking for strings starting with /content.
Then use resourceResolver to check if the found path exists. Sample script implementing this algorithm can be found here.
Link:- https://github.com/Citytechinc/cq-groovy-console [Groovy Tool]
Link:- https://gist.github.com/trekawek/72b3515a6641ca5f4b29 [Groovy Script]
~kautuk
So you have links to Adobe in your content and you follow this:
https://docs.adobe.com/docs/en/aem/6-2/administer/operations/external-link-checker.html
and you are getting back a report of broken links that do work.
Views
Replies
Total Likes
Reference post for you:
Consider using Groovy console to crawl over the /content/your_site looking for strings starting with /content.
Then use resourceResolver to check if the found path exists. Sample script implementing this algorithm can be found here.
Link:- https://github.com/Citytechinc/cq-groovy-console [Groovy Tool]
Link:- https://gist.github.com/trekawek/72b3515a6641ca5f4b29 [Groovy Script]
~kautuk
Views
Likes
Replies
Views
Like
Replies
Views
Likes
Replies