Query Hunter

Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.

Co je Query Hunter?

Query Hunter je rozšíření Chrome vyvinuté https://queryhunter.io, a jeho hlavní funkcí je „Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Query Hunter

Stáhněte si soubory rozšíření Query Hunter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        The quickest way to multiply your traffic is to refine your top performing pages and posts on a regular basis, by adding content for under-served queries that you are already being found for.

This is typically done by analysing Google Search Console queries for your top performing pages and looking for low hanging fruit opportunities where new search queries can be worked into the content.

This can be very tedious, flicking from tab to tab, hammering command+search and sorting data.

Query Hunter streamlines the whole process.

✓ Find underserved queries that you don't mention in the content, but you're getting impressions for
✓ Find terms on page 2 you can bump up to page one
✓ Find FAQ terms quickly with the 'questions' tab
✓ Add content easily using 'Content Genie'

Query Hunter requires an active subscription, visit https://queryhunter.io to find out more.


★ High impressions, but low clicks – Low CTR

Queries that have high impressions but low clicks could mean that you are under-serving the query.

Google thinks your page has the answer, but you’re potentially not covering it, describe the topic in a different way, or don’t have the on-page content to show up in the SERP description.

- Consider adding a section that serves this query.
- Consider adding different ways of describing the topic to satisfy this query.
- Consider creating a new page and link to it from this page that is already ranking to create the start (or extension) of a topical hub.

Use the Query Hunter Content Genie to create this content.


★ Ranking on 2nd or 3rd page

Queries on the 2nd or 3rd page could potentially be lacking relevance. Consider expanding the content serving this query and its variations. Dedicate a whole section to the query or cover it in more depth.

Use the Page 2 filter to find these easily.


★ Featured Snippet

Using the snippet option for queries in positions 2, 3, 4, 5 to try get a featured snippet. Content Genie will generate a section of text optimised for featured snippet, including the key term.


★ Question Queries

Use the 'Questions' tab to easily filter to question queries, and use content genie to easily add this content.


★ Queries not mentioned on your page at all

When queries are not mentioned on your page at all, but are doing well, this is a great sign. Google and users love you for this query even if you don’t mention it.

You may mention variations of the query, but you can consider adding the exact match term on your page to increase relevance and click through.


★ Mentions

Mentions is a powerful data point, it lets you know how many times a query is mentioned in the content. This data point set against other metrics such as impressions, can give you an indication of whether you need to cover the topic, or mention it more times in the page to increase relevance.

★★★ Links

Support: Email [email protected]

Website: https://queryhunter.io

Dashboard: https://dasahboard.queryhunter.io                    

Základní Informace o Rozšíření

Název Query Hunter Query Hunter
ID odgolnndpdjdoelhnokhgcdlfdachfhc
Oficiální URL https://chromewebstore.google.com/detail/query-hunter/odgolnndpdjdoelhnokhgcdlfdachfhc
Popis Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.
Velikost souboru 235 KB
Počet instalací 1,200
Aktuální Verze 2.1.3
Poslední Aktualizace 2024-01-04
Datum Vydání 2023-09-26
Hodnocení 4.33/5 Celkem 6 Hodnocení
Vývojář https://queryhunter.io
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://queryhunter.io
URL Stránky Nápovědy https://dashboard.queryhunter.io
URL Stránky Zásad Ochrany Soukromí https://eject.tech/privacy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Query Hunter",
    "version": "2.1.3",
    "description": "Query Hunter is the highest ROI activity for your SEO. Discover high-traffic keywords you can easily rank for.",
    "options_ui": {
        "page": "src\/pages\/options\/index.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/options\/index.html",
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}