Hello,
I'm trying to figure out how to report on all links found on pages under a given path.
For each entry, the report should show the page URL or path, and a list of all the links on that page.
The report might look like this:
Page Path | Links contained on page |
/directory/page-1.html | link-a link-b link-c |
/directory/page-2.html | link-d link-e link-f |
/directory/page-3.html | link-g link-h link-i |
or maybe the report would look like this:
Page Path | Links contained on page |
/directory/page-1.html | link-a |
/directory/page-1.html | link-b |
/directory/page-1.html | link-c |
/directory/page-2.html | link-d |
/directory/page-2.html | link-e |
/directory/page-2.html | link-f |
/directory/page-3.html | link-g |
/directory/page-3.html | link-h |
/directory/page-3.html | link-i |
I am trying to do this by creating a custom report in the ACS Commons "Reports" tool.
To break it down, I think I would need to figure out how a link is defined in AEM. Once that is defined I would need to figure out how to display that in the report, as shown in either of the tables above.
Any guidance would be appreciated. Thank you!
Views
Replies
Total Likes
Hi,
By following these steps, you can effectively generate a report listing all links found on pages under a given path in AEM. If you need further customization, you can modify the Groovy script or the report configuration accordingly.
@17573625 Did you find the suggestion helpful? Please let us know if you need more information. If a response worked, kindly mark it as correct for posterity; alternatively, if you found a solution yourself, we’d appreciate it if you could share it with the community. Thank you!
Views
Replies
Total Likes
Views
Likes
Replies