この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
<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
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/)
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