Ahrefs SEO Toolbar: On-Page and SERP Tools

On-page SEO report, broken link checker, redirect tracer, and country changer for search results in one extension.

Ahrefs SEO Toolbar: On-Page and SERP Tools क्या है?

Ahrefs SEO Toolbar: On-Page and SERP Tools https://ahrefs.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "On-page SEO report, broken link checker, redirect tracer, and country changer for search results in one extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ahrefs SEO Toolbar: On-Page and SERP Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The Ahrefs SEO Toolbar is a versatile free multi-tool for SEO professionals and webmasters, encompassing a range of valuable features such as:

🔸 On-page SEO report (meta tags, word count, etc.)
🔸 Structured data (schema) checker
🔸 Broken link checker
🔸 Link highlighter
🔸 Redirect tracer
🔸 User-agent switcher
🔸 Country changer for search results
🔸 Domain highlighter for SERPs.

If you have a paid subscription with Ahrefs, you also get SEO metrics for the pages you visit and for the SERP results (with export).

⚠️ IMPORTANT NOTE ⚠️
It is essential to note that this extension does not provide free access to Ahrefs' metrics.
***

Here is how Ahrefs SEO Toolbar can make your everyday SEO work easier:

1️⃣ On-page SEO report

By clicking on the extension icon or using a keyboard shortcut when browsing a web page, you can access an on-page SEO report that includes:

🔹 Title and Description (for JS-powered websites, you can compare tags in raw HTML and on the rendered version)
🔹 Canonical URL
🔹 Indexability and crawlability (Robots Meta Tags, X-Robots-Tag, canonical tags)
🔹 Headers and sub-headers structure of content
🔹 Word count
🔹 Social tags (Open Graph Tags and Twitter Cards)
🔹 Images

2️⃣ Structured data checker

This extension can display JSON-LD structured data in a clear and compact view. You don't need to dig into the page code to check its schema.org data.

We've also added a quick way to validate structured data.

3️⃣ Link checker, broken link checker, and link highlighter

Ahrefs SEO Toolbar can read all the outgoing links on a page and highlight them based on the filters you set, including:

🔹 External links
🔹 Internal links
🔹 Nofollow links
🔹 UGC links
🔹 Sponsored links
🔹 Their combination

Moreover, you can check the status of external links and identify broken links and redirects.

4️⃣ HTTP header reader and redirect tracer

With Ahrefs SEO Toolbar, you can easily check HTTP response headers for the URL you visit. This feature can also help you track the redirects or redirect chains that took you to the destination URL. You can check HTTP response headers for every URL in a redirect.

5️⃣ Country changer for SERP (search location simulator)

Ahrefs SEO Toolbar also includes a feature that lets you check search results in any country without needing a VPN or additional services. This search location simulator can help you better understand the differences in search results based on location and optimize your SEO strategy accordingly.

6️⃣ Domain highlighter for SERP

Add up to 10 domains that will be highlighted with color whenever they appear on SERP for the keywords that you're researching.

***
User information handled by Ahrefs SEO Toolbar (only for Ahrefs subscribers):

- The page you're browsing and its URL - to show Page and Domain metrics
- Search query - to show the keyword metrics

We do not store this information and will not disclose it.

Ahrefs general terms and conditions: https://ahrefs.com/terms

Ahrefs SEO Toolbar privacy policy: https://ahrefs.com/toolbar-policy                    

एक्सटेंशन की मूल जानकारी

नाम Ahrefs SEO Toolbar: On-Page and SERP Tools Ahrefs SEO Toolbar: On-Page and SERP Tools
ID hgmoccdbjhknikckedaaebbpdeebhiei
आधिकारिक URL https://chromewebstore.google.com/detail/ahrefs-seo-toolbar-on-pag/hgmoccdbjhknikckedaaebbpdeebhiei
विवरण On-page SEO report, broken link checker, redirect tracer, and country changer for search results in one extension.
फ़ाइल का आकार 692 KB
स्थापना संख्या 258,212
वर्तमान संस्करण 3.1.41
अंतिम अपडेट 2024-03-03
प्रकाशन तिथि 2020-06-25
रेटिंग 3.67/5 कुल 175 रेटिंग्स
डेवलपर https://ahrefs.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ahrefs.com/
सहायता पृष्ठ URL https://help.ahrefs.com/en/
गोपनीयता नीति पृष्ठ URL https://ahrefs.com/toolbar-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.1.41",
    "name": "Ahrefs SEO Toolbar: On-Page and SERP Tools",
    "description": "On-page SEO report, broken link checker, redirect tracer, and country changer for search results in one extension.",
    "homepage_url": "https:\/\/ahrefs.com\/",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "webNavigation",
        "webRequest",
        "declarativeNetRequestWithHostAccess",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/ahrefs.com\/v4\/",
        "https:\/\/app.ahrefs.com\/"
    ],
    "background": {
        "service_worker": "event.js"
    },
    "action": {
        "default_icons": {
            "32": "images\/colored-32.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "exclude_matches": [
                "https:\/\/www.bing.com\/*",
                "https:\/\/www.facebook.com.login.php\/",
                "*:\/\/*\/*.pdf",
                "*:\/\/*\/*.txt",
                "*:\/\/*\/*.xml"
            ],
            "run_at": "document_idle"
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk3eMNMxROt3WllMnUtB1\/bvZNdhu3f0Ev5EYkK4jeLZsd+0C0kfSFw2eyMAr+Ylwga5habxsAAP1kOUNEGIp4hMK\/q\/VGPYv1d+XX6WLPQzBh5JoT92hH6QiQCCpx11DlojDh5GeIDH07PnOnCeV2io3gq7iAxh3mhWgdMRRioNqMoyFAKQP2LxFRG96VNNKdbgKqnXxZHCg7rMs8QZrqmSTWn\/xIKjjXASj+6LaCr\/FCJDHx+1d4uAi2aYOuu3oJCCcj\/K+xlntU7EHT+pEekH8zZB7FXfOz3XW4YQmQe2pc6U8RerUa3ndS+GPFFY+A4CghaToxVRrUz3u0w8EMwIDAQAB",
    "icons": {
        "48": "images\/colored-48.png",
        "64": "images\/colored-64.png",
        "128": "images\/colored-128.png"
    },
    "commands": {
        "toggle-page-metrics": {
            "suggested_key": {
                "windows": "Alt+A",
                "linux": "Alt+A",
                "mac": "MacCtrl+Command+A",
                "default": "Alt+A"
            },
            "description": "Toggle Metrics bar"
        },
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "linux": "Alt+S",
                "mac": "MacCtrl+Command+S",
                "default": "Alt+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/countries\/*.svg",
                "images\/check.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}