-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
142 lines (88 loc) · 4.8 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
=== noindex SEO ===
Contributors: javiercasares
Tags: seo, noindex
Requires at least: 4.1
Tested up to: 6.7
Stable tag: 1.1.1
Requires PHP: 5.6
Version: 1.1.1
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Allows to add a meta-tag for robots noindex in some parts of your WordPress site.
== Description ==
Allows to add a meta-tag for robots noindex in some parts of your WordPress site.
**Main pages**
* Front Page: Block the indexing of the site's front page.
* Home: Block the indexing of the site's home page.
**Pages and Posts**
* Page: Block the indexing of the site's pages.
* Privacy Policy: Block the indexing of the site's privacy policy page.
* Single: Block the indexing of a post on the site.
* Singular: Block the indexing of a post or a page of the site.
**Taxonomies**
* Category: Block the indexing of the site categories. The lists where the posts appear.
* Tag: Block the indexing of the site's tags. The lists where the posts appear.
**Dates**
* Date: Block the indexing when any date-based archive page (i.e. a monthly, yearly, daily or time-based archive) of the site. The lists where the posts appear.
* Day: Block the indexing when a daily archive of the site. The lists where the posts appear.
* Month: Block the indexing when a monthly archive of the site. The lists where the posts appear.
* Time: Block the indexing when an hourly, "minutely", or "secondly" archive of the site. The lists where the posts appear.
* Year: Block the indexing when a yearly archive of the site. The lists where the posts appear.
**Archives**
* Archive: Block the indexing of any type of Archive page. Category, Tag, Author and Date based pages are all types of Archives. The lists where the posts appear.
* Author: Block the indexing of the author's page, where the author's publications appear.
* Post Type Archive: Block the indexing of any post type page.
**Pagination**
* Pagination: Block the indexing of the pagination, i.e. all pages other than the main page of an archive.
**Search**
* Search: Block the indexing of the internal search result pages.
**Attachments**
* Attachment: Block the indexing of an attachment document to a post or page. An attachment is an image or other file uploaded through the post editor's upload utility. Attachments can be displayed on their own "page" or template. This will not cause the indexing of the image or file to be blocked.
**Previews**
* Customize Preview: Block the indexing when a content is being displayed in customize mode.
* Preview: Block the indexing when a single post is being displayed in draft mode.
**Error Page**
* Error 404: This will cause an error page to be blocked from being indexed. As it is an error page, it should not be indexed per se, but just in case.
Important note: if you have any doubt about any of the following items it is best not to activate the option as you could lose results in the search engines.
== Installation ==
= Automatic download =
Visit the plugin section in your WordPress, search for [noindex-seo]; download and install the plugin.
= Manual download =
Extract the contents of the ZIP and upload the contents to the `/wp-content/plugins/noindex-seo/` directory. Once uploaded, it will appear in your plugin list.
== Compatibility ==
* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4
== Changelog ==
= 1.1.1 [2024-11-04] =
**Added**
* Configuration option to dismiss other SEO plugin incompatibilities.
**Compatibility**
* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4
= 1.1.0 [2024-11-02] =
**Added**
* Detects other WordPress SEO plugins, and creates a notice about it, to avoid conflicts.
* Has filters, so other plugins can hack.
**Changed**
* Uses native wp_robots functions (since WP 5.7+)
* Big refactory.
* Less size, improved code quality.
**Compatibility**
* WordPress: 4.1 - 6.7
* PHP: 5.6 - 8.4
**Tests**
* PHP Coding Standards: 3.10.3
* WordPress Coding Standards: 3.1.0
* Plugin Check (PCP): 1.1.0
== Security ==
This plugin adheres to the following security measures and review protocols for each version:
* [WordPress Plugin Handbook](https://developer.wordpress.org/plugins/)
* [WordPress Plugin Security](https://developer.wordpress.org/plugins/wordpress-org/plugin-security/)
* [WordPress APIs Security](https://developer.wordpress.org/apis/security/)
* [WordPress Coding Standards](https://github.com/WordPress/WordPress-Coding-Standards)
* [Plugin Check (PCP)](https://wordpress.org/plugins/plugin-check/)
== Privacy ==
* This plugin does not collect any information about your site, your identity, the plugins, themes or content the site has.
== Vulnerabilities ==
* No vulnerabilities have been published up to version 1.1.0.
Found a security vulnerability? Please report it to us privately at the [WPVulnerability GitHub repository](https://github.com/javiercasares/noindex-seo/security/advisories/new).