SEO Pilot

SEO Pilot helps you in your daily SEO tasks such as On-Page SEO analysis, Link Checking, Tags and Assets Preview and more

Cos'è SEO Pilot?

SEO Pilot è un'estensione di Chrome sviluppata da https://seopilot.io, e la sua funzione principale è "SEO Pilot helps you in your daily SEO tasks such as On-Page SEO analysis, Link Checking, Tags and Assets Preview and more".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SEO Pilot

Scarica i file di estensione SEO Pilot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Made by marketers, SEO Pilot is an SEO Tool geared at helping you optimize your content for SEO and quickly generate new content at scale.  SEO Pilot provides accurate SEO metrics and metadata right where you need it. It allows you to check on-page meta-data and display the primary SEO metadata for any website page for the best SEO.

Analyze On-Page SEO
1. Page Metadata - Retrieve the main Meta Tags and metadata for any webpage including Meta Tags, Canonical URL, and more to help you spot and resolve any SEO Issues.
2. Find Broken Links - Check all Broken Links on a page and categorize them based on HTTP Status Code.
3. Analyze Every Link (Internal & External) - Improve the search visibility and rank of your website by assessing your internal & external links, enabling you to improve the quality of your links.
4. Extract Heading Structure - Clear and concise headings are important for SEO. They help users navigate the content and find what’s relevant to them.
5. Retrieve Image Data - Get key SEO information about your images such as the alt text, image size (to ensure image has been compressed), and more.
6. Social SEO tags - Verify OpenGraph and Twitter Card metadata so your content appears the way you want it on social.

Contact Information Extractor
1. Email Addresses - Extract all emails found on the page and export them to CSV. Build lists and use them for outreach campaigns or to suggest partnerships.
2. Social Profile URLs - Understand a site’s social presence by extracting all social URLs such as Facebook, LinkedIn, Twitter, Instagram, TikTok, YouTube and more.
3. Phone Numbers - Automatically scan the page for phone numbers and export them so you can reach out to site owners. Ring ring.

SEO Article Writer / AI Writer (Paid Feature)
1. Overview - Our AI Writer enables you to take an existing page as inspiration to generate a new article.  Want to take an existing top-ranking page and create something similar or want to re-write some of your existing pages?  No problem, our AI Writer does exactly that.  Sign up for a paid plan on SEOPilot.io to access this feature!

2. AI Writing Process - creating an article is a simple three step process: 
a) Extract Headings - Retrieve headings from an existing webpage inside your current browser tab.
b) Refine Your Article Outline - Customize the headers (H1-H6) to suit your needs. Remove, re-write, or add your own new headings.
c) Generate the Article - Our AI Writer will then craft an SEO-optimized article based on your input. You can then export and publish your article on your website or wherever you need.

SEO Pilot replaces all the popular SEO tools (paid or non-paid) in the Chrome store. 

Permissions explained:
Allow this extension to read and change all your data on websites you visit - This is necessary to retrieve all of the necessary HTML and SEO metadata from any page in which you open the extension.                    

Informazioni di Base sull'Estensione

Nome SEO Pilot SEO Pilot
ID kbhghidlilegihmipoohlboebekiigli
URL Ufficiale https://chromewebstore.google.com/detail/seo-pilot/kbhghidlilegihmipoohlboebekiigli
Descrizione SEO Pilot helps you in your daily SEO tasks such as On-Page SEO analysis, Link Checking, Tags and Assets Preview and more
Dimensione del File 363 KB
Conteggio Installazioni 1,465
Versione Corrente 1.0.36 Updated Public Release
Ultimo Aggiornamento 2023-12-09
Data di Pubblicazione 2023-07-29
Valutazione 4.94/5 Totale 104 Valutazioni
Sviluppatore https://seopilot.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://seopilot.io
URL della Pagina di Aiuto https://seopilot.io/contact/
URL della Pagina della Politica sulla Privacy https://seopilot.io/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SEO Pilot",
    "description": "SEO Pilot helps you in your daily SEO tasks such as On-Page SEO analysis, Link Checking, Tags and Assets Preview and more",
    "version": "1.0.36",
    "version_name": "1.0.36 Updated Public Release",
    "icons": {
        "128": "icons\/logo128.png",
        "192": "icons\/logo192.png",
        "512": "icons\/logo512.png"
    },
    "action": {
        "default_icon": {
            "32": "icons\/logo32.png"
        },
        "default_title": "SEO Pilot"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/*",
                "\/src\/assets\/*",
                "index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.seopilot.io\/*"
        ]
    }
}