Link Research SEO Toolbar
Enjoy looking at the most advanced SEO metrics while you search the Web.
什么是Link Research SEO Toolbar?
Link Research SEO Toolbar是由https://www.linkresearchtools.com开发的Chrome扩展程序,该扩展的主要功能是“Enjoy looking at the most advanced SEO metrics while you search the Web.”。
扩展截图
下载Link Research SEO Toolbar扩展crx文件
下载Link Research SEO Toolbar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Link Research SEO Toolbar |
ID | eagkigdnclikabndlojagifehppodooi |
官方URL | https://chromewebstore.google.com/detail/link-research-seo-toolbar/eagkigdnclikabndlojagifehppodooi |
简介 | Enjoy looking at the most advanced SEO metrics while you search the Web. |
文件大小 | 450 KB |
安装次数 | 10,000 |
当前版本 | 0.1.3 |
更新时间 | 2021-03-30 |
上架时间 | 2018-11-02 |
评分 | 4.38/5 共151次评分 |
开发者 | https://www.linkresearchtools.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.linkresearchtools.com/tools/link-research-seo-toolbar/ |
帮助页面URL | http://www.linkresearchtools.com/tools/link-research-seo-toolbar/#help |
隐私政策页面URL | http://www.linkresearchtools.com/legal/browser-extensions-privacy-policy |
支持的语言 | 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" ] } |