SEOcrawl SEO Extension

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

什麼是SEOcrawl SEO Extension?

SEOcrawl SEO Extension是由https://seocrawl.com開發的Chrome擴展程式,該擴展的主要功能是“SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載SEOcrawl SEO Extension擴展crx文件

下載SEOcrawl SEO Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 SEOcrawl SEO Extension SEOcrawl SEO Extension
ID ahjdmclobfiifkhllidfkbpkjijanmma
官方網址 https://chromewebstore.google.com/detail/seocrawl-seo-extension/ahjdmclobfiifkhllidfkbpkjijanmma
簡介 SEOcrawl is an SEO Extension that allows you to analyze the most important SEO Factors (metadata, headings...) in a single click.
檔案大小 383 KB
安裝次數 2,637
目前版本 1.4.3
更新時間 2023-10-04
上架時間 2022-09-16
評分 4.89/5 共 9 次評分
開發者 https://seocrawl.com
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://seocrawl.com/en/
說明頁面URL https://seocrawl.com/en/contact/
隱私政策頁面URL https://seocrawl.com/en/privacy-policy
支援的語言 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": [
        ""
    ]
}