SEO On-Page Analyzer

Chrome extension to review the on-page SEO attributes of a page.

Was ist SEO On-Page Analyzer?

SEO On-Page Analyzer ist eine Chrome-Erweiterung, die von https://seoworkflows.com entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to review the on-page SEO attributes of a page.".

Erweiterungsscreenshots

screenshot
screenshot

SEO On-Page Analyzer-Erweiterungs-CRX-Datei herunterladen

Laden Sie SEO On-Page Analyzer-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

                        Optimize your web pages for better search engine visibility with the SEO On-Page Analyzer Chrome extension. 

Features:

1. **Complete On-Page Analysis**: Evaluate title tags, header tags, links, images, stylesheets, scripts, meta tags, word counts, and more.
2. **Export to Excel**: Export analyzed data for further analysis and reporting.
3. **Link Tester**: Within the "Links", "Images" and "Styles & Scripts" sections, there is the option to test all links to verify whether they're any non-200 status code responses for debugging and optimization.
4. **User-Friendly Interface**: Easy-to-use interface suitable for beginners and experienced SEO professionals.                    

Grundlegende Informationen zur Erweiterung

Name SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
Offizielle URL https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
Beschreibung Chrome extension to review the on-page SEO attributes of a page.
Dateigröße 506 KB
Installationsanzahl 195
Aktuelle Version 1.0.3
Letztes Update 2023-07-11
Veröffentlichungsdatum 2023-06-25
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler https://seoworkflows.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SEO On-Page Analyzer",
    "description": "Chrome extension to review the on-page SEO attributes of a page.",
    "version": "1.0.3",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "SEO On-Page Analyzer",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_start"
        }
    ]
}