SEOWizard

Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.

SEOWizard란 무엇입니까?

SEOWizard은(는) Marc Heiss Digital GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

SEOWizard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        🧙‍♂️ Embark on a Seamless SEO Quest with SEOWizard 🪄: Your Ultimate Sidekick for Digital Excellence 🌐

🔍 Introducing SEOWizard, the Intuitive Chrome Extension:
Designed to equip you with essential SEO insights, SEOWizard is your key to conquering the peaks 🏔️ of search engine rankings. Whether you're a seasoned SEO sorcerer or just starting out, SEOWizard is your beacon of knowledge in the ever-evolving SEO landscape.

Key Features & New Enhancements:

🆕 New Feature - Robots.txt Tester:
SEOWizard introduces a new tab featuring a sophisticated Robots.txt Tester. This tool checks the best-suited URL against robots.txt rules, ensuring your website is optimally accessible to search engines.

🌍 Hreflang Tag Tester:
Effortlessly navigate international SEO. SEOWizard meticulously tests hreflang tags, ensuring your global audience finds the correct language and regional URLs.

🔗 Link Analysis with New 404 Error Check:
Discover the complex web of your site's links. SEOWizard now includes a 404 Error Check, alongside its analysis of nofollow attributes, and identification of sponsored and UGC links.

🖼️ Image Audit:
SEOWizard's keen eye reviews each image for alt attributes, enhancing accessibility and SEO effectiveness.

🔮 Structured Data Detection:
Uncover the magic of structured data. SEOWizard makes JSON-LD and Microdata transparent and actionable for rich search results.

📄 Metadata Insights:
Instantly access essential Meta Titles and Descriptions, enabling you to fine-tune your content for search engines and audiences.

🛠️ More Than Just an Extension:
SEOWizard is not just a tool; it's an empowering guide through the dynamic world of SEO.

🌟 Install SEOWizard Today:
Unlock your website's full SEO potential with SEOWizard and cast a spell on search engines to charm your way to the top!                    

확장 프로그램 기본 정보

이름 SEOWizard SEOWizard
ID gknmnihmbfgibkeloienfbgjjogpicio
공식 URL https://chromewebstore.google.com/detail/seowizard/gknmnihmbfgibkeloienfbgjjogpicio
설명 Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.
파일 크기 1.47 MB
설치 횟수 146
현재 버전 1.0.6
최근 업데이트 2023-12-03
출시 날짜 2023-11-12
평점 5.00/5 총 2 개의 평점
개발자 Marc Heiss Digital GmbH
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.marc-heiss.com/en/seowizard/data-protection
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEOWizard",
    "version": "1.0.6",
    "description": "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "images\/icon128-2.png"
        }
    },
    "icons": {
        "128": "images\/icon128-2.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}