Description
The plugin allows you to control which post types should be included in the WordPress sitemap. By default on build-in sitemap are all public post types and taxonomies, but now you can include or exclude the selected type of content from your sitemap. Learn about sitemaps.
The configuration allows you to turn off individual content from the sitemap – an example is “Privacy Policy”, which we do not need to have in our sitemap, and by combining the plugin capabilities Simple SEO Improvements we can also avoid indexing and archiving it.
Screenshots
Installation
There are 3 ways to install this plugin:
The super-easy way
- Login to your WordPress Admin panel.
- Go to Plugins > Add New.
- Type ‘WP Sitemap Control’ into the Search Plugins field and hit Enter. Once found, you can view details such as the point release, rating, and description.
- Click Install Now. After clicking the link, you’ll be asked if you’re sure you want to install the plugin.
- Click Yes, and WordPress completes the installation.
- Activate the plugin.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
The easy way
- Download the plugin (.zip file) on the right column of this page.
- In your Admin, go to menu Plugins > Add.
- Select button
Upload Plugin
. - Upload the .zip file you just downloaded.
- Activate the plugin.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
The old and reliable way (FTP)
- Upload
WP Sitemap Control
folder to the/wp-content/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- A new menu
Sitemap
inSettings
will appear in your Admin Menu.
FAQ
-
I do not see /wp-sitemap.xml
-
The site needs to be public. If you ask for no indexing, then a sitemap is not available.
-
What is a sitemap?
-
A sitemap is a file where you provide information about the pages, videos, and other files on your site. Search engines read this file to more intelligently crawl your site.
Reviews
Contributors & Developers
“WP Sitemap Control” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
Penyumbang“WP Sitemap Control” telah diterjemahkan ke dalam 2 penempatan. Terima kasih kepada para penterjemah untuk terjemahan mereka.
Translate “WP Sitemap Control” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.
Changelog
1.0.6 (2022-02-16)
- Cleaned plugin headers.
- Updated development tools.
- Updated iWorks Options to 2.8.1.
1.0.5 (2022-01-21)
- Updated iWorks Options to 2.8.0.
1.0.4 (2022-01-20)
- Fixed problem with
set_plugin
method.
1.0.3 (2022-01-20)
- Added ability to exclude single entry from sitemap.xml.
- Added ability to select/deselect all post types.
- Added ability to select/deselect all taxonomies.
- Renamed directory
vendor
intoincludes
. - Updated iWorks Options to 2.7.3.
- Updated iWorks Rate to 2.0.6.
1.0.2 (2021-02-01)
- Fixed wrong date format for
lastmod
tag.
1.0.1 (2020-12-02)
- Fixed wrong method call. Props for Maciej Kuchnik.
1.0.0
- Init version. Props for Sebastian Miśniakiewicz for inspiration.