Page Auditor for Technical SEO
PageAuditor for Technical SEO is a project created by Franco Folini to analyze tracking codes, Structured Data, meta-tags, and more.
Τι είναι το Page Auditor for Technical SEO;
Το Page Auditor for Technical SEO είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Franco Folini, και η κύρια λειτουργία του είναι "PageAuditor for Technical SEO is a project created by Franco Folini to analyze tracking codes, Structured Data, meta-tags, and more.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Page Auditor for Technical SEO
Λήψη αρχείων επέκτασης Page Auditor for Technical SEO σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A Chrome Extension, based on open-source code, to analyze all the elements of a web page that can impact the on-page SEO performance. "Page Auditor" performs a technical SEO audit of any web page providing tips and suggestions on how to improve it. For each issue found a severity indicator is provided to help you prioritize website maintenance tasks. Page Auditor analyzes: * Structured Data. This report provides excellent visualization and detailed explanation to help understand the content of LD-JSON fields. * JavaScript code. This report scans the page and creates detailed reports explaining the purpose of each script included or embedded in the page, and it identifies the code that is tracking the page visitors or used to insert ads into the page. For each block of code, it will also provide links to the company behind it. * Meta Tags. This report looks at all Meta Tags on the page and groups them by category. The meta tag report provides a detailed description and explanations for each type and links technical documentation. This reports also provides useful recommendations on how to improve your page meta tags. * Robots.txt & Sitemap.xml. This easy-to-read report displays the content of these files making this information accessible to everybody and easy to analyze. This reports also provides recommendations on how to improve your page meta tags. *HTML. This section is a work-in-progress but it already provides important insights on the major technical issues of the page HTML structure, like images and page titles. Finally, the most important report: * To-Do List: it's a report that collects all the suggestions from all previous reports and list them sorted by priority. The perfect task list to share with your webmaster.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Page Auditor for Technical SEO |
ID | dogloealpnibhaieipodofhcbamacabh |
Επίσημο URL | https://chromewebstore.google.com/detail/page-auditor-for-technica/dogloealpnibhaieipodofhcbamacabh |
Περιγραφή | PageAuditor for Technical SEO is a project created by Franco Folini to analyze tracking codes, Structured Data, meta-tags, and more. |
Μέγεθος Αρχείου | 2.18 MB |
Αριθμός Εγκαταστάσεων | 481 |
Τρέχουσα Έκδοση | 1.10.21 |
Τελευταία Ενημέρωση | 2021-12-18 |
Ημερομηνία Δημοσίευσης | 2021-08-11 |
Αξιολόγηση | 4.86/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | Franco Folini |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://folini.medium.com/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Page Auditor for Technical SEO", "description": "PageAuditor for Technical SEO is a project created by Franco Folini to analyze tracking codes, Structured Data, meta-tags, and more.", "version": "1.10.21", "icons": { "256": "logos\/Logo_256x256.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "action": { "default_title": "Page Auditor for Technical SEO", "default_icon": { "256": "logos\/Logo_256x256.png" }, "default_popup": "default.htm" }, "permissions": [ "activeTab", "scripting" ] } |