SEO Checker Plus

Scanning the Tags used in the search engines + robots.txt File. Display Redirect Path and IP Address

Τι είναι το SEO Checker Plus;

Το SEO Checker Plus είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.seocheckerplus.com, και η κύρια λειτουργία του είναι "Scanning the Tags used in the search engines + robots.txt File. Display Redirect Path and IP Address".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SEO Checker Plus

Λήψη αρχείων επέκτασης SEO Checker Plus σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A free extension that allows the user to view data collected by search engines, and receive alerts when pages were blocked. 
The product is easy to use and does not require previous knowledge in SEO.

Scanning of Robots.txt file:
The search engines look for Robots.txt files in order to determine which pages not to scan.
•	An alert when a page was blocked
•	Last scan data

Meta Robots Tags:
An alert when there is a tag that is blocking index (No Index) or a tag that guides the search engines not to follow the links on a page (No Follow)

Redirect Path:
Checking and displaying Redirect Path includes:
•	The full route
•	HTTP Status
•	Directing URL

website IP address: 
The extension shows the IP address of the website server

No Follow Links:
This tag guides the search engines not to follow the link
•	The extension scans the page and highlights in yellow all the links that contains “Rel=NoFollow” (supports pictures and non-textual elements as well)
•	There is an option to prevent highlighting those links
Title,Meta Description Tag:
These tags are displayed on Google search results. 
•	Displaying the tags details
•	Alert when the tag shows more then once

Canonical tag
This tag prevents the same content from appearing twice
When two or more links display identical or similar content, we do not want the search engine to scan all of the duplicated pages, therefore we choose one link to present in all those pages. For example, one link classifies products by price, from lowest to highest, and the other link classifies by price, from highest to lowest. The content in that example is almost identical, so if we wish to prevent the scanning of both of them by search engines, we will choose to present on both pages only one link. 

Supported Languages:
  English
  Hebrew
  Russian


Itay Arye                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SEO Checker Plus SEO Checker Plus
ID mjnnnhalapjjgmplloheopnbkdgjpdfk
Επίσημο URL https://chromewebstore.google.com/detail/seo-checker-plus/mjnnnhalapjjgmplloheopnbkdgjpdfk
Περιγραφή Scanning the Tags used in the search engines + robots.txt File. Display Redirect Path and IP Address
Μέγεθος Αρχείου 165 KB
Αριθμός Εγκαταστάσεων 899
Τρέχουσα Έκδοση 0.0.1.11
Τελευταία Ενημέρωση 2020-03-26
Ημερομηνία Δημοσίευσης 2020-03-22
Αξιολόγηση 4.82/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://www.seocheckerplus.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.seocheckerplus.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO Checker Plus",
    "version": "0.0.1.11",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "description": "Scanning  the Tags used in the search engines + robots.txt File. Display Redirect Path and IP Address",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "SEO Checker",
        "default_icon": "\/images\/stopIcon.png"
    },
    "icons": {
        "16": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js",
                "globalSettings.js"
            ],
            "css": [
                "content.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}