NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
Hvad er NoIndex,NoFollow Meta Tag Checker?
NoIndex,NoFollow Meta Tag Checker er en Chrome-udvidelse udviklet af Richard Parnaby-King, og dens hovedfunktion er "https://github.com/richard-parnaby-king/Meta-Checker".
Udvidelsesskærmbilleder
Download NoIndex,NoFollow Meta Tag Checker-udvidelses-CRX-fil
Download NoIndex,NoFollow Meta Tag Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
| Officiel URL | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
| Beskrivelse | https://github.com/richard-parnaby-king/Meta-Checker |
| Filstørrelse | 19.12 KB |
| Antal Installationer | 3,971 |
| Nuværende Version | 1.1 |
| Senest Opdateret | 2017-08-24 |
| Udgivelsesdato | 2017-08-24 |
| Bedømmelse | 3.83/5 Samlet 12 Bedømmelser |
| Udvikler | Richard Parnaby-King |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |