Link Research SEO Toolbar

Enjoy looking at the most advanced SEO metrics while you search the Web.

O que é Link Research SEO Toolbar?

Link Research SEO Toolbar é uma extensão do Chrome desenvolvida por https://www.linkresearchtools.com, e sua principal característica é "Enjoy looking at the most advanced SEO metrics while you search the Web.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link Research SEO Toolbar

Baixe arquivos de extensão Link Research SEO Toolbar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        You can use the Link Research SEO Toolbar to customize your searches in Google, Bing and Yandex. You can also enable it as a page toolbar, so you look at advanced SEO metrics for every page.

Here’s what you can do with the Link Research SEO Toolbar:
• See the Power and Trust of a domain or page
• Discover great places to get links from
• See how successful a page is on social media
• Understand user engagement
• See the strongest pages by Keyword Ranking
• Spot drastic changes in the number of links
• See how many backlinks a page has.

All this is possible by looking at a set of powerful SEO metrics:
• LRT Power*Trust for domains
• LRT Power*Trust for pages
• Buzz - social media signals
• Impact - long-term user engagement metrics
• Keyword Ranking
• Link Velocity Trends
• Number of Backlinks

Why LRT Power*Trust?
Because LRT Power*Trust is a precise, reliable and stable metric built by LinkResearchTools shortly after the first Google Penguin update in 2012, as a result of many years of research and calculations.

Forget about Google’s Toolbar PageRank. Google stopped updating it many years ago and completely removed it from their toolbar in April 2016. 

You can think of LRT Power*Trust as a replacement for Google’s toolbar PageRank, but it’s so much more. LRT Power*Trust is the metric to look at when you want to assess the quality and trustworthiness of a page, domain or top domain.

Why Keyword Ranking?
The Link Research SEO Toolbar’s “Keyword Ranking” metric allows you to take a quick look at your competitors’ keyword rankings. By evaluating the keywords your competitors rank for, you will easily come up with new ideas for your content optimization.

Why Buzz?
Buzz is Impactana’s aggregate of social media signals, divided into shares and likes. By using the Link Research SEO toolbar to sort the search results by Buzz, you can quickly find out what sort of content is “HOT” on social media. You can use Google’s time filter to see only the pages indexed in the past year, month or week.

Why Impact?
The Impact metric helps you discover strong content that people linked to a lot and engaged with by commenting or downloading it. This metric measures user engagement for any content, not only for the one that goes viral on social media. A good article about construction will not get shared on social media, but it may get many links or comments if it’s great.

Why link velocity trends?
A website needs to have a steady link growth. Search engines can interpret unnatural link growth as a negative signal, which can lead to a loss in the rankings.  Google uses link growth trends to detect any algorithm manipulation attempts. If your backlink profile grows too fast, you’re out. If you’re too slow, you won’t ever get on the first page.

Why backlinks?
Google confirmed links to be a top ranking factor. That's a very strong reason   to look at links whenever you analyse the strength of a page or domain.


Update 0.0.3
- Now with option to follow REL-Canonicals for Metrics of pages (requires fetch)
- Loading animation

Update 0.0.4
NEW: SEO Toolbar for every page with all the important metrics 
- three different toolbar styles mini, bulky and skyscraper
- drag&drop the toolbar around where you need it
- open backlink checker right from the toolbar (requires LRT account)

NEW: Fetch results from SERP to resolve redirects and show real SEO metrics

SERP overlay
- Backlink count shown for every SERP result
- Sorting by backlink count in the SERPs

Update 0.0.5
- Domain exclusion feature: you can now choose to disable the Link Research SEO Toolbar for certain domains.

Update 0.0.6
- SERP overlay Chrome on/off settings bug fixes.
- Chrome store listing updates.

Update 0.0.7
- SEO Toolbar minor fixes

Update 0.0.8
- Mini Toolbar load speed optimization.

Update 0.0.9
- Minor layout fixes and improvements.
- Added knowledge graph hint.

Update 0.0.10
- We added a secret link to more cool extensions by LinkResearchTools.

Update 0.1.0
- on-off toggle layout update
- backlink data enhancements
- try LinkResearchTools button

Update 0.1.2
- Fixed issues with Google reCAPTCHA

Update 0.1.3
- Fixed issues with Google SERP overlay                    

Informações Básicas da Extensão

Nome Link Research SEO Toolbar Link Research SEO Toolbar
ID eagkigdnclikabndlojagifehppodooi
URL Oficial https://chromewebstore.google.com/detail/link-research-seo-toolbar/eagkigdnclikabndlojagifehppodooi
Descrição Enjoy looking at the most advanced SEO metrics while you search the Web.
Tamanho do Arquivo 450 KB
Contagem de Instalações 10,000
Versão Atual 0.1.3
Última Atualização 2021-03-30
Data de Publicação 2018-11-02
Classificação 4.38/5 Total de 151 Avaliações
Desenvolvedor https://www.linkresearchtools.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.linkresearchtools.com/tools/link-research-seo-toolbar/
URL da Página de Ajuda http://www.linkresearchtools.com/tools/link-research-seo-toolbar/#help
URL da Página de Política de Privacidade http://www.linkresearchtools.com/legal/browser-extensions-privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Link Research SEO Toolbar",
    "short_name": "LRT SEO Toolbar",
    "description": "Enjoy looking at the most advanced SEO metrics while you search the Web.",
    "version": "0.1.3",
    "icons": {
        "128": "\/img\/icon128.png",
        "256": "\/img\/[email protected]"
    },
    "browser_action": {
        "default_icon": "\/img\/icon128.png",
        "default_popup": "\/html\/popup.html"
    },
    "options_ui": {
        "page": "html\/options.html"
    },
    "background": {
        "scripts": [
            "\/lib\/jquery-2.2.1.min.js",
            "\/lib\/mustache.min.js",
            "\/lib\/google-analytics-bundle.js",
            "\/js\/Cache.js",
            "\/js\/lrt\/LRT.js",
            "\/js\/lrt\/LRTIcon.js",
            "\/js\/Helpers.js",
            "\/js\/XRobots.js",
            "\/js\/ChromePlatformAnalytics.js",
            "\/js\/App.js",
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/lib\/jquery-2.2.1.min.js",
                "\/js\/cs-tab.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/ipv4.google.com\/sorry\/*",
                "https:\/\/ipv4.google.com\/sorry\/*",
                "http:\/\/ipv6.google.com\/sorry\/*",
                "https:\/\/ipv6.google.com\/sorry\/*"
            ],
            "js": [
                "\/lib\/jquery-2.2.1.min.js",
                "\/js\/cs-google-captcha.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/img\/*",
        "\/html\/*",
        "\/css\/*"
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "storage"
    ]
}