<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generating XML Sitemaps with HREFLANG Tags in Adobe Experience Manager Discussions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/540529#M35405</link>
    <description>&lt;P&gt;SEO requirements for Hreflang make this an important use case, and I hope Adobe Experience team looks at this. &lt;BR /&gt;To augment what Jeff wrote, HTML hreflang is a challenge to do sitewide (not to mention it's additional html on a page) &lt;BR /&gt;This is a quick guide about how to build an XML sitemap with hreflang tags, but this is not specific to a CMS, and AEM doesn't appear to have documentation on this:&amp;nbsp; &lt;A href="https://ahrefs.com/blog/hreflang-tags/" target="_blank"&gt;https://ahrefs.com/blog/hreflang-tags/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 16:54:50 GMT</pubDate>
    <dc:creator>briancrouch</dc:creator>
    <dc:date>2022-08-11T16:54:50Z</dc:date>
    <item>
      <title>Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190570#M3746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a solution for automatically generating XML sitemaps containing hreflang tags or available thru a partner/3rd party service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:37:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190570#M3746</guid>
      <dc:creator>jason_lax</dc:creator>
      <dc:date>2016-08-03T16:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190571#M3747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain your use case in more detail please. Not sure what you want to accomplish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 03:26:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190571#M3747</guid>
      <dc:creator>smacdonald2008</dc:creator>
      <dc:date>2016-08-04T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190572#M3748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;I do not know if AEM have OOTB for this.&lt;/P&gt;&lt;P&gt;But if you need to add manually , then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HrefLang tag that goes within the &amp;lt;head&amp;gt; section of the page source code.&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Few examples of how the hreflang tag would be implemented on the site/page:&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel=”alternate” hreflang=”en-gb” href=”&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fwww.mysite.co.uk%E2%80%9D%2F" rel="nofollow" target="_blank"&gt;http://www.mysite.co.uk”/&lt;/A&gt;&lt;SPAN&gt;&amp;gt; //(for .co.uk sites)&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel=”alternate” hreflang=”en-us” href=”&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fus.mysite.com%E2%80%9D" rel="nofollow" target="_blank"&gt;http://us.mysite.com”&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // (Google US)&lt;/SPAN&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel=”alternate” hreflang=”en-au” href=”&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fwww.mysite.com%2Fau%2F%E2%80%9D" rel="nofollow" target="_blank"&gt;http://www.mysite.com/au/”&lt;/A&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp; //Google Australia:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Free tools, please&lt;SPAN style="line-height: 1.6em;"&gt; have a look at this article:-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Link:-&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fwww.acronym.com%2Fbebrilliant%2Fseo%2Fhreflang-sitemaps-free-tool%2F" rel="nofollow" target="_blank"&gt;http://www.acronym.com/bebrilliant/seo/hreflang-sitemaps-free-tool/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;//he use of rel=”alternate” hreflang=”x” within XML Sitemaps w/ FREE TOOL&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Link:- &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://forums.adobe.com/external-link.jspa?url=http%3A%2F%2Fwww.stateofdigital.com%2Fhreflang-sitemap-tool%2F" rel="nofollow" target="_blank"&gt;http://www.stateofdigital.com/hreflang-sitemap-tool/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;//Hreflang Sitemap Tool for Multilanguage &amp;amp; Multinational Websites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this would be of some help to you.&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Kautuk Sahni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 07:14:13 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190572#M3748</guid>
      <dc:creator>kautuk_sahni</dc:creator>
      <dc:date>2016-08-04T07:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190573#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't got your question correctly?&lt;/P&gt;&lt;P&gt;Do you want to generate seperate sitemap.xml based on locale that hreflang detects?&lt;/P&gt;&lt;P&gt;Or just to all all locale url to sitemap.xml?&lt;/P&gt;&lt;P&gt;By default sitemap that is generated by aem consist of all the pages that are activated. If you want to customize it then you need to override OOTB sitemap component and get the hreflang from the locale browser and then generate sitemap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 07:32:31 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190573#M3749</guid>
      <dc:creator>AnkurAhlawat</dc:creator>
      <dc:date>2016-08-04T07:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190574#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a good manual solution I think he is looking for a more scalable solution. There is a need to reference other pages that are equivelent, but in a different language/geo. I, too, am looking for a dynamically created hreflang tag on page and in an XML file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 19:22:39 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190574#M3750</guid>
      <dc:creator>jeff_davis</dc:creator>
      <dc:date>2017-01-05T19:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190575#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is and OOTB sitemap feature? Not the ACS one. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 15:38:10 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190575#M3751</guid>
      <dc:creator>Mat_Barreto</dc:creator>
      <dc:date>2017-01-09T15:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190576#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;nbsp; There is an OOTB sitemap feature? ***&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 15:45:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190576#M3752</guid>
      <dc:creator>Mat_Barreto</dc:creator>
      <dc:date>2017-01-09T15:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190577#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly worth noting that A1 Sitemap Generator can crawl multi-language websites. When building the XML sitemap, it will try to determine which pages are language variations and automatically include hreflang information in the XML sitemap file as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2017 11:23:59 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/190577#M3753</guid>
      <dc:creator>thomassdk</dc:creator>
      <dc:date>2017-07-10T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/539519#M35064</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="9944390"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you found any solution for the issue you were facing to automatic generate hreflang tags through the XML sitemap?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 08:42:02 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/539519#M35064</guid>
      <dc:creator>Sadaykumar</dc:creator>
      <dc:date>2022-08-05T08:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generating XML Sitemaps with HREFLANG Tags</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/540529#M35405</link>
      <description>&lt;P&gt;SEO requirements for Hreflang make this an important use case, and I hope Adobe Experience team looks at this. &lt;BR /&gt;To augment what Jeff wrote, HTML hreflang is a challenge to do sitewide (not to mention it's additional html on a page) &lt;BR /&gt;This is a quick guide about how to build an XML sitemap with hreflang tags, but this is not specific to a CMS, and AEM doesn't appear to have documentation on this:&amp;nbsp; &lt;A href="https://ahrefs.com/blog/hreflang-tags/" target="_blank"&gt;https://ahrefs.com/blog/hreflang-tags/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 16:54:50 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/generating-xml-sitemaps-with-hreflang-tags/m-p/540529#M35405</guid>
      <dc:creator>briancrouch</dc:creator>
      <dc:date>2022-08-11T16:54:50Z</dc:date>
    </item>
  </channel>
</rss>

