Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Robots & Sitemap

Descrizione

Our plugin will help you generate sitemap.xml for your site in a few clicks.
All you have to do is choose what types of posts you want to add, set the priority and update period, and the plugin will do the rest automatically.
You can split the sitemap by type or display everything in one sitemap.xml file, we want everyone to be able to choose the most suitable solution for themselves.
If you want to hide your sitemap from fake bots, our plugin gives you this option as well.

You can also easily create a robots.txt file using our plugin.
To do this, you no longer need to connect to website files via FTP, because all work with robots.txt takes place right in the admin panel.
Save your time by solving routine tasks in a couple of clicks using our plugin

Sounds great?
Download our plugin and start to work with it right now. It’s absolutely free!

Maintenance
Our team supports all the plugins developed by us. Our main goal is satisfied customers. We are open to any suggestions and ready to give an answer to all your questions. Feel free to contact us:)

Installazione

  1. Upload robots-sitemap to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

How to set up robots.txt on nginx

In order for your robots file generated by our plugin to be served on request yourdomian.com/robots.txt delete all nginx rules concerning robots and add only this:

location = /robots.txt {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php?$args;
}

How to set up sitemap.xml on nginx

To have your sitemap file generated by our plugin served at yourdomian.com/sitemap.xml or yourdomian.com/sitemap-main.xml request (depending on whether the sitemap is divided by type) remove all nginx rules regarding sitemap and add only the following:

location ~ (sitemap.xml|single-sitemap.xml|sitemap_main.xml|sitemapimages.xml)$ {
index index.html index.htm index.php;
try_files $uri $uri/ /index.php?$args;
}

Recensioni

Leggi tutte le recensioni di 3

Contributi e sviluppo

“Robots & Sitemap” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Robots & Sitemap” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Robots & Sitemap” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.3.0 (05.03.2021)

  • Fixed bugs

1.2.1 (12.02.2021)

  • Fixed bugs

1.2.0 (14.01.2021)

  • Sitemap and robots files moved to uploads directory
  • Fixed bugs

1.1.0 (14.12.2020)

  • Support of the subdirectory multisite install
  • Improved the defense from fakes bots
  • Improvement multi-language workflow
  • Added option for disable robots functionality
  • Fixed bugs

1.0.2 (17.11.2020)

  • Server name variable – removed use

1.0.1 (13.11.2020)

  • Nav menu problem fixed

1.0.0

  • Initial release