How to implement the SiteMap in sharepoint server 2019 for SEO

Arunachalam J 85 Reputation points
2023-12-14T06:43:13.8866667+00:00

We are implementing the SEO to make our site in Google, so we have created the Google search console account, we need to add the sitemap.xml file in that account which is associated with our website.

step is done on our side - In Site Collection Administration ->Search engine sitemap is started and I Robot.txt file also we got, Sitemap link: https://<Domain>:443/sitemap.xml,

Now the thing is in Sitemap.xml we have only,

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">  <sitemap>
 <loc>https://<domain-name>:443/sitemap0.xml</loc>
 </sitemap>
 <sitemap>
 <loc>https:/<domain-name>:443/sitemap_mobile0.xml</loc>
 </sitemap> 
</sitemapindex>

So now how we can add our priority URL, and is there any default configuration setup in the SharePoint server to generate or to add?

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,254 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,884 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more