MrxSEO - Light MetaTags Highlighter

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

¿Qué es MrxSEO - Light MetaTags Highlighter?

MrxSEO - Light MetaTags Highlighter es una extensión de Chrome desarrollada por https://www.merlinox.com, y su función principal es "Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MrxSEO - Light MetaTags Highlighter

Descarga archivos de extensión MrxSEO - Light MetaTags Highlighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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 :)                    

Información Básica de la Extensión

Nombre MrxSEO - Light MetaTags Highlighter MrxSEO - Light MetaTags Highlighter
ID eicdbjmlpbdljohpjdeiendgamkkfnfm
URL Oficial https://chromewebstore.google.com/detail/mrxseo-light-metatags-hig/eicdbjmlpbdljohpjdeiendgamkkfnfm
Descripción Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps
Tamaño del Archivo 326 KB
Cantidad de Instalaciones 426
Versión Actual 2.1
Última Actualización 2022-04-18
Fecha de Publicación 2020-12-14
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://www.merlinox.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.merlinox.com
URL de la Página de Ayuda https://twitter.com/merlinox
Idiomas Soportados 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
}