前言介紹
- 這款 WordPress 外掛「Bucky SEO Tools」是 2024-07-28 上架。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2024-07-29,距離現在已有 279 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 有 3 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
osdeibi |
外掛標籤
seo | reporte seo | SEO reports | Analisis SEO | seo-analysis |
內容簡介
網站 SEO 分析及 PDF 報告
- 提供全面評估您的網站 SEO 能力,涵蓋多方面以優化您的網站並提升使用者體驗。
問題與答案:
問題1: 這個外掛的主要功能是什麼?
- 網站驗證:檢查您的網站是否整合了 Google Search Console、必應或 Yandex 網站管理工具。
- Meta 標籤:驗證您的網站是否被搜尋引擎爬蟲阻擋,檢查您是否具有 SEO 友好的標題和描述,以及查看指定的關鍵字。
- 分析驗證:確認您的網站是否已安裝 Google Analytics 4。
- 技術 SEO:分析您的 JS 和 CSS 以進行最小化處理,檢查 Gzip 壓縮,檢查 iframe,確定您的網站是否配置了 Cloudflare,並瞭解您是否使用下一代圖像格式 WebP。
- 內容分析:驗證結構化數據、Hreflang、H1 標題和標記。
- 移動分析:評估視窗設置和為移動優化的 AMP 頁面。
- WordPress 分析:檢查您的 WordPress 安裝狀態,驗證 SSL 憑證,確定 WordPress 版本,查看總安裝重量,檢閱您使用的主題,檢查未使用的外掛清單,以及分析永久鏈接結構。
問題2: 這個外掛有什麼好處?
- 提升搜尋引擎排名:識別並解決 SEO 問題,以改善您的網站在搜索結果中的可見性。
- 增加有機流量:通過優化網站以吸引更多與相關關鍵字和使用者意圖相符的訪客,從有機搜索中吸引更多訪問者。
- 改善使用者體驗:確保您的網站具有用戶友好性並為移動優化,從而提高參與度和轉化率。
問題3: 這個外掛是否儲存個人資料?
- 這個外掛並不收集或傳送個人資料。它掃描您網站的渲染 HTML 以檢查特定服務是否存在。
原文外掛簡介
If you find this plugin useful, please leave a good rating/review.
Comprehensive SEO Analysis and PDF report
This plugin provides a thorough assessment of your website’s SEO performance, covering a wide range of aspects to optimize your site for search engines and improve user experience.
Key Features:
Site Validator: Check if your site is integrated with Google Search Console, Bing, or Yandex Webmaster Tools.
Meta Tags: Verify if your site is blocked from search engine crawlers, check if you have SEO-friendly titles and descriptions, and view assigned keywords.
Analytics Verification: Confirm if your site has Google Analytics 4 installed.
Technical SEO: Analyze your JS and CSS for minification, check for Gzip compression, review iframes, determine if your site is configured with Cloudflare, and obtain information on whether you’re using next-generation image formats like WebP.
Content Analysis: Verify Structured Data, Hreflang, H1 headings, and canonical tags.
Mobile Analysis: Assess viewport settings and AMP pages for mobile optimization.
WordPress Analysis: Check the status of your WordPress installation, verify SSL certificate, determine the WordPress version, view total installation weight, review your active SEO-friendly theme, check a list of inactive plugins, and analyze your permalink structure.
Benefits:
Enhanced Search Engine Rankings: Identify and address SEO issues to improve your website’s visibility in search results.
Increased Organic Traffic: Attract more visitors from organic search by optimizing your site for relevant keywords and user intent.
Improved User Experience: Ensure your website is user-friendly and mobile-optimized, leading to better engagement and conversion rates.
Disclaimer:
This plugin does not collect or transmit personal data.
It scans the rendered HTML of your site to check if specific services, such as Google Tag Manager, Google Analytics, Cloudflare, Bing, and Yandex, are present. The plugin does not install or modify these services but simply performs validation based on their existence in the HTML code.
3rd party use of libraries
The third-party libraries are used in their original form as provided by their respective sources.
Bootstrap v5.3 (also webFonts) is used for styles and behavior of the pages of this plugins is not used to change any other styles o behavior the file inside css/bootstrap and js/bootstrap and css/webfonts are the files needed for this
Documentation of Bootstrap: https://getbootstrap.com/docs/5.3/getting-started/download/
This is a popular front-end framework for developing responsive and mobile-first websites. It provides a set of CSS and JavaScript tools for building user interfaces. Bootstrap does not contain features for tracking users.
Popper v2.11.8 is used with Bootstrap to handle elements, buttons and tooltils elements.
Documentation: https://popper.js.org/docs/v2/
This library is used for managing poppers in web applications. Poppers are elements that appear next to a reference element (e.g., tooltips, popovers). Popper.js helps position these elements correctly. It does not include any user tracking functions.
ChartJs v4.4.3 is an opensource library to handle and draw charts needed on the report page
Documentation: https://www.chartjs.org/ https://github.com/chartjs/Chart.js/releases/tag/v4.4.3 https://www.chartjs.org/docs/latest/
This is a simple yet flexible JavaScript charting library for designers and developers. It provides a way to create various types of charts, such as line, bar, and pie charts, using the HTML5 canvas element. Chart.js does not have user tracking capabilities.
HTML2PDF v0.10.1 is Client-side HTML-to-PDF rendering using pure JS this is needed on the report page to render the view and prepare it to download it in PDF format this work with es6-promise, JSPDF, HTML2Canvas.
Documentation: https://github.com/eKoopmans/html2pdf.js?tab=readme-ov-file#cdn
This library converts HTML content into PDF documents. It uses other libraries like jsPDF and html2canvas to perform this conversion. It is not designed for user tracking.
es6-promise v4.2.8 is A polyfill for ES6-style Promises this work with HTML2PDF, JSPDF, and HTML2Canvas this is needed on the report page to render the view and prepare it to download it in PDF format.
Documentation: https://github.com/stefanpenner/es6-promise
This library provides an implementation of Promises based on the ECMAScript 2015 (ES6) standard. Promises are a way to handle asynchronous operations in JavaScript. It does not have functionalities related to user tracking.
JSPDF v1.3.2 is A library to generate PDFs in JavaScript this is needed on the report page to render the view and prepare it to download it in PDF format.
Documentation: https://raw.githack.com/MrRio/jsPDF/master/docs/index.html
This is a library for generating PDF files with JavaScript. It allows you to create and modify PDF documents programmatically. It does not include functionalities for tracking users.
HTML2Canvas v1.4.1 make Screenshots with JavaScript this is needed on the report page to render the view and prepare it to download it in PDF format this work with HTML2PDF, JSPDF, and es6-promise
Documentation: https://github.com/niklasvh/html2canvas
This library captures the visual content of a web page and converts it into a canvas (a graphical element in HTML). It is mainly used for taking screenshots of web content. It does not have user tracking capabilities.
Font Awesome – Free 6.5.2 – This is only a icon library and toolkit is used on the entire plugin to draw nice icons
Documentation: https://fontawesome.com/
This library provides a vast collection of icons that can be easily integrated into websites and applications. It is used for adding scalable vector icons that can be customized with CSS. Font Awesome does not include functionalities for tracking users.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Bucky SEO Tools」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Yoast SEO 》Yoast SEO:#1 WordPress SEO 外掛, 自 2008 年以來,Yoast SEO 幫助全球數百萬個網站在搜尋引擎中排名更高。, Yoast 的使命是為所有人提供 SEO 服務。我們的...。
LiteSpeed Cache 》LiteSpeed Cache for WordPress(LSCWP)是一種全方位的網站加速外掛,包括獨家的伺服器層快取和一系列的優化功能。, LSCWP 支援 WordPress Multisite 及大多...。
Rank Math SEO – AI SEO Tools to Dominate SEO Rankings 》Rank Math SEO – WordPress 最佳 SEO 外掛, 第一款使用人工智慧 (AI) 的 WordPress SEO 外掛 🦾, ★★★★★, SEO 是任何網站最穩定的流量來源。我們創建了 Rank M...。
All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic 》assic Editor, so you don't even need to leave your WordPress dashboard to optimize your content., Here’s what another smart WordPress user ha...。
XML Sitemap Generator for Google 》使用這個外掛程式可以大大改善 SEO,產生特殊的 XML 網站地圖,幫助 Google、Bing、Yahoo 和 Ask.com 等搜索引擎更好地索引您的網站。, 有了這樣的網站地圖,...。
SpeedyCache – Cache, Optimization, Performance 》SpeedyCache 是一款 WordPress 外掛,能透過網頁快取、最小化檔案和檔案壓縮的方式,幫助您減少網站載入時間。, 您可以在 https://speedycache.com/docs 找到...。
SEOPress – On-site SEO 》最佳的 WordPress SEO 外掛程式,與所有網頁建構工具和佈景主題全部整合!, 現在增加了 AI 功能,自動產生 meta 標題和描述!, SEOPress 是一個強大的 WordPr...。
Broken Link Checker by AIOSEO – Easily Fix/Monitor Internal and External links 》總結:Broken Link Checker by AIOSEO 是一款必備的工具,可以確保您的網站上所有的內部和外部連結都能正常運作。快速檢查您的網站中的錯誤鏈接,並輕鬆修復...。
PS Auto Sitemap 》PS Auto Sitemap 是一個 WordPress 外掛,自動從您的 WordPress 網站生成網站地圖頁面。, 對於初學者來說,安裝非常容易;對於專家來說,定制也非常容易。您...。
Cloudflare 》這個外掛可以為您做些什麼, , 自動平台優化 (APO), 使用 Cloudflare 的自動平台優化 (APO) 外掛,可將您的 WordPress 網站加速達 300%。APO 讓 Cloudflare 可...。
The SEO Framework – Fast, Automated, Effortless. 》這是最快速且唯一符合 WordPress 和搜尋引擎規定的 SEO 外掛程式,功能完整。使用經過驗證的方式來優化您的網站的 SEO。這是一款乾淨、專注、可延伸、無限制...。
YARPP – Yet Another Related Posts Plugin 》WordPress 相關文章外掛, Yet Another Related Posts Plugin (YARPP) 是一個經過專業維護、高度自訂和功能豐富的外掛程式,可以顯示與當前文章相關的頁面、文...。
SEO Plugin by Squirrly SEO 》「Squirrly SEO 插件:#1 AI WordPress SEO 外掛程式」HTML描述, , Squirrly SEO 插件: #1 AI WordPress SEO 插件, 解決您的 SEO 挑戰。, Squirrly 的使命是...。
SEO SIMPLE PACK 》“SEO SIMPLE PACK”是一款非常簡單的SEO外掛程式。, , 輸出基本的meta標籤,是SEO措施所必需的。, 可以對每個頁面類型進行設置。, 您也可以設置SN...。
Schema & Structured Data for WP & AMP 》d-data-for-wp.com/docs/article/how-many-schema-types-do-we-support/" rel="nofollow ugc">查看所有支援的類型,目前已支援超過35種類型,其中包括部落格...。