SEOWizard
Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.
Was ist SEOWizard?
SEOWizard ist eine Chrome-Erweiterung, die von Marc Heiss Digital GmbH entwickelt wurde, und ihr Hauptmerkmal ist "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.".
Erweiterungsscreenshots
SEOWizard-Erweiterungs-CRX-Datei herunterladen
Laden Sie SEOWizard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
🧙♂️ 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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gknmnihmbfgibkeloienfbgjjogpicio |
| Offizielle URL | https://chromewebstore.google.com/detail/seowizard/gknmnihmbfgibkeloienfbgjjogpicio |
| Beschreibung | Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest. |
| Dateigröße | 1.47 MB |
| Installationsanzahl | 146 |
| Aktuelle Version | 1.0.6 |
| Letztes Update | 2023-12-03 |
| Veröffentlichungsdatum | 2023-11-12 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Marc Heiss Digital GmbH |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.marc-heiss.com/en/seowizard/data-protection |
| Unterstützte Sprachen | 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'"
}
} | |