SEOWizard
Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.
Vad är SEOWizard?
SEOWizard är en Chrome-tillägg utvecklad av Marc Heiss Digital GmbH, och dess huvudfunktion är "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.".
Tilläggsskärmbilder
Ladda ner SEOWizard-förlängningens CRX-fil
Ladda ner SEOWizard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
🧙♂️ 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äggande Information om Tillägg
| Namn | |
| ID | gknmnihmbfgibkeloienfbgjjogpicio |
| Officiell webbadress | https://chromewebstore.google.com/detail/seowizard/gknmnihmbfgibkeloienfbgjjogpicio |
| Beskrivning | Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest. |
| Filstorlek | 1.47 MB |
| Antal Installationer | 146 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2023-12-03 |
| Publiceringsdatum | 2023-11-12 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Marc Heiss Digital GmbH |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://www.marc-heiss.com/en/seowizard/data-protection |
| Stödda Språk | 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'"
}
} | |