PageExplorer

PageExplorer helps you to optimize your website's SEO potential, page by page.

Что такое PageExplorer?

PageExplorer - это расширение Chrome, разработанное https://pageexplorer.net, и его основная функция - "PageExplorer helps you to optimize your website's SEO potential, page by page.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения PageExplorer

Скачайте файлы расширений PageExplorer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        PageExplorer is your custom keyword research tool and content optimization tool - living right in your browser!

It allows you to work directly with your *own* Google Search Console data. This way, you analyze only relevant and closely-related keywords, getting actual keyword volumes and difficulties, by default.

The PageExplorer browser extension helps you identify ranking opportunities, new questions and underutilized long tail keywords at a glance.

Armed with this knowledge, you can optimize your

- titles,
- meta-tags,
- headings (H1, H2, H3, etc.) and
- of course your content itself.

It allows you to rank higher and drive more traffic to your website.


How does it work?
-----------------

Once you’ve connected PageExplorer to your Google Search Console, it allows you to inspect each individual page on your website for

- keywords it ranks for,
- potential opportunities to increase your CTR and rank higher as well as
- commonly asked questions (FAQ).

The images above help to visualize how it exactly works. With these insights, you are able to improve your ranking step by step. Naturally, this works especially well for long tail seo rankings.


Who is it for?
--------------

The PageExplorer extension works for both experienced as well as novice users. Basic understanding of SEO fundamentals helps a great deal, but this can also be acquired along the way. The extension offers tool-tips explaining abbreviations (see YouTube video).

If you are experienced in working with tools such as Ahrefs, Majestic, Moz or SEMrush, you will be able to start right off and get the most value from it. Thanks to the URL-based approach, you can find SEO insights which would get lost in the mass of data shown in the Google Search Console application.

About PageExplorer
-----------------

A few words about my background. I'm Peter Thaleikis, a software engineer and maker who loves to build and optimize. SEO has become one of my favorite topics over the last few years. My technical background helps me a lot in this area and I hope to share the positives from it with others here.

I hope this is useful for you and your project. If you have questions or comments, feel free to reach out on peterthaleikis.com/contact!                    

Основная информация о расширении

Название PageExplorer PageExplorer
ID bddlccnclehmmpgmkhboflgpanfijicj
Официальный URL https://chromewebstore.google.com/detail/pageexplorer/bddlccnclehmmpgmkhboflgpanfijicj
Описание PageExplorer helps you to optimize your website's SEO potential, page by page.
Размер файла 172 KB
Количество установок 46
Текущая Версия 1.1.1
Последнее Обновление 2020-12-27
Дата публикации 2020-12-27
Разработчик https://pageexplorer.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://pageexplorer.net
URL страницы помощи https://pageexplorer.net
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PageExplorer",
    "description": "PageExplorer helps you to optimize your website's SEO potential, page by page.",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_trans_48.png",
        "96": "icons\/icon_trans_96.png",
        "128": "icons\/icon_trans_128.png"
    },
    "browser_action": {
        "default_title": "PageExplorer",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/dev.pageexplorer.net\/*",
                "https:\/\/pageexplorer.net\/*",
                "https:\/\/next.pageexplorer.net\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        ""
    ]
}