Alaev SEO Tools: Free Audit & Analysis

Tools for site analysis and SEO optimization: meta tags, headings, images, links, structured data, indexing and more.

什么是Alaev SEO Tools: Free Audit & Analysis?

Alaev SEO Tools: Free Audit & Analysis是由https://alaev.info开发的Chrome扩展程序,该扩展的主要功能是“Tools for site analysis and SEO optimization: meta tags, headings, images, links, structured data, indexing and more.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Alaev SEO Tools: Free Audit & Analysis扩展crx文件

下载Alaev SEO Tools: Free Audit & Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Alaev SEO Tools collects and analyzes the most important information about the site and its pages, and also adds unique functionality, for example, returns the region selection to Yandex Wordstat!

✔ Tags and meta tags (SEO)
The extension collects and analyzes:
- title,
- meta description,
- meta keywords,
- html lang,
- link hreflang,
- rel canonical,
- meta robots.
If the tags contain incorrect content, the extension will indicate an error. For most elements, one-click copying is available.
For title and meta description, the number of characters is displayed.

✔ Indexation (SEO)
The extension implements an advanced mechanism for processing rules that affect page crawling and indexing:
- link rel canonical,
- meta robots,
- robots.txt file.
The mechanism meets all SEO requirements and search engine rules, including dispute resolution.
The extension detects the presence of an xml sitemap, even if this is not explicitly specified.

✔ Heading structure
The extension collects all H1-H6 headings and builds the structure in the order in which they are located on the page.
Quickly copy the entire page header structure.

✔ Search
The “Search” tab contains links to frequently used snippets in the work of an SEO specialist. A page with search results for a specific operator opens in a new tab and the analyzed page or site domain is inserted:
- checking site indexing,
- checking page indexing,
- search for duplicate pages,
- Google cache,
- search for an organization on Yandex and Google Maps.

✔ Page
The "Page" tab contains tools for working with the current page of the site:
- highlighting of headings H1-H6 on the page,
- display alt tags of images,
- displaying blocks in noindex and links with nofollow,
- disabling js scripts,
- disabling css styles,
- page text statistics.

✔ Links
The extension collects and analyzes all internal and external links on the page, groups them depending on parameters, and also checks status codes. You can filter the list of links and then export them to csv. Uploading to a file occurs according to the selected filtering.

✔ Images
The extension processes and collects attributes (alt and title) of images on the page and groups them.

✔ Micro markup
The "Markup" tab has quick links to structured data verification tools, as well as output from Open Graph and Twitter markup.

✔ Tools
The "Tools" tab contains links to popular services for checking sites and their parameters. When you follow links, the address of the site or page is automatically inserted into the request:
- sending pages for re-crawling to Yandex Webmaster.
- checking the server response in Yandex Webmaster.
- checking page loading speed.
- checking optimization for mobile devices.
- search for pages in webarchive.
- SSL certificate verification.
- checking whois and domain age.
- checking the server response.
- determination of the CMS of the site.
- checking site parameters in CheckTrust.

✔ Selecting a region in Yandex Wordstat
On the wordstat.yandex.ru service page, a search form appears and selects a search region to view statistics. Yandex disabled this feature, but we returned it!

✔ Count the number of words and characters in the text
You can select text on the page and in the menu available by right-clicking, view text statistics: the number of words and characters with and without spaces.

✔ Numbering of search results
Search engines have long since removed the numbering of search results, but it was convenient to use. We have returned numbering to the search results page in Yandex and Google.

✔ Context menu
We have placed frequently used functions in the context menu (accessible by right-clicking the mouse).

🔗 Learn more about all the possibilities of the Alaev SEO Tools extension: https://seotools.alaev.info/features/

The “Alaev & Co” team is working for you ❤️
Thank you for trusting us!                    

扩展基本信息

名称 Alaev SEO Tools: Free Audit & Analysis Alaev SEO Tools: Free Audit & Analysis
ID fgojlclhaecajjkchbcpelngbkdjeekg
官方URL https://chromewebstore.google.com/detail/alaev-seo-tools-free-audi/fgojlclhaecajjkchbcpelngbkdjeekg
简介 Tools for site analysis and SEO optimization: meta tags, headings, images, links, structured data, indexing and more.
文件大小 675 KB
安装次数 10,000
当前版本 1.0.7
更新时间 2023-12-16
上架时间 2022-08-11
评分 4.93/5 共122次评分
开发者 https://alaev.info
电子邮箱 [email protected]
付费类型 free
扩展官网 https://alaev.info/
帮助页面URL https://alaev.info/contacts
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "short_name": "__msg_appShortName__",
    "version": "1.0.7",
    "default_locale": "ru",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/alaev.info",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "contentSettings",
        "scripting",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentScripts\/content_script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "contentScripts\/numericalSearch\/index.js"
            ],
            "matches": [
                "https:\/\/*\/search*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "contentScripts\/wordstat\/assets\/style.css"
            ],
            "js": [
                "contentScripts\/wordstat\/index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/wordstat.yandex.com\/",
                "https:\/\/wordstat.yandex.ru\/",
                "https:\/\/wordstat.yandex.kz\/",
                "https:\/\/wordstat.yandex.by\/",
                "https:\/\/advq.yandex.com\/",
                "https:\/\/advq.yandex.ru\/",
                "https:\/\/advq.yandex.kz\/",
                "https:\/\/advq.yandex.by\/"
            ]
        }
    ]
}