NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Cos'è NoIndex,NoFollow Meta Tag Checker?
NoIndex,NoFollow Meta Tag Checker è un'estensione di Chrome sviluppata da Richard Parnaby-King, e la sua funzione principale è "https://github.com/richard-parnaby-king/Meta-Checker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NoIndex,NoFollow Meta Tag Checker
Scarica i file di estensione NoIndex,NoFollow Meta Tag Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
By default, Googlebot will index a page and follow links to it.
You can use a special HTML tag to tell robots not to index the content of a page, and/or not scan it for links to follow.
For example:
...
In the majority of cases this is only used on development or staging sites and not used on live websites.
This extension generates a notification if a robots meta tag is found with either "noindex" or "nofollow" in the contents. Informazioni di Base sull'Estensione
| Nome | |
| ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
| URL Ufficiale | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
| Descrizione | https://github.com/richard-parnaby-king/Meta-Checker |
| Dimensione del File | 19.12 KB |
| Conteggio Installazioni | 3,971 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2017-08-24 |
| Data di Pubblicazione | 2017-08-24 |
| Valutazione | 3.83/5 Totale 12 Valutazioni |
| Sviluppatore | Richard Parnaby-King |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NoIndex,NoFollow Meta Tag Checker",
"description": "https:\/\/github.com\/richard-parnaby-king\/Meta-Checker",
"version": "1.1",
"homepage_url": "https:\/\/github.com\/richard-parnaby-king\/External-Followed-Link-Highlighter",
"author": "Richard Parnaby-King",
"icons": {
"128": "icon.png"
},
"permissions": [
"tabs",
"notifications",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"contentscript.js"
]
}
],
"background": {
"scripts": [
"bg.js"
],
"persistent": false
}
} | |