Rank One

Rank One is an on page seo tool for you to accelerate your SEO analysis website insights with a click. It makes your work simple to…

Τι είναι το Rank One;

Το Rank One είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brand Beavers, και η κύρια λειτουργία του είναι "Rank One is an on page seo tool for you to accelerate your SEO analysis website insights with a click. It makes your work simple to…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Rank One

Λήψη αρχείων επέκτασης Rank One σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Rank One is an on page seo tool for you to accelerate your SEO analysis website insights with a click. It makes your work simple to analyse websites and get required SEO information with a single click.

Rank One is an ideal free SEO audit extension that gives you a quick view on your webpage wellbeing and let you fix it on the go, which additionally assists with monitoring and improve ranking resulting in increased traffic and goal conversion, Check Web Vital Score, Find Broken Links, Internal Links & External Links, Images ALT tags, Meta title, Description tags and create your Robots.txt file for the website. Additionally, generate Report individually & Overall report with a click of a button in Excel file format.

It is perfect for SEO, Webmasters & web designers to find SEO related issues quickly and fix them.

Reasons why you should have Rank One- SEO Audit Extension
-It is easy to access and comprehend.
-No login subtleties are needed to access SEO data.
-It’s all-inclusive. You can check all critical SEO parameters in a single report.


-It’s fast. You can check any webpage with one click and generate a report right away.
 

Parameters (key features) you can check with this Rank One

Overview-  Get important and basic web essentials
·    	Meta description
·    	Canonical tags
·    	Meta Robots
 	            .          Web Vitals
  	            .          Language
   	.          H1 tags
 	.          No of links present
  	.          No of Image on page
Heading – Count on the number of H tags present on the page and what are the Heading tags (H1, H2, H3...) assigned to them.

Keyword density - Identify what keywords are used on the website, what's their density.

Status - Page HTTP codes.

Links - Get all the links information on the page i.e unique links, the total number of links, internal, external, and most importantly get a list of broken links in an excel format with a download option. You can likewise highlight no-follow links in the tab in just one click with Rank One.

Image - In the image segment get the number of images present and a bifurcation on how many have alt tags text. Likewise key feature is you can see the image location additionally with the actual image which makes it easy to locate and rectify.

Schema - It shows the organised data type and entities analysis of the page.

Robot txt - Here you can create your robot txt file if you don't have one with crawl
guide.

Download Rank One Extension today to get a full SEO audit report with in-depth insights of each website.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rank One Rank One
ID pmphghjnfggmkoohajmneflemmjgimpl
Επίσημο URL https://chromewebstore.google.com/detail/rank-one/pmphghjnfggmkoohajmneflemmjgimpl
Περιγραφή Rank One is an on page seo tool for you to accelerate your SEO analysis website insights with a click. It makes your work simple to…
Μέγεθος Αρχείου 425 KB
Αριθμός Εγκαταστάσεων 95
Τρέχουσα Έκδοση 1.3.0
Τελευταία Ενημέρωση 2021-06-10
Ημερομηνία Δημοσίευσης 2021-06-04
Προγραμματιστής Brand Beavers
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.brandbeavers.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.brandbeavers.com/contact/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "rupesh chaudhari",
    "homepage_url": "https:\/\/brandbeavers.com\/rankone\/",
    "manifest_version": 2,
    "name": "Rank One",
    "version": "1.3.0",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.slim.min.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/corecss.css"
            ],
            "js": [
                "js\/jquery-3.3.1.slim.min.js",
                "js\/corejs.js",
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webNavigation",
        "activeTab"
    ],
    "web_accessible_resources": [
        "popup.html"
    ]
}