SEOWizard
Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.
Hvad er SEOWizard?
SEOWizard er en Chrome-udvidelse udviklet af Marc Heiss Digital GmbH, og dens hovedfunktion er "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.".
Udvidelsesskærmbilleder
Download SEOWizard-udvidelses-CRX-fil
Download SEOWizard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
🧙♂️ 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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gknmnihmbfgibkeloienfbgjjogpicio |
| Officiel URL | https://chromewebstore.google.com/detail/seowizard/gknmnihmbfgibkeloienfbgjjogpicio |
| Beskrivelse | Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest. |
| Filstørrelse | 1.47 MB |
| Antal Installationer | 146 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2023-12-03 |
| Udgivelsesdato | 2023-11-12 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Marc Heiss Digital GmbH |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://www.marc-heiss.com/en/seowizard/data-protection |
| Understøttede Sprog | 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'"
}
} | |