While creating sitemap using org.apache.sling.sitemap api, I am able to create sitemap by using ResourceTreeSitemapGenerator classbut in my sitemap.xml file I am getting date in <lastmod>2024-08-29T11:07:56.308Z</lastmod> this format, while i want in <lastmod>2024-05-10</lastmod> format.I tried to c...
Hi @MukeshYadav_ I have gone through the documents which are helpful but the challenge, I am facing the challenge on logic that how can we get the changefrequency and priority inside the sitemap.xml
Hi @EstebanBustamante I have gone through the documents which are helpful but the challenge, I am facing is I have multi brands sites on same domain,Like i have www.ABC.edu and www.XYZ.eduNow i want the sitemap for www.ABC.edu will be like<loc>https://www.ABC.edu/</loc><lastmod>2024-05-10</lastmod><...
I have gone through both documents but my requirement is bit different, i want url with domain in sitemap file instead of starting with content path Ex:<url><loc>https://www.eaxmple.edu/</loc><lastmod>2024-05-10</lastmod><changefreq>monthly</changefreq><priority>1.0</priority></url><url><loc>https:/...
Hi @EstebanBustamante,Now, I have one confusion after creating similar oAuth credentials, I found that for both jwt and oAuth the information are same.So, can I use this detail to fill Cloud Services -> Target Config ?
thanks, I gone through the article and I also referred https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/security/setting-up-ims-integrations-for-aem-as-a-cloud-service On its point-6, I am getting confused like from where we get the details to fill for oAuth, w...
yes, like i have added an equivalent OAuth Server-to-Server credential, then how to use cURL command when there is already a token and cURL command which is used by jwt and that is not editable ?