Meta Tag Analyzer

Analyze and display meta tags (title, description, and keywords) for the current webpage.

Meta Tag Analyzer란 무엇입니까?

Meta Tag Analyzer은(는) https://www.techy.how에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyze and display meta tags (title, description, and keywords) for the current webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Meta Tag Analyzer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your website's SEO performance with the Meta Tag Analyzer, a powerful and user-friendly Chrome extension designed to help you evaluate and optimize your website's meta tags with ease. Whether you're a professional SEO expert or a website owner looking to improve your site's search engine rankings, the Meta Tag Analyzer is your go-to tool for analyzing essential meta tags like title, description, and keywords.

Meta Tag Analyzer provides an instant, comprehensive analysis of the current webpage, presenting the extracted meta tag information in a clean, easy-to-read format. With a single click, you can check the title tag, meta description, and meta keywords (if present) of any webpage, making it simple to gain insights, identify areas for improvement, and ensure your site is optimized for search engines.

By using the Meta Tag Analyzer extension, you'll be able to:

- Evaluate your website's title tag, meta description, and keywords.
- Analyze your competitors' meta tags to identify their SEO strategies.
- Ensure that your title tags and meta descriptions are within the recommended character limits.
- Spot missing or duplicate meta tags that may negatively impact your website's SEO performance.
- Save time and effort with a convenient, one-click analysis.
- Don't miss the opportunity to enhance your website's SEO and attract more organic traffic. Install the Meta Tag Analyzer extension now and unlock the full potential of your website's meta tags!                    

확장 프로그램 기본 정보

이름 Meta Tag Analyzer Meta Tag Analyzer
ID hdkkhhoelnbnoljknkcnniakpgljojhi
공식 URL https://chromewebstore.google.com/detail/meta-tag-analyzer/hdkkhhoelnbnoljknkcnniakpgljojhi
설명 Analyze and display meta tags (title, description, and keywords) for the current webpage.
파일 크기 32.22 KB
설치 횟수 737
현재 버전 1.0
최근 업데이트 2023-04-05
출시 날짜 2023-04-03
개발자 https://www.techy.how
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.techy.how/
도움말 페이지 URL https://www.techy.how/tools
개인정보 보호 정책 페이지 URL https://www.techy.how/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meta Tag Analyzer",
    "version": "1.0",
    "description": "Analyze and display meta tags (title, description, and keywords) for the current webpage.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}