SEO Insights
SEO Insights is an extension to get information for analysis and optimization of the current website.
Was ist SEO Insights?
SEO Insights ist eine Chrome-Erweiterung, die von Sebastian Brosch entwickelt wurde, und ihr Hauptmerkmal ist "SEO Insights is an extension to get information for analysis and optimization of the current website.".
Erweiterungsscreenshots
SEO Insights-Erweiterungs-CRX-Datei herunterladen
Laden Sie SEO Insights-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
SEO Insights determines the information directly from the website to support the analysis and optimization from a technical search engine optimization perspective. SEO Insights displays the following information of a website: ⭐️ Meta-Information title, description, canonical, robots Twitter, Open Graph, Dublin Core, Parse.ly, Shareaholic ⭐️ Images and Icons image size, alternative text and title ⭐️ Links detailed overview of available hyperlinks internal and external links ⭐️ Headings (H1 to H6) ⭐️ Files Stylesheets and JavaScript files special files like robots.txt or sitemap.xml ⭐️ HTTP-Header ⭐️ Tools check the current website directly with different tools
Grundlegende Informationen zur Erweiterung
Name | SEO Insights |
ID | nlkopdpfkbifcibdoecnfabipofhnoom |
Offizielle URL | https://chromewebstore.google.com/detail/seo-insights/nlkopdpfkbifcibdoecnfabipofhnoom |
Beschreibung | SEO Insights is an extension to get information for analysis and optimization of the current website. |
Dateigröße | 141 KB |
Installationsanzahl | 322 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2024-02-12 |
Veröffentlichungsdatum | 2021-05-26 |
Entwickler | Sebastian Brosch |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/SEO-Insights/seo-insights/ |
Unterstützte Sprachen | de,en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEO Insights", "version": "0.0.6", "description": "__MSG_manifest_description__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "SEO Insights" }, "permissions": [ "activeTab", "scripting" ] } |