SEOWizard
Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.
Что такое SEOWizard?
SEOWizard - это расширение Chrome, разработанное Marc Heiss Digital GmbH, и его основная функция - "Displays all relevant SEO Information. SEOWizard is your best companion for your SEO Quest.".
Снимки экрана расширения
Скачать файл CRX расширения SEOWizard
Скачайте файлы расширений SEOWizard в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
🧙♂️ 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! Основная информация о расширении
| Название | |
| 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'"
}
} | |