Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Home page is not added in ACS commons sitemap

Avatar

Level 2

Hi Friends ,

 I have use ACS commons sitemap to generate sitemap XML. 

Content path  :/content/abc-www/home. When I use http://localhost:5502/content/abc-www/home.sitemap.xml 
or  https://www.abc.com/home.sitemap.xml then " www.abc.com" not get added in sitemap XML.

 

sanketd11661823_0-1621410055290.png

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Can you check if your home page has the “Hide in Nav” flag enabled?

 

The sitemap will contain the current page and all descendent pages, skipping pages which have the “Hide in Nav” flag enabled.

5 Replies

Avatar

Correct answer by
Community Advisor

Can you check if your home page has the “Hide in Nav” flag enabled?

 

The sitemap will contain the current page and all descendent pages, skipping pages which have the “Hide in Nav” flag enabled.

Avatar

Level 2

<loc>https://www.abc.com/home.html</loc> is present in sitemap.xml. but abc-www is node type cq:page without jcr node. Is it possible to add www.abc.com in xml. Is there any way to add after xml creation and before it render. So I can add home page(www.abc.com) entry in XML before render

Avatar

Community Advisor
I am not sure, if this is possible. you can try creating a page and add alias or vanity path if that work

Avatar

Level 1

Hi @Sanket_Dange  @arunpatidar  ,

I have a similar requirement where I need to display the domain (https://www.mysite.com) in sitemap.xml instead of home page (https://www.mysite.com/index/)

 

<loc>https://www.mysite.com/index/</loc>  --> should be <loc>https://www.mysite.com/</loc> 
 
Tried the following options:
1. In Home page properties added "/" for vanity URL property
2. Added entry in rewrite rules to "/index / "
 
None of these work. Could you suggest how to address this?
 
Thanks,
Bindu