MeasureSEO: Keyword Density Checker
SEO tool for checking the keyword density and frequency of words.
MeasureSEO: Keyword Density Checker là gì?
MeasureSEO: Keyword Density Checker là một tiện ích mở rộng Chrome được phát triển bởi https://measureseo.com, và tính năng chính của nó là "SEO tool for checking the keyword density and frequency of words.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MeasureSEO: Keyword Density Checker
Tải xuống các tệp mở rộng MeasureSEO: Keyword Density Checker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Easy to use SEO keyword density checker that shows the most frequently used keywords by count and density of any web page. We’re excited to release new features based on customer feedback and support questions. Here’s a few of them… 🆕 What's new - We've improved extraction support for pages in different languages that do not use English letters, such as Greek, Russian, Chinese, etc. This is still being refined so please provide feedback if there's a language specific issue that comes up. - Improved UTF-8 character recognition ✅ Features - Adjust the phrase length of keywords displayed in the keywords table - Set a minimum count of words to display in the table. - Export keywords you find on the page as a CSV - Multilingual stop words added with stop words in 25+ languages. View the complete list of languages here: https://www.measureseo.com/stop-words-list/ - Custom stop words: add your own stop words list (comma separated) - Excluded words: add words you don’t want to appear in the keyword table (comma separated) - Multiple color modes. - Total words for the web page are displayed above the keywords tables. - List of all keywords used on a page (Note: "stop words" are removed from analysis by default) - Count of how many times each keyword appears on the page - Percentage breakdown of how many times that keyword appears relative to the total number of words used on the page. ✨ Tips & tricks - Recommended min word count setting is 2 words. Why? If a word does not occur on a page frequently, it’s probably not an important key word for the page. If a word occurs multiple times, that’s a positive indicator that it’s important. - The easiest pages to analyze tend to be blog posts and landing pages. - Forums, web apps like Facebook, etc, tend to be harder to analyze as most of their content is rendered with Javascript. If you encounter a site with too much Javascript, you can add some of the Javascript phrases/tags you see to the “excluded words” table to help hide it from the keywords table. 💬 Help & Support https://docs.google.com/forms/d/e/1FAIpQLSe1tk5euOdUtKWJtwV1r2G2rL_dxvu_LlXYKiFp3ycQbjbupw/viewform ================== In most cases it's best for SEO to keep each keyword used to under 3% of the total word count. Google and other search engines have started penalizing excessive and unnatural use of keywords to avoid keyword stuffing and other practices that encourage poor content. This free tool is brought to you by: MeasureSEO.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MeasureSEO: Keyword Density Checker |
ID | eeldlbdmidapagmcffiobdlhcmgpkgcc |
URL Chính Thức | https://chromewebstore.google.com/detail/measureseo-keyword-densit/eeldlbdmidapagmcffiobdlhcmgpkgcc |
Mô tả | SEO tool for checking the keyword density and frequency of words. |
Kích Thước Tệp | 68.45 KB |
Số Lần Cài Đặt | 4,407 |
Phiên Bản Hiện Tại | 1.60 |
Cập Nhật Lần Cuối | 2023-12-17 |
Ngày Phát Hành | 2019-09-27 |
Đánh Giá | 3.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://measureseo.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.measureseo.com |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLSe1tk5euOdUtKWJtwV1r2G2rL_dxvu_LlXYKiFp3ycQbjbupw/viewform |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MeasureSEO: Keyword Density Checker", "short_name": "Keyword Density Checker", "version": "1.60", "description": "SEO tool for checking the keyword density and frequency of words.", "manifest_version": 3, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "tabs", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_title": "Keyword Density Checker" }, "background": { "service_worker": "background.js" } } |