NoIndex,NoFollow Meta Tag Checker
https://github.com/richard-parnaby-king/Meta-Checker
ما هو NoIndex,NoFollow Meta Tag Checker؟
NoIndex,NoFollow Meta Tag Checker هو إضافة Chrome تم تطويرها بواسطة Richard Parnaby-King، والميزة الرئيسية لها هي "https://github.com/richard-parnaby-king/Meta-Checker".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NoIndex,NoFollow Meta Tag Checker
قم بتنزيل ملفات الامتداد NoIndex,NoFollow Meta Tag Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| ID | aijcgkcgldkomeddnlpbhdelcpfamklm |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/noindexnofollow-meta-tag/aijcgkcgldkomeddnlpbhdelcpfamklm |
| الوصف | https://github.com/richard-parnaby-king/Meta-Checker |
| حجم الملف | 19.12 KB |
| عدد التثبيتات | 3,971 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2017-08-24 |
| تاريخ النشر | 2017-08-24 |
| تقييم | 3.83/5 مجموع تقييمات 12 |
| المطور | Richard Parnaby-King |
| نوع الدفع | free |
| اللغات المدعومة | 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
}
} | |