SEO On-Page Analyzer

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

Wat is SEO On-Page Analyzer?

SEO On-Page Analyzer is een Chrome-extensie ontwikkeld door https://seoworkflows.com, en de belangrijkste functie is "Chrome extension to review the on-page SEO attributes of a page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SEO On-Page Analyzer

Download SEO On-Page Analyzer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
Officiële URL https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
Beschrijving Chrome extension to review the on-page SEO attributes of a page.
Bestandsgrootte 506 KB
Aantal Installaties 195
Huidige Versie 1.0.3
Laatst Bijgewerkt 2023-07-11
Publicatiedatum 2023-06-25
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar https://seoworkflows.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
Ondersteunde Talen 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"
        }
    ]
}