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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}