Our plugin can generate sitemaps for different sections of your website, making it easier for search engines to comprehend your site structure. We consolidate individual sitemaps into a sitemap index, so you only need to submit the sitemap index link. This link is automatically updated as you add, remove, or modify your content. Our add-ons like Yoast SEO: News and Yoast SEO: Local utilize the same sitemap index.
If you haven’t enabled our sitemaps, please follow these steps first and, if needed, customize your sitemap index for your website needs.
Google Search Console
Google is our preferred search engine. If you haven’t added your website to Google Search Console, please follow these steps first.
How to submit your sitemap to Google Search Console
- Sign in to Google Search Console.
- In the sidebar, select your website.
- Click on ‘Sitemaps’.
- Remove outdated or invalid sitemaps (if any) like sitemap.xml
- Enter ‘sitemap_index.xml’ in the ‘Add a new sitemap’ field to complete the sitemap URL.
Note: A domain property will not show the domain for the field. Please use the full sitemap URL. - Click Submit.
- Sign in to Google Search Console.
- In the sidebar, select your website.
- Click on ‘Sitemaps’.
- Remove outdated or invalid sitemaps (if any) like sitemap.xml
- Enter ‘sitemap_index.xml’ in the ‘Add a new sitemap’ field to complete the sitemap URL.Note: A domain property will not show the domain for the field. Please use the full sitemap URL.
- Click Submit.
How to remove your sitemap from Google Search Console
If you've made an error when submitting the sitemap_index.xml file or need to remove another sitemap, you can simply delete it and re-submit. This action is unlikely to have a negative impact on your site's SEO.
- Sign in to Google Search Console.
- In the sidebar, select your website.
- Click on ‘Sitemaps’.The ‘Sitemaps’ menu item is under the ‘Index’ section. If you do not see ‘Sitemaps’, click on ‘Index’ to expand the section.
- Under ‘Submitted sitemaps’, click on the sitemap you want to remove.
- Click on the 3 vertical dots in the top-right of the page then Remove Sitemap. If needed, you can then re-add the sitemap here.
How to submit your sitemap to Google Webmaster Tools
Google Webmaster Tools no longer accepts sitemap submissions. Please use the new Google Search Console.
Bing Webmaster Tools
If you haven’t added your website to Bing Webmaster Tools, please follow these steps first.
- Sign in to Bing Webmaster Tools.
- On the My Sites page, select your website.
- In the left sidebar, click Configure My Site and then Sitemaps.
- Remove outdated or invalid sitemaps like
http://example.com/sitemap.xml
- Enter your sitemap URL into the text box at the top. Your sitemap URL will look like something like this:
http://example.com/sitemap_index.xml
. - Click Submit.
Yandex Webmaster
If you haven’t added your website to Yandex, please follow these steps first.
- Sign in to Yandex Webmaster.
- On the home page, select your website.
- In the left sidebar, click Indexing Options and then Sitemap files.
- Remove outdated or invalid sitemaps like
http://example.com/sitemap.xml
- Enter your sitemap URL into the text box at the top. Your sitemap URL will look like something like this:
http://example.com/sitemap_index.xml
. - Click Add.
Other search engines
Yahoo site explorer was replaced by Bing Webmaster Tools.
Ask.com no longer accepts sitemap submissions.
Pinging search engines
Yoast will automatically ping search engines to crawl the sitemap when a post is updated after manually connecting the sitemaps to Bing and Google.
This filter can be used to disable all pinging for all search engines. It would go into the functions.php
. If you are not sure how or where to add the code, your host provider or theme developer can help.
add_filter ('wpseo_allow_xml_sitemap_ping', '__return_false');
Post a Comment