Home page is not added in ACS commons sitemap | Community
Skip to main content
New Participant
May 19, 2021
Solved

Home page is not added in ACS commons sitemap

  • May 19, 2021
  • 2 replies
  • 1685 views

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.

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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.

2 replies

New Participant
August 27, 2021

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
arunpatidar
New Participant
August 29, 2021

Hi,You can check all the posibilities of ACS Commons sitemap generator at https://adobe-consulting-services.github.io/acs-aem-commons/features/sitemap/index.html

Arun Patidar
arunpatidar
arunpatidarAccepted solution
New Participant
May 19, 2021

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.

Arun Patidar
New Participant
May 19, 2021

<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