Website SEO Checker

Website SEO Checker - analyze the semantics and on-page SEO of the pages of your site and the site of a competitor.

Website SEO Checker란 무엇입니까?

Website SEO Checker은(는) https://www.plerdy.com/에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Website SEO Checker - analyze the semantics and on-page SEO of the pages of your site and the site of a competitor."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Website SEO Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Website SEO Checker - analyze the semantics and on-page SEO of the pages of your site and the site of a competitor.

To scan the page and see the data, just click on the extension icon in the upper right corner of Chrome.

At the moment, the extensions Plerdy Website SEO Checker includes two sections:
1. SEO on-page.
2. Content analysis.

In the SEO Audit section of the Plerdy Website SEO Checker, you can analyze the following metrics:
1. Title, Description, H1; 
2. number of tags H; 
3. number of style attributes in body and tags; 
4. number of javascript files; 
5. number of tags with comments on the page; 
6. the number of tags "a" with "#" in href; 
7. meta noindex, nofollow and canonical.

Thus, you can quickly and easily analyze key SEO metrics both on your own site and competitors' site.

In the Words analysis section of the Plerdy Website SEO Checker, you can analyze the following indicators without any efforts and loss of time:
1. Content analysis:
- Characters excluding spaces
- Total words
- Top words
- Stop words
- Number of unique words
- Percentage of unique words
- Number of stop words
- Percentage of stop words
- Water
- Average sentence length in words
- Readability (FRES)
2. TOP WORDS - a list of words, in percentage terms, found in the text. Thus, you can immediately check the correctness of the page`s main emphasis and whether all the keywords on it are used in the required quantity.
3. STOP WORDS - these are words that acquire meaning only when used with other words. 
Stop words overusing in the text increases nausea of the text.

ATTENTION: Plerdy Website SEO Checker can be used not only as an extension for Google Chrome. After signing in the Plerdy marketing platform - https://a.plerdy.com/auth/register, you will get a lot of additional features, for example:

1. Analysis of all pages of the site at once without loading it.
2. The ability to view errors in SEO settings for certain types of devices: PC, mobile, tablet.
3. The ability to use advanced filters and sort pages with certain types of errors.
4. Plerdy Website SEO Checker in the admin part will immediately group the analyzed pages into 3 tabs: Pages WITH errors, Pages "pay attention", Pages WITOUT errors.
5. The ability to view and compare pages` SEO metrics with the previous period in the form of "WAS" / "Now".
6. The ability to immediately check website pages after certain the changes.
7. Integration with the Google Search Console and view the following data:
- Information about clicks and impressions for individual keywords.
- Information about keywords that are in the Google Search Console, but are absent on the page for each page on the site individually.

Use the Plerdy Website SEO Checker:
1. as a free SEO extension for Google Chrome
2. register in the Plerdy marketing platform, and use additional features for free - https://a.plerdy.com/auth/register

For information on data collection and processing, please visit: https://www.plerdy.com/privacy-policy/

You can learn more about the Plerdy marketing platform on the official website https://www.plerdy.com/                    

확장 프로그램 기본 정보

이름 Website SEO Checker Website SEO Checker
ID cokmobldpihbibodplbdfhkbiibganfh
공식 URL https://chromewebstore.google.com/detail/website-seo-checker/cokmobldpihbibodplbdfhkbiibganfh
설명 Website SEO Checker - analyze the semantics and on-page SEO of the pages of your site and the site of a competitor.
파일 크기 4.52 KB
설치 횟수 1,727
현재 버전 0.3
최근 업데이트 2021-07-27
출시 날짜 2020-06-18
평점 4.11/5 총 9 개의 평점
개발자 https://www.plerdy.com/
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.plerdy.com/
도움말 페이지 URL https://www.plerdy.com/website-seo-checker-extension/
개인정보 보호 정책 페이지 URL https://www.plerdy.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website SEO Checker",
    "description": "Website SEO Checker - analyze the semantics and on-page SEO of the pages of your site and the site of a competitor.",
    "version": "0.3",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "icons": {
        "16": "favicon.png",
        "48": "favicon.png",
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Website SEO Checker",
        "default_icon": "favicon.png"
    },
    "manifest_version": 2
}