How can I know the number of live pages in my site?
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.
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.
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-url-management.html?lang=en#building-an-xml-sitemap-on-aem
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.