Meta Tag Analyzer

Analyze and display meta tags (title, description, and keywords) for the current webpage.

Qu'est-ce que Meta Tag Analyzer ?

Meta Tag Analyzer est une extension Chrome développée par https://www.techy.how, et sa fonction principale est "Analyze and display meta tags (title, description, and keywords) for the current webpage.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meta Tag Analyzer

Téléchargez les fichiers d'extension Meta Tag Analyzer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Boost your website's SEO performance with the Meta Tag Analyzer, a powerful and user-friendly Chrome extension designed to help you evaluate and optimize your website's meta tags with ease. Whether you're a professional SEO expert or a website owner looking to improve your site's search engine rankings, the Meta Tag Analyzer is your go-to tool for analyzing essential meta tags like title, description, and keywords.

Meta Tag Analyzer provides an instant, comprehensive analysis of the current webpage, presenting the extracted meta tag information in a clean, easy-to-read format. With a single click, you can check the title tag, meta description, and meta keywords (if present) of any webpage, making it simple to gain insights, identify areas for improvement, and ensure your site is optimized for search engines.

By using the Meta Tag Analyzer extension, you'll be able to:

- Evaluate your website's title tag, meta description, and keywords.
- Analyze your competitors' meta tags to identify their SEO strategies.
- Ensure that your title tags and meta descriptions are within the recommended character limits.
- Spot missing or duplicate meta tags that may negatively impact your website's SEO performance.
- Save time and effort with a convenient, one-click analysis.
- Don't miss the opportunity to enhance your website's SEO and attract more organic traffic. Install the Meta Tag Analyzer extension now and unlock the full potential of your website's meta tags!                    

Informations de Base sur l'Extension

Nom Meta Tag Analyzer Meta Tag Analyzer
ID hdkkhhoelnbnoljknkcnniakpgljojhi
URL Officiel https://chromewebstore.google.com/detail/meta-tag-analyzer/hdkkhhoelnbnoljknkcnniakpgljojhi
Description Analyze and display meta tags (title, description, and keywords) for the current webpage.
Taille du Fichier 32.22 KB
Nombre d'Installations 737
Version Actuelle 1.0
Dernière Mise à Jour 2023-04-05
Date de Publication 2023-04-03
Développeur https://www.techy.how
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.techy.how/
URL de la Page d'Aide https://www.techy.how/tools
URL de la Page de Politique de Confidentialité https://www.techy.how/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meta Tag Analyzer",
    "version": "1.0",
    "description": "Analyze and display meta tags (title, description, and keywords) for the current webpage.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}