<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Duplicate Root Domain and index.html versions]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I am having an issue with the indexing of my website <a href="http://outdoorsplendor.com" rel="nofollow ugc">outdoorsplendor.com</a>. When someone visits <a href="https://www.outdoorsplendor.com/index.html" rel="nofollow ugc">https://www.outdoorsplendor.com/index.html</a> it does not redirect to the root domain. In google's eyes, the home page looks like duplicated content because there is a root version and an index.html version.</p>
<p dir="auto">How can I make it so that if someone lands on the index.html version, it will redirect to the root version?</p>
]]></description><link>https://community.appdrag.com/topic/1493/duplicate-root-domain-and-index-html-versions</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 07:37:45 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/1493.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 May 2025 21:29:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Duplicate Root Domain and index.html versions on Tue, 27 May 2025 11:18:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/571">@kirk-brown</a>, I tried both urls and in both case I'm not redirected byt stays on the /index.html url.</p>
<p dir="auto">one way to do that is to add a block of script if your footer with this content</p>
<pre><code>if (window.location.pathname.endsWith('/index.html')) {
  window.location.href = window.location.origin + '/';
}
</code></pre>
]]></description><link>https://community.appdrag.com/post/5346</link><guid isPermaLink="true">https://community.appdrag.com/post/5346</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Tue, 27 May 2025 11:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicate Root Domain and index.html versions on Mon, 26 May 2025 14:16:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi Joseph,</p>
<p dir="auto">For my other website I built on Appdrag, when you type in <a href="https://www.kirkslawncare.com/index.html" rel="nofollow ugc">https://www.kirkslawncare.com/index.html</a>, it immediatley redirects the user to the root domain.</p>
<p dir="auto">When you do the same for the Outdoor Splendor website in questions, it does not redirect. <a href="https://www.outdoorsplendor.com/index.html" rel="nofollow ugc">https://www.outdoorsplendor.com/index.html</a></p>
<p dir="auto">What is the difference between the two appdrag websites and how can I get outdoor splendor to redirect to the root domain?</p>
]]></description><link>https://community.appdrag.com/post/5344</link><guid isPermaLink="true">https://community.appdrag.com/post/5344</guid><dc:creator><![CDATA[Kirk Brown]]></dc:creator><pubDate>Mon, 26 May 2025 14:16:16 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicate Root Domain and index.html versions on Thu, 22 May 2025 10:04:43 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/571">@kirk-brown</a>, Google will select only 1 version in the end</p>
<p dir="auto">you can see in google results, that google is presenting the version without index.html<br />
<a href="https://www.google.com/search?q=site%3Aoutdoorsplendor.com" rel="nofollow ugc">https://www.google.com/search?q=site%3Aoutdoorsplendor.com</a></p>
]]></description><link>https://community.appdrag.com/post/5334</link><guid isPermaLink="true">https://community.appdrag.com/post/5334</guid><dc:creator><![CDATA[Joseph Benguira]]></dc:creator><pubDate>Thu, 22 May 2025 10:04:43 GMT</pubDate></item></channel></rss>