Problem with my sitemap

lingo1357

New member
Joined
May 30, 2023
Messages
1
Points
1
Hi,

A site made this sitemap for me:

Code:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" 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">
<script>window._wordtune_extension_installed = true;</script>
<!--  created with Free Online Sitemap Generator www.xml-#######.com  -->
<url>
<loc>http://########.art/</loc>
<lastmod>2023-05-30T16:29:49+00:00</lastmod>
</url>
</urlset>
But my site has a subdomain.

How should I place my blog in the sitemap?

regards,
 

christax

Member
Joined
Feb 5, 2015
Messages
73
Points
8
It looks like you're dealing with a sitemap issue related to your site's subdomain. In your provided sitemap, your main domain http://########.art/ is included, but there's no mention of the subdomain. If you have a blog hosted on a subdomain (for example, blog.########.art), it should also be included in your sitemap to ensure search engines can index your entire website effectively.

To include your blog in the sitemap, you need to add a new <url> entry for your blog's URL within the <urlset> section. It should look something like this:

Code:
<url>
<loc>http://blog.########.art/</loc>
<lastmod>2023-05-30T16:29:49+00:00</lastmod>
</url>
Make sure to replace http: //blog.########.art/ with the actual URL of your blog and adjust the <lastmod> tag if necessary.

Including your subdomain in the sitemap helps search engines recognize its existence and index its content, improving the overall visibility of your website online.
 
Older threads
Replies
1
Views
1,933
Replies
6
Views
2,372
Replies
6
Views
2,161
Newer threads
Replies
9
Views
2,778
Replies
6
Views
2,617
Replies
6
Views
2,611
Replies
0
Views
1,694
Latest threads
Replies
1
Views
48
Replies
1
Views
51
Replies
1
Views
131
Replies
1
Views
162
Replies
1
Views
261
Recommended threads
Replies
4
Views
3,028
Replies
3
Views
2,201
Replies
5
Views
2,414

Latest postsNew threads

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top