SEO On-Page Analyzer

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

What is SEO On-Page Analyzer?

SEO On-Page Analyzer is a Chrome extension developed by https://seoworkflows.com, and its main feature is "Chrome extension to review the on-page SEO attributes of a page.".

Extension Screenshots

screenshot
screenshot

Download SEO On-Page Analyzer Extension CRX File

Download SEO On-Page Analyzer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name SEO On-Page Analyzer SEO On-Page Analyzer
ID npnhelfdhpnmbkpjcahmjmafnpneneke
Official URL https://chromewebstore.google.com/detail/seo-on-page-analyzer/npnhelfdhpnmbkpjcahmjmafnpneneke
Description Chrome extension to review the on-page SEO attributes of a page.
File Size 506 KB
Installation Count 195
Current Version 1.0.3
Last Updated 2023-07-11
Publish Date 2023-06-25
Rating 5.00/5 Total 6 Ratings
Developer https://seoworkflows.com
Email [email protected]
Payment Type free
Extension Website https://www.seoworkflows.com/extensions/details/seo-onpage-analyzer
Supported Languages 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"
        }
    ]
}