[WordPress] 外掛分享: SEO Forge

首頁外掛目錄 › SEO Forge
全新外掛
安裝啟用
尚無評分
113 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v4.3.7 上架:2025-12-18

內容簡介

總結: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 模板等功能。

外掛標籤

開發者團隊

⬇ 下載最新版 (v4.3.7) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「SEO Forge」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon