Ross SEO Extension

Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…

Ross SEO Extension क्या है?

Ross SEO Extension https://rossk.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Ross SEO Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Analyze On-Page Data like never before

Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang tags for each individual page.


Effortlessly View Structured Data markup

Check the schema markup entities and their implementation without looking at your Search Console error report or running a site crawler.


Analyze Your Links

Viewing, highlighting, exporting any types of links including follow, no follow, external, internal, redirects, and image links. Including links hidden via CSS code that are not visible for users.



Highlighting

No need to inspect the source code. The highlighting feature will allow you to identify if the link is in the footer, navigation menu, or within the body of the page.



Exporting

Export with a single click all links on the page and classify into follow, nofollow and image links.
Even the anchor text and its type can be viewed or exported for each link, allowing you to see the full link profile of the page.


Get tech nasty … View page status code

View the page HTTP Header and its data, such as age, date, location, IP address, cache, server response code, and more.



Need backlinks? Discover broken links

Broken link building has been a popular technique with the savvy link builder for good reason. Effortlessly find new link-building opportunities with the click of a button.

You need this tool if you are:

SEO technician.

A savvy website owner who knows a few things about SEO.

Enjoy!                    

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

नाम Ross SEO Extension Ross SEO Extension
ID gdcbfgkhokcbkpcomgkkgckidimjjdma
आधिकारिक URL https://chromewebstore.google.com/detail/ross-seo-extension/gdcbfgkhokcbkpcomgkkgckidimjjdma
विवरण Analyze On-Page Data like never before Instantly view on-page data, including meta-tags, page URLs, canonical tags and hreflang…
फ़ाइल का आकार 237 KB
स्थापना संख्या 408
वर्तमान संस्करण 2.0.13
अंतिम अपडेट 2022-01-13
प्रकाशन तिथि 2021-03-31
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://rossk.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://rossk.com
सहायता पृष्ठ URL https://rossk.com/extension-policy
गोपनीयता नीति पृष्ठ URL https://rossk.com/extension-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ross SEO Extension",
    "version": "2.0.13",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/js\/thirdParty\/axios.js",
                "lib\/js\/thirdParty\/jquery.js",
                "lib\/js\/content\/requests.js",
                "lib\/js\/content\/parse.js",
                "src\/content.js"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/lib\/popup.html",
        "default_title": "Ross SEO Extension"
    },
    "icons": {
        "128": "lib\/assets\/icon.128.png"
    }
}