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.
 

saifr25sd

New member
Joined
Sep 25, 2025
Messages
3
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,
If your site has a subdomain (for example, blog.yoursite.com), you’ll want to include URLs from that subdomain in a separate sitemap file or make sure your existing sitemap includes full URLs pointing to the subdomain. Most search engines treat subdomains as separate properties, so it’s a good idea to:


  1. Create a dedicated sitemap for the subdomain (e.g., blog.yoursite.com/sitemap.xml).
  2. Submit it individually in Google Search Console and Bing Webmaster Tools.
  3. Reference it in your main sitemap index if you’re using one.

This helps search engines clearly understand the structure of your site and crawl both your main domain and subdomain efficiently.
 
Older threads
Replies
1
Views
3,995
Replies
6
Views
3,717
Replies
6
Views
3,483
Newer threads
Replies
9
Views
4,498
Replies
6
Views
5,927
Replies
6
Views
4,532
Replies
0
Views
3,585
Recommended threads
Top