MrxSEO - Light MetaTags Highlighter

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

MrxSEO - Light MetaTags Highlighterとは何ですか?

MrxSEO - Light MetaTags Highlighterはhttps://www.merlinox.comによって開発されたChromeの拡張機能で、その主な機能は「Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps」です。

拡張機能のスクリーンショット

screenshot

MrxSEO - Light MetaTags Highlighter拡張機能のCRXファイルをダウンロード

MrxSEO - Light MetaTags Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 MrxSEO - Light MetaTags Highlighter MrxSEO - Light MetaTags Highlighter
ID eicdbjmlpbdljohpjdeiendgamkkfnfm
公式URL https://chromewebstore.google.com/detail/mrxseo-light-metatags-hig/eicdbjmlpbdljohpjdeiendgamkkfnfm
説明 Show the main SEO tags in the page: canonical(s), hreflangs, robots, amps
ファイルサイズ 326 KB
インストール数 426
現在のバージョン 2.1
最終更新日 2022-04-18
公開日 2020-12-14
評価 5.00/5 合計 3 レビュー
開発者 https://www.merlinox.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.merlinox.com
ヘルプページのURL https://twitter.com/merlinox
対応言語 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
}