I need the number of live pages in my site, is there any way to collect the data quickly? It's impossible to count pages by hand for the large amount of data. Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
You can write query to fetch the pages which are having property cq:lastReplicationAction as Activate
path={parent path}
property=cq:lastReplicationAction
property.value=Activate
p.limit=-1
If you are using sitemap that also should give the live pages with urls. You can refer below link in case it is not implemented
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/overview/seo-and-ur...
Hi,
You can write query to fetch the pages which are having property cq:lastReplicationAction as Activate
path={parent path}
property=cq:lastReplicationAction
property.value=Activate
p.limit=-1
If you are using sitemap that also should give the live pages with urls. You can refer below link in case it is not implemented
https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/overview/seo-and-ur...