Semflow - SEO Plugin for Webflow

Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital

Τι είναι το Semflow - SEO Plugin for Webflow;

Το Semflow - SEO Plugin for Webflow είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://semflow.com, και η κύρια λειτουργία του είναι "Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Semflow - SEO Plugin for Webflow

Λήψη αρχείων επέκτασης Semflow - SEO Plugin for Webflow σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        🎉 NEW FEATURE UPDATE 🎉 

Now you can see your PageSpeed Insights scores right inside Semflow! This will help you improve your page speed, accessibility, SEO and more.

👾 WHAT IS SEMFLOW 👾

Semflow is the one and only SEO plugin for Webflow that lets you audit, score and optimize your site without ever leaving the Webflow Designer.

Semflow makes the SEO process easy for both experienced SEOs and total beginners.

Get started today with a free 7-day trial! After that, all features are just $15/mo (or $8/mo with an annual plan).

With Semflow, you will be able to:

🔍 RUN SITE AUDITS 🔍

Semflow crawls your website and checks for necessary ranking factors that are important to Search Engines. You can run as many of these audits as you like!

💯 SEE YOUR SEO SCORE 💯

Each site audit returns a score based on a complex algorithm. This SEO score will show you how “rankable” your site is. The higher the score, the higher it will rank on search engines.

📑 SEE STATUS OF ALL PAGES 📑

Semflow displays the health of all static and CMS pages of your website. This will allow you to quickly see which pages have critical errors. You can also exclude certain pages from your audits.

⚠️ GET DETAILED RECOMMENDATIONS ⚠️

Get a detailed status report of every SEO error on every page of your site. Each error comes with a detailed description of how to fix that error.

🔑 SET AND SAVE PAGE KEYWORDS 🔑

Keywords are one of the most important parts of your SEO strategy. Semflow gives you the ability to set a keyword for each page and then optimize different page elements based on that keyword.

🎛️ MANAGE ALL SITE SCORES 🎛️

Access your dashboard at any time to see the current SEO score of all of your websites. This dashboard is especially useful for freelancers and agencies working on multiple client projects.

🏎️ SEE GOOGLE PAGESPEED INSIGHTS SCORES 🏎️

Now you can see your PageSpeed Insights scores right inside Semflow! This will help you improve your page speed, accessibility, SEO and more.

❓WHAT DOES SEMFLOW CHECK FOR❓

‣ Page Keyword is set
‣ Page Title is set
‣ Page Title contains keyword
‣ H1 is set
‣ H1 contains keyword
‣ H2-H6 used properly
‣ Meta Description is set
‣ Meta Description contains keyword
‣ Meta Description length is acceptable
‣ Page word count is acceptable (#)
‣ Page content contains keyword (#/3)
‣ Image alt count (#/#)
‣ Google PageSpeed Scores (mobile and desktop)                    

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

Όνομα Semflow - SEO Plugin for Webflow Semflow - SEO Plugin for Webflow
ID lcpbcollgkhjjjhkpoonpgonjhlnmmcp
Επίσημο URL https://chromewebstore.google.com/detail/semflow-seo-plugin-for-we/lcpbcollgkhjjjhkpoonpgonjhlnmmcp
Περιγραφή Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital
Μέγεθος Αρχείου 142 KB
Αριθμός Εγκαταστάσεων 3,003
Τρέχουσα Έκδοση 1.0.20
Τελευταία Ενημέρωση 2023-12-11
Ημερομηνία Δημοσίευσης 2022-11-16
Αξιολόγηση 4.82/5 Συνολικά 22 Αξιολογήσεις
Προγραμματιστής https://semflow.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.semflow.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.semflow.com/support
URL της Σελίδας Πολιτικής Απορρήτου https://www.semflow.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Semflow - SEO Plugin for Webflow",
    "version": "1.0.20",
    "description": "Semflow is a first of its kind SEO tool for Webflow that provides your site with an SEO score and recommendations. - Pait Digital",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webflow.com\/*",
                "https:\/\/*.webflow.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_end",
            "css": [
                "button.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/webflow.com\/",
        "https:\/\/*.webflow.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/semflow-icon-16.png",
            "32": "\/images\/semflow-icon-32.png",
            "48": "\/images\/semflow-icon-48.png",
            "128": "\/images\/semflow-icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/semflow-icon-16.png",
        "32": "\/images\/semflow-icon-32.png",
        "48": "\/images\/semflow-icon-48.png",
        "128": "\/images\/semflow-icon-128.png"
    }
}