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
74
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,845
Replies
6
Views
2,247
Replies
6
Views
2,036
Newer threads
Replies
9
Views
2,671
Replies
6
Views
2,476
Replies
6
Views
2,555
Replies
0
Views
1,605
Latest threads
Replies
1
Views
81
Replies
1
Views
176
Replies
4
Views
384
Replies
11
Views
526
Replies
2
Views
228
Recommended threads

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