前言介紹
- 這款 WordPress 外掛「SEO Forge」是 2025-12-18 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-12-19,距離現在已有 68 天。
- 外掛最低要求 WordPress 5.0 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
serphot |
外掛標籤
seo | schema | sitemap | meta tags | open graph |
內容簡介
總結:SEO Forge 是用於 WordPress 網站 SEO 優化的一體化解決方案,提供所有必要工具來提升搜索引擎排名。
問題與答案:
問題:SEO Forge 提供了哪些關鍵特點?
答案:
- SEO Analytics & Views Counter 可以顯示不同時間範圍內的詳細頁面瀏覽統計數據,並提供交互式圖表。
- XML Sitemaps 自動生成所有內容類型的 XML 網站地圖,支持帖子、頁面、分類、標籤和作者。
- SEO Meta Tags 可自訂所有頁面的 SEO 標題和描述,支持模板和動態標籤。
- Open Graph & Social Media 可配置 Open Graph 標籤,支持 Facebook、Twitter 等社交媒體。
- Schema.org Markup 自動為文章、組織和產品添加標記,支持 FAQ 區塊等功能。
- Advanced SEO Tools 包括 Robots.txt 文件管理、去除分類目錄基本 URL、自動 URL 轉譯等工具。
- Gutenberg Blocks 包括帶有自動結構化數據的 FAQ 區塊、利弊區塊等。
- Multilingual 支援 Polylang、自動 hreflang 標記、本地化 SEO 模板等功能。
原文外掛簡介
SEO Forge is an all-in-one solution for SEO optimization of WordPress websites, providing all the essential tools to improve search engine rankings.
Key Features:
📊 SEO Analytics & Views Counter
* Detailed page view statistics by different time ranges
* Interactive charts by days, weeks, months, and years
* Track popular content
* Author-based view statistics
* Import/export view data
🗺️ XML Sitemaps
* Automatic XML sitemap generation for all content types
* Support for posts, pages, categories, tags, and authors
* Image sitemap for improved media indexing
* News sitemap for Google News
* Automatic splitting of large sitemaps
* HTML sitemap for users
🎯 SEO Meta Tags
* Custom SEO Titles and Descriptions for all pages
* Template support with dynamic tags
* Progress bar to control meta length
* Automatic canonical link generation
* Hreflang support for multilingual sites
📱 Open Graph & Social Media
* Configurable Open Graph tags
* Facebook, Twitter, and other social media support
* Automatic featured image for sharing
🏗️ Schema.org Markup
* Automatic markup for articles, organizations, and products
* Built-in FAQ block support
* Author profile markup
* Breadcrumbs
* Structured data for different content types
🔧 Advanced SEO Tools
* Robots.txt file management
* Remove category base from category URLs
* Automatic URL transliteration
* Built-in spell checker
* Export SEO data to Yoast SEO
🧩 Gutenberg Blocks
* FAQ block with automatic structured data
* Pros & Cons block
* Full Gutenberg compatibility
🌐 Multilingual
* Full Polylang support
* Automatic hreflang tags
* Localized SEO templates
* Language-specific sitemaps
Detailed Usage Guide
🎯 Setting Up SEO Meta Tags
Step 1: Go to SEO Forge → SEO Templates
Here you can configure templates for all page types:
– Posts
– Pages
– Categories
– Tags
– Author Archives
– Date Archives
– Search Results
– 404 Pages
Step 2: Use Available Template Tags
In Title and Description fields you can use:
– {site_name} – website name
– {current_title} – current title (works for all page types)
– {category} – category name
– {separator} – separator (|)
– {year} – current year
Example template for posts:
Title: {current_title} {separator} {site_name}
Description: Read the article "{current_title}" on {site_name}. Updated information for {year}.
Step 3: Individual Settings
For each post/page you can set:
– Meta Title (with progress bar for 50–65 characters)
– Meta Description (with progress bar for 160–180 characters)
– Custom URL Slug
📊 Using the Views Counter
Viewing statistics:
1. Go to SEO Forge → View Statistics
2. Select a time period: today, week, month, year, or all time
3. Filter by page type, category, or author
4. Explore interactive charts
Shortcodes:
– [ONEX-TOTAL-VIEWS] – total views of the current post
– [ONEX-TODAY-VIEWS] – today’s views
– [ONEX-WEEK-VIEWS] – weekly views
– [ONEX-MONTH-VIEWS] – monthly views
– [ONEX-AUTHOR-TOTAL-VIEWS] – total views of the author
– [ONEX-AUTHOR-WEEK-VIEWS author_id="1"] – author’s weekly views
PHP template usage:
`php
$views_counter = \OnexSEO\Post_Views_Counter::get_instance();
echo $views_counter->get_post_views(get_the_ID());
echo $views_counter->get_post_views_today(get_the_ID());
echo $views_counter->get_post_views_this_week(get_the_ID());
echo $views_counter->get_post_views_this_month(get_the_ID());
echo $views_counter->get_post_views_range(get_the_ID(), ‘2023-01-01’, ‘2023-01-31’);
echo $views_counter->get_author_total_views(get_the_author_meta(‘ID’));
$top_posts = $views_counter->get_top_posts_by_period(‘week’, 5);
$top_posts = $views_counter->get_top_posts_by_period(‘week’, 5, 15); // Category ID 15
$top_posts = $views_counter->get_top_posts_by_period(‘total’, 10, null, 1); // Author ID 1
`
📱 Open Graph Settings
Step 1: Go to SEO Forge → Open Graph
Step 2: Configure defaults:
– Site name for social media
– Default description
– Default sharing image
– Content type (website, article, etc.)
Step 3: Per-page/post:
– Featured Image is used automatically
– If none, the default image is applied
– Title and Description are pulled from SEO settings
🗺️ XML Sitemaps
Automatic generation:
– Main sitemap: yourdomain.com/sitemap.xml
– Image sitemap: yourdomain.com/sitemap-images.xml
– News sitemap: yourdomain.com/sitemap-news.xml
Content type settings:
1. Go to SEO Forge → Dashboard
2. Choose which content types to include
3. Save settings
HTML sitemap:
1. Go to SEO Forge → Dashboard
2. Click “Create HTML Sitemap”
3. A new page with interactive sitemap will be generated
🏗️ Schema.org Markup
Automatically added for:
– Articles (Article)
– Organizations (Organization)
– Author profiles (Person)
– Breadcrumbs (BreadcrumbList)
– FAQ blocks
Additional fields:
1. Edit post/page → SEO settings section
2. Fill in extra Schema.org fields
3. Data will be automatically included
🧩 Gutenberg Blocks
FAQ Block:
1. In Gutenberg editor click “+”
2. Find “SEO FAQ” block
3. Add questions and answers
4. FAQPage schema is generated automatically
Pros & Cons Block:
1. Find “Pros & Cons” block
2. Add pros in green area
3. Add cons in red area
4. Customize styles if needed
🔧 Advanced Tools
Robots.txt management:
1. Go to SEO Forge → Dashboard
2. Edit robots.txt content
3. Save changes
Remove category base:
– Automatically active after installation
– Changes /category/name/ to /name/
URL transliteration:
– Cyrillic slugs are automatically converted to Latin
– Works for new posts/pages
Spell checker:
– Integrated spell check in editor
– Highlights mistakes and suggests fixes
📊 Import/Export Data
Export to Yoast SEO:
1. Go to SEO Forge → Export to Yoast SEO
2. Click “Start Export”
3. All SEO data will be transferred
Import from other plugins:
1. Go to SEO Forge → Import SEO
2. Select source (Yoast, RankMath, etc.)
3. Click “Import Data”
👤 Author Page SEO
Setup:
1. Go to Users → Your Profile
2. Scroll to “SEO settings for author page”
3. Enable/disable indexing (noindex switch)
4. Set SEO Title & Description for each language
Available tags for authors:
– {site_name} – site name
– {current_title} – author name
– {category} – main category
– {separator} – separator
– {year} – current year
🌐 Multilingual (Polylang)
Automatic features:
– Hreflang tag generation
– Language-specific sitemaps
– Localized templates
Per-language settings:
1. Templates adapt to active languages
2. SEO metaboxes per language
3. Open Graph generated per language
📈 Dashboard & Analytics
Dashboard includes:
– Quick actions
– View statistics
– Sitemap status
– Configuration check
Views column in admin:
– Automatically added to posts/pages list
– Shows number of views
– Sortable by views
Troubleshooting
Issue: Views not showing
– Ensure counter is enabled
– Check DB tables exist
– Clear cache
Issue: Sitemaps not generating
– Check permalink settings
– Ensure content types are selected
– Regenerate permalinks
Issue: SEO fields not saving
– Check user permissions
– Verify nonce check
– Clear browser cache
Issue: Schema not visible
– Test with Google Structured Data Testing Tool
– Fill required fields
– Check conflicts with other plugins
Requirements
WordPress 5.0+
PHP 7.4+
MySQL 5.6+
Recommended: PHP 8.0+, MySQL 8.0+
Compatibility
Compatible plugins:
* Polylang
* WooCommerce (basic support)
* Contact Form 7
* Gutenberg blocks
Tested with themes:
* Twenty Twenty-Three
* Twenty Twenty-Two
* Astra
* GeneratePress
* OceanWP
Updates
When updating, all settings/data are preserved. Recommended:
1. Backup your site before major updates
2. Test after updating
3. Clear site cache
4. Regenerate permalinks (Settings → Permalinks → Save)
Support
Official support:
* Documentation included
* GitHub repository
* Developer site: https://serphot.com/
Bug reports:
Provide:
1. WordPress & plugin version
2. List of active plugins
3. Problem description
4. Steps to reproduce
Feature requests:
We welcome your suggestions.
License
This plugin is licensed under GPL v2 or later.
Credits
Thanks to all users for feedback. Special thanks to:
* WordPress community
* Polylang developers
* Testers & contributors
Additional Information
Performance:
* Optimized SQL queries
* Efficient caching
* Minimal page load impact
* Asynchronous stats loading
Security:
* Sanitized & escaped data
* Nonce checks
* User capability checks
* SQL injection protection
Accessibility:
* Semantic HTML
* Keyboard navigation
* High-contrast UI
* Screen reader friendly
For more info visit the official plugin website.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「SEO Forge」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Meta Tag Manager 》Meta Tag Manager 3.0 在 2.0 的巨大成功基礎上進一步發揮了作用,也標誌著我們的新專業版附加元件的推出。自 2009 年以來,我們一直提供免費的、定期維護的...。
WPSSO Core – Complete Schema Markup and Meta Tags 》3>WordPress 的完整結構化資料外掛程式, 您的內容在社交網站和搜尋結果中都可以以最佳方式呈現,無論 URL 是如何分享、轉發、傳訊、張貼、嵌入或爬行。, , 提...。Auto Refresh Single Page 》這個外掛會新增一個小方塊,讓你可以選擇是否要讓該頁面在指定的時間後自動重新整理。。
WordPress Meta Description 》這個外掛可以讓你使用文章或頁面的摘要當作 meta 描述。現在你可以控制你網站的描述了,這會顯示在搜尋引擎的結果頁面上。, 啟用這個外掛後,即可在管理區域...。
WordPress Meta Keywords 》這個外掛可以讓你使用標籤作為 meta keywords。 在 頁面 下,您將找到一個名為 關鍵字 的新 meta 方塊。, 啟用插件時會註冊一個獨立的分類法,與文章標籤無關...。
Simple Meta Tags 》此外掛允許您設置全域的 meta 標籤,並可以針對每個頁面或文章進行個別客製化。, 如果未有特別指定,此外掛將使用網誌標題和頁面標題作為預設的標題標籤。。
Basic SEO Pack 》這是一個簡單卻完整的 SEO 外掛,可以讓您的網站更友善地被搜尋引擎收錄。此外掛可透過 WordPress 自訂欄位快速新增文章和頁面的 meta 標籤。, 這是 Basic SE...。
Meta Keywords for Each Page 》總結:這款WordPress外掛程式讓您輕鬆加入Meta Keywords以增強您網站的SEO。透過此外掛,您可以快速為您的WordPress網站上的頁面、文章、產品、分類和存檔頁...。
SEOS 》, SEO 選項, 在 WordPress 儀表板上顯示註釋。, 使用快捷代碼顯示固定註釋。, , , SEOS WordPress 外掛。簡單易用的優化 SEO 外掛。, https://www.seosthemes...。Seo Meta Tags 》提升你的 WordPress SEO: 全面的 SEO 功能,包括 Meta Tags、網站管理工具設置、Facebook、Twitter 和 Google Plus 的 Social AuthorShip 以及 XML 網站地圖,...。
Acknowledgify 》總結: Acknowledgify 是一個輕量靈活的 WordPress 外掛,讓開發者、自由職業者和機構能夠展示他們對網站的貢獻。該外掛有以下主要特點:, , - humans.txt 產...。Dynamic Open Graph Images – OpenGraph.xyz 》### 摘要:, 這個 WordPress 外掛可以在整個網站上啟用動態並自動更新的 Open Graph 圖片。這個外掛讓您可以從一系列的免費和高級模板中選擇,確保您的社交媒...。
WPSSO REST API 》, 這個外掛延伸了 WordPress REST API 的文章、分類和使用者查詢結果:, , html 陣列包括 HTML 格式的 meta 標籤和 Schema JSON-LD (又稱 LD+JSON) scripts,...。
WP Basic Elements 》WP Basic Elements是一個可停用不必要功能並加速網站的外掛。使 WP 管理介面簡單乾淨。, 您可以更改後端管理Footer、啟用Widgets中的短代碼,移除管理員工具...。Simple SEO Pack 》使用「Simple SEO」外掛,您可以使用標準的 WordPress metabox 介面,在每篇文章或頁面中設置自訂內容,以建立「關鍵字」和「描述」meta 標籤。, 您也可以為...。
