MrxSEO - Light MetaTags Highlighter

Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps

Qu'est-ce que MrxSEO - Light MetaTags Highlighter ?

MrxSEO - Light MetaTags Highlighter est une extension Chrome développée par https://www.merlinox.com, et sa fonction principale est "Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MrxSEO - Light MetaTags Highlighter

Téléchargez les fichiers d'extension MrxSEO - Light MetaTags Highlighter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Check canonical, hreflang, amp and robots settings.
The scope of this SEO Extension (for Google Chrome and Microsoft Edge) is to support SEOs to identify immediately the main page tags, without any other noise.

Main features:
👉🏻Check the canonical tag and check if there are more than one canonical in page
👉🏻Check if canonical matches the current URL
👉🏻Check hreflang tags 
👉🏻Check amp reference 
👉🏻Check robots tag (googlebot, bingbot too)
👉🏻Check title and meta description
👉🏻The extension icon changes when canonical is different than page location or when page is noindex
👉🏻Check img tags without width or height attribute

For canonical and meta description you can see if there are more than one tag too.
---
Have you got some new feature to suggest? Please write to me via email or via Twitter.
If you like this extension, please share to your SEO friends :)                    

Informations de Base sur l'Extension

Nom MrxSEO - Light MetaTags Highlighter MrxSEO - Light MetaTags Highlighter
ID eicdbjmlpbdljohpjdeiendgamkkfnfm
URL Officiel https://chromewebstore.google.com/detail/mrxseo-light-metatags-hig/eicdbjmlpbdljohpjdeiendgamkkfnfm
Description Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps
Taille du Fichier 326 KB
Nombre d'Installations 426
Version Actuelle 2.1
Dernière Mise à Jour 2022-04-18
Date de Publication 2020-12-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://www.merlinox.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.merlinox.com
URL de la Page d'Aide https://twitter.com/merlinox
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MrxSEO - Light MetaTags Highlighter",
    "description": "Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps",
    "author": "Merlinox",
    "version": "2.1",
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_icon": "seomrx-meta-inspector.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "seomrx-meta-inspector.png"
            ]
        }
    ],
    "manifest_version": 3
}