Sprout SEO Extension 🌱

Speed up your daily SEO routine, get one-click insights on any page you're on. Sprout is for marketers who take SEO seriously.

Sprout SEO Extension 🌱とは何ですか?

Sprout SEO Extension 🌱はhttps://usergrowth.ioによって開発されたChromeの拡張機能で、その主な機能は「Speed up your daily SEO routine, get one-click insights on any page you're on. Sprout is for marketers who take SEO seriously.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Sprout SEO Extension 🌱拡張機能のCRXファイルをダウンロード

Sprout SEO Extension 🌱拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Introducing the Ultimate Chrome Extension for Every SEO Expert and Web Developer: Sprout SEO Extension 🌱

Transform your Chrome browser into an SEO powerhouse with the newly enhanced Sprout SEO Extension.

Say goodbye to time-draining manual checks and hello to instant insights!

🛠️ One-click validate your page's schema markup directly in your browser with our innovative extension, while direct links to schema type documentation empowers you to enrich your site's metadata. Whether you're aiming for perfect structured data or seeking to ace Google's rich results, this extension is your new go-to solution.

Gone are the days of toggling between tabs and tools.

📊 Get a comprehensive view of on-page SEO elements plus Core Web Vitals at a glance – optimization has never been this straightforward.

🚀 Dive into detailed SEO analyses with one-click access to 18 essential SEO tools, from Google Search Console to Ahrefs, without ever leaving your page.

🔗 Fix faulty redirects post-migration with our archive.org CSV download feature, saving you hours of troubleshooting

✅ Instantly determine Indexability and Canonical status, crucial for SEO excellence.

🔗 Fix faulty redirects post-migration with our archive.org CSV download feature, saving you hours of troubleshooting.

👽 With the rising popularity of Reddit in the SERP (on average showing up 77% for all product review term), you can view directly if your content is shared on Reddit and join the discussion, or start sharing your content straight to Reddit.

Why is this essential?

In the digital age, flawless technical SEO is not just a perk – it's a necessity.

It's the backbone that helps search engines easily crawl, understand and display your content effectively, boosting your visibility and SEO performance.

Key Features:

1️⃣ On-page SEO analysis: What's the appearance of the website in Google SERP? Are there any on-page errors?
2️⃣ Instant validation of schema markup using the schema.org validator.
3️⃣ Quick checks with Google's rich results and schema.org validator for optimal SEO.
4️⃣ User-friendly interface integrated directly into your Chrome browser.
5️⃣ Time-saving and efficient, ideal for busy web professionals.
6️⃣ Instantly view all available Schema Types on a page
7️⃣ Export all Schema markup found on a page or each individual type so you can easily backup your schema or study what makes your competitors outrank you 🙃
8️⃣ See full headers of the page you're on, and the potential redirect path that took you there
9️⃣ Check how your content in shared across social platforms, and join the discussion on the most used social community on the planet (Reddit)
🔟 A quick and easy way to test the currently open tab with 18 of the most commonly used SEO tools (Google Search Console, Majestic, Ahrefs, Semrush, Similar Web, Moz, to name a few)
1️⃣1️⃣ Had a bad site migration? Download a CSV straight from archive.org with all the pages stored in their memory, saving you time to build that redirection map


Empower your SEO efforts with the Sprout SEO Extension 🌱.

Ensure your site's SEO and content is impeccable, enhancing your search presence and paving the way for rich, engaging search results.

Don't just hope your technical SEO is correct – know it.

Add the Sprout SEO Extension 🌱 to your Chrome browser today and take the guesswork out of SEO                    

拡張機能の基本情報

名前 Sprout SEO Extension 🌱 Sprout SEO Extension 🌱
ID appgbhabfeejggifkkbfdbkfckheiojk
公式URL https://chromewebstore.google.com/detail/sprout-seo-extension-%F0%9F%8C%B1/appgbhabfeejggifkkbfdbkfckheiojk
説明 Speed up your daily SEO routine, get one-click insights on any page you're on. Sprout is for marketers who take SEO seriously.
ファイルサイズ 294 KB
インストール数 996
現在のバージョン 3.1
最終更新日 2024-02-19
公開日 2023-12-14
評価 5.00/5 合計 9 レビュー
開発者 https://usergrowth.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://usergrowth.io/resources/sprout-seo-extension/
プライバシーポリシーページのURL http://usergrowth.io/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sprout SEO Extension \ud83c\udf31",
    "homepage_url": "https:\/\/usergrowth.io\/resources\/sprout-seo-extension\/",
    "version": "3.1",
    "author": "Hans van Gent",
    "description": "Speed up your daily SEO routine, get one-click insights on any page you're on. Sprout is for marketers who take SEO seriously.",
    "permissions": [
        "activeTab",
        "webRequest",
        "webNavigation"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}