Deskripsi
WordPress, by default, includes a simple robots.txt file that’s dynamically generated from within the WP application. This is great! but maybe you want to change the content.
Enter WP Robots Txt, a plugin that adds an additional field to the “Reading” admin page where you can do just that.
Instalasi
- Download the plugin
- Unzip it
- Upload the unzipped folder to
wp-content/plugins
directory - Activate and enjoy!
Or you can simply install it through the admin area plugin installer.
Tanya Jawab
- Installation Instructions
-
- Download the plugin
- Unzip it
- Upload the unzipped folder to
wp-content/plugins
directory - Activate and enjoy!
Or you can simply install it through the admin area plugin installer.
- I totally screwed up my `robots.txt` file. How can I restore the default version?
-
Delete all the content from the Robots.txt Content field and save the privacy options.
- Could I accidently block all search bots with this?
-
Yes. Be careful! That said,
robots.txt
files are suggestions. They don’t really block bots as much as they suggest that bots don’t crawl portions of a site. That’s why the options on the Privacy Settings page say “Ask search engines not to index this site.” - Where can I learn more about `robots.txt` files?
-
Here.
Ulasan
Kontributor & Pengembang
“WP Robots Txt” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
Kontributor“WP Robots Txt” telah diterjemahkan dalam 1 bahasa. Terima kasih kepada para penerjemah untuk kontribusi-nya.
Terjemahkan “WP Robots Txt” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.
Log Perubahan
1.0
- Initial version
1.1
- Moved the settings field “officially” to the reading page
- General code clean up