Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

how to implement sitemap with custom attributes?

Avatar

Community Advisor

Hi,

 

I am trying to customise the AEM's OOTB sitemap by creating new service by extending the ResourceTreeSiteMapGenerator. I followed this blog. But whenever i am trying to access the lcalhost:4802/content/we-retail/us.sitemap.xml It is giving error.

MayurSatav_0-1661510089379.png

I checked logs also but no log is getting generated for my extended MySitemapGenerator.java file. I tried creating separate log for core but there also it showing this only

26.08.2022 13:49:11.354 *INFO* [Background Update com.mysite.assets.aem.my-site-bundle (647)] com.mysite.assets.aem.my-site-bundle Service [com.ringcentral.www.aem.support.service.impl.MySitemapGenerator,8986, [org.apache.sling.sitemap.spi.generator.SitemapGenerator]] ServiceEvent REGISTERED

 

Anyone knows how we can implement sitemap in AEM so that we can able to add custom attributes?

 

Thanks

 

5 Replies

Avatar

Community Advisor

Hi @arunpatidar ,

 

I tried both and it is same. But those are also not working 

 

Avatar

Community Advisor

Can you check if you have sitemap at /var/sitemaps

check if you are trying to generate on demand

arunpatidar_0-1661521848850.png

 



Arun Patidar