SEO Checker

Meta title, description, alt tags, anchor text checker for On page SEO

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

Το SEO Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον seospyder.io, και η κύρια λειτουργία του είναι "Meta title, description, alt tags, anchor text checker for On page SEO".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Key Features of the On-Page SEO Checker 

 Meta-Title Checker- Meta title is a very important element of any website because it conveys the primary topic and purpose of the website or a webpage. That is why it is crucial to optimize the meta-title. With our extension you can easily find out the meta-title of any website in one click only. 

 Meta-description Checker- The Meta description tag of a page is included as the search snippet on a search engine result page (SERP). The Meta description gives users an idea of the content and how it is related to their search query. So just download our ads-free & simple to use extension to review and optimize Meta-description. 

 H1-H2 Heading tag checker – Confused about which is the H1 heading tag on the webpage or want to check H1 tags for other websites? If yes then please save your time with our extension which gives the information of all the heading tags be it H1, H2, H3, H4, H5 or H6. 

 Anchor Text Checker – Now with our extension, you can have a close look at anchor texts on any website to keep track of inbound and outbound links very easily. You can also use our tool to analyse competitor’s on-page anchor texts. 

 Alt tag checker – Google Images are used by hundreds of millions of people every day to visually search for web content. According to the research, image search accounts for 27% of all queries across the top 10 US web search properties. 

Version 2.0.0 
>> Now get youtube meta tags with integrated youtube api
>>  Get keywords suggestion on every searched keywords                    

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

Όνομα SEO Checker SEO Checker
ID hfhfhmjmahcmfnpoheijkhhlicgjabmk
Επίσημο URL https://chromewebstore.google.com/detail/seo-checker/hfhfhmjmahcmfnpoheijkhhlicgjabmk
Περιγραφή Meta title, description, alt tags, anchor text checker for On page SEO
Μέγεθος Αρχείου 797 KB
Αριθμός Εγκαταστάσεων 3,255
Τρέχουσα Έκδοση 2.0.0
Τελευταία Ενημέρωση 2022-07-27
Ημερομηνία Δημοσίευσης 2021-03-25
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής seospyder.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://seospyder.io/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO Checker",
    "description": "Meta title, description, alt tags, anchor text checker for On page SEO",
    "version": "2.0.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js",
                "contentForYoutube.js"
            ]
        }
    ],
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "64": "icon 64.png",
        "128": "icon 128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "images\/seologo.svg",
                "images\/chevrons-down.svg",
                "images\/copy.svg",
                "images\/import.svg",
                "images\/chevrons2.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}