Problem

This error due to your xml structure problem, not error 404 anymore. Now, you should check xml again and done !


like what??


like this??

Yes, cool. It’s work ?

1 Like


Thank you, I will never forget your kindness

1 Like

I’m sorry to bother you, but what does the fourth line mean?

Not at all!. It’s mean the trurth is error at line 2 in your xml file, you see, line 1 and line 2 should be like that

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

But your file is have no “>” <— this quote at line 2.

But now, it’s look better. May be have no error. Try again and good luck !

I tried and I will make the same mistake

Reload sitemap in Google Console if still error double check your xml and done.
image

The same error appeared.

I…don’t know why but…I think put full urlset string into your file will be better. And…I don’t think it still error on line 4.

Attention: It’s the error code, not hosting problem anymore. This forum is support hosting problem only. You should check your code clear and make it run pretty well then share your success story.Good luck !

I don’t know what versions you had before
but the current sitemap.xml is fine https://tmail3.rf.gd/sitemap.xml

if GSC still has a problem, it is possible that they are simply cached the result

Try to trick them by creating identical code, just call the XML file something different and try sending that new one to GSC

or use this code

<?xml version='1.0' encoding='UTF-8'?>

<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

         xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"

         xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
  <loc>https://tmail3.rf.gd/</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/terms.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/privacy.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/contact.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>

</urlset>


instead of XML you can use text

1 Like

btw.

If you are not aware, hosting uses hotlink protection, so even if you allow someone, the iframe will not work.

4 Likes

What code??

Hello, I use this file[htaccess.], and this is the code of the file. If you use it

<?xml version='1.0' encoding='UTF-8'?>

<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

         xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"

         xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

<url>
  <loc>https://tmail3.rf.gd/</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/terms.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/privacy.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>
<url>
  <loc>https://tmail3.rf.gd/contact.html</loc>
  <lastmod>2024-09-23T03:27:23+00:00</lastmod>
</url>

</urlset>

, there will be no problem.

1 Like

What do you think if I added the map file to Google Drive and put the file in the root in HTML format? Would the method work?

I want to ask a question. If I submit the site to AdSense, Ezoic, or Four Media and no create a map file, will it be accepted? And will it affect the profit?

As far as I know Ezoic will not work on free hosting.
In order to use AdSense, you need a custom domain

3 Likes