Perseo

The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.

Perseoとは何ですか?

Perseoはhttps://perseo.proによって開発されたChromeの拡張機能で、その主な機能は「The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Perseo拡張機能のCRXファイルをダウンロード

Perseo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Perseo is the most complete SEO extension for Google Chrome. It allows you to consult all the relevant SEO information of a page in a single click. The best companion for professional SEO consultants.

Perseo allows you to consult the most important SEO information of the page you visit and identify any existing problems or anomalies super-fast. This way you can spend more time on strategy and less time gathering information to diagnose problems.

The Chrome extension Perseo has been created with the aim of being an essential tool, incorporating all the features that an SEO may need to audit a website in the first instance and saving time in that task. To do this, nothing better than to be inspired by the best. Therefore, we have taken the most useful features from the most prominent extensions in the industry to create the ultimate SEO extension.

Features:

SEO: Displays all SEO-relevant on-page elements. In one click you will have all the information you need at a glance.
Network: Allows you to view the details and HTTP headers of all requests to reach the current page.
Headings: Lists all H1-H6 headings included on the page in a hierarchical and attractive format.
Schema: Displays the structured data included in the page in a user-friendly format. You will no longer have to navigate through the source code to detect what types it contains.
Assets: Presents the links, images, scripts and stylesheets of the page in an easy to consult way.
Docs: Provides multiple links to official documentation categorized by area of interest to facilitate the consultation of recurring topics.

Supported on-page SEO elements:

URL
Favicon
Status code
Canonical link tag
Canonical HTTP header
Robots meta tag
X-Robots-Tag HTTP header
Refresh meta tag
Title
H1 heading
Description meta tag
Keywords meta tag
Author meta tag
Structured data summary
Language attribute
Charset meta tag
Vary HTTP header
Content-Encoding HTTP header
rel="alternate" link tag
Viewport meta tag
Manifest link tag
AMP attribute
rel="amphtml" link tag
Hreflang link tag
rel="prev/next" link tag
Resource hint link tag
Resource hint HTTP header
Link tag
robots.txt
Sitemaps

Changelog:

0.5.1:
- (improved) Until now, when opening the popup, if the page failed to load (it did not even return a status code), the message "loading, or no data available for this page, try reload the tab" was displayed. Now, when this situation occurs, a message "error page, no data available for this page" is displayed to differentiate both cases.
- (fixed) The copy headings option in the Headings tab did not generate the text string properly when there was an empty heading (i.e.: 

) on the page. - (fixed) Fixed bug that caused, in some cases, a page canonicalized to another page using a canonical tag with a URL without a domain to be mistakenly identified as INDEXABLE when it should be classified as CANONICALISED. - (fixed) Fixed bug in Schema tab where tags with an itemscope attribute without itemtype attribute were shown in the structured data list as "null". Now they are displayed with a more descriptive message: "(No itemtype)".

拡張機能の基本情報

名前 Perseo Perseo
ID efbombjppellgioieookoaemjjmeaije
公式URL https://chromewebstore.google.com/detail/perseo/efbombjppellgioieookoaemjjmeaije
説明 The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.
ファイルサイズ 87.22 KB
インストール数 1,029
現在のバージョン 0.5.1
最終更新日 2022-12-25
公開日 2022-09-24
評価 5.00/5 合計 9 レビュー
開発者 https://perseo.pro
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Perseo",
    "version": "0.5.1",
    "manifest_version": 3,
    "description": "The best tool for SEO professionals that helps you analyze the most relevant on-page SEO information in one click.",
    "author": "ajsalinero",
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "webNavigation",
        "webRequest",
        "declarativeContent",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "assets\/scripts\/worker.js"
    },
    "action": {
        "default_icon": "assets\/images\/default-icon.png",
        "default_title": "Perseo Chrome Extension",
        "default_popup": "popup.html"
    }
}