SEOcrawl SEO Extension

SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.

What is SEOcrawl SEO Extension?

SEOcrawl SEO Extension is a Chrome extension developed by https://seocrawl.com, and its main feature is "SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download SEOcrawl SEO Extension Extension CRX File

Download SEOcrawl SEO Extension 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

                        SEOcrawl is an SEO extension whose main objective is to help you in your day to day to be more efficient, agile and get better results for your projects. 

It currently consists of different modules.

Overview

SEO title and meta description previewer and its appearance in search results. 

Headings

Summary of all headings (h1, h2, h3), recommendations for improvements and error identification.

Linking

Identification of all the internal and external linking of the url with their respective anchor text, link status code...

International SEO

Section dedicated 100% to hreflang codes and to ensure that all your international SEO strategy is well implemented.

Social

Preview of Facebook and Twitter social tags (open graph and twitter tags) to ensure that our page is correctly previewed on social networks. 

Indexing API

Real-time check of the Search Console indexing API for a given url (status code, canonical declared and read by Google, last Google crawl and much more...

SEO Keywords

The star! Discover all the keywords for which a url ranks and its detailed performance with trends directly from the browser by visiting that particular url. 

Web Health

Discover from 0 to 100 the health status of that url with a list of recommendations of errors, warnings and all explained in detail so you can act immediately and improve the health of your website in a few steps.                    

Extension Basic Information

Name SEOcrawl SEO Extension SEOcrawl SEO Extension
ID ahjdmclobfiifkhllidfkbpkjijanmma
Official URL https://chromewebstore.google.com/detail/seocrawl-seo-extension/ahjdmclobfiifkhllidfkbpkjijanmma
Description SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.
File Size 383 KB
Installation Count 2,637
Current Version 1.4.3
Last Updated 2023-10-04
Publish Date 2022-09-16
Rating 4.89/5 Total 9 Ratings
Developer https://seocrawl.com
Email [email protected]
Payment Type in_app
Extension Website https://seocrawl.com/en/
Help Page URL https://seocrawl.com/en/contact/
Privacy Policy Page URL https://seocrawl.com/en/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4.3",
    "name": "SEOcrawl SEO Extension",
    "description": "SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo48.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}