NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Wat is NoIndex,NoFollow Meta Tag Checker?
NoIndex,NoFollow Meta Tag Checker is een Chrome-extensie ontwikkeld door Richard Parnaby-King, en de belangrijkste functie is "https://github.com/richard-parnaby-king/Meta-Checker".
Extensie Screenshots
Download het CRX-bestand van de extensie NoIndex,NoFollow Meta Tag Checker
Download NoIndex,NoFollow Meta Tag Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NoIndex,NoFollow Meta Tag Checker |
ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
Officiële URL | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
Beschrijving | https://github.com/richard-parnaby-king/Meta-Checker |
Bestandsgrootte | 19.12 KB |
Aantal Installaties | 3,971 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-08-24 |
Publicatiedatum | 2017-08-24 |
Beoordeling | 3.83/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Richard Parnaby-King |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |