
內容簡介
**總結:**
Simply SEO 提供所有您需要的頁面 SEO 功能,而不會過於臃腫如其他較大的 SEO 外掛。
**問題與答案:**
1. Simply SEO 提供了哪些功能?
- 自訂每個文章/頁面的 SEO 標題
- 自動回退到內容摘錄的 Meta 描述
- Meta 關鍵詞支援
- 可覆寫每篇文章的 Canonical URL
- 每篇文章的 Robots 控制(noindex/nofollow)
- 自訂社交媒體圖片(Open Graph / Twitter Cards)
- 可配置的標題格式與佔位符
- 社交分享的預設備用圖片
- 完整的 Gutenberg 編腳本集成
- 傳統編腳本的支援
- 可啟用/禁用每種文章類型
- 搜索和 404 頁面 Robots 設定
- 乾淨的 WordPress-native 使用者介面
- 沒有外部請求
- 體積輕巧且迅速。
2. 新版 1.0.2 中新增了哪些功能?
- 對於分類、標籤和自訂分類法的 SEO 欄位
- 自訂每個類別術語的標題和描述
- 每個分類法的社交圖片
- 可控制每個分類法的 noindex/nofollow。
3. 新版 1.0.2 中新增的 Schema.org / JSON-LD 功能有哪些?
- 自動產生架構化數據輸出
- 具有搜索行動的 WebSite 架構
- 主頁的組織架構
- 部落格文章的文章架構
- 網頁頁面的 WebPage 架構
- 專案頁面的 CollectionPage 架構
- 導航的 BreadcrumbList 架構
- 可製作豐富片段。
4. 新版 1.0.2 中的 Breadcrumbs 功能是什麼?
- 短碼:[simply_seo_breadcrumbs]
- 模板功能:simply_seo_breadcrumbs()
- 包含 Schema.org 標記
- 可自訂分隔符和首頁文字
- 自動檢測層次結構。
5. 新版 1.0.6 中的 URL 重定向功能有哪些特點?
- 301(永久)和 302(暫時)重定向
- 易於使用的管理介面
- 可啟用/禁用個別重定向功能
- 可追蹤重定向使用量的點擊計數器
- 防止重定向迴圈
- 不使用數據庫表格 - 使用 WordPress 選項。
以上為 Simply SEO 外掛的功能以及新增功能的問題與答案。
外掛標籤
開發者團隊
原文外掛簡介
Simply SEO provides everything you need for on-page SEO without the bloat of larger SEO plugins.
Features:
Custom SEO title per post/page
Meta description with automatic fallback to content excerpt
Meta keywords support
Canonical URL override per post
Robots control (noindex/nofollow) per post
Custom social media image (Open Graph / Twitter Cards)
Configurable title format with placeholders
Default fallback image for social sharing
Full Gutenberg editor integration
Classic editor support
Enable/disable per post type
Search and 404 page robots settings
Clean, WordPress-native UI
No external requests
Lightweight and fast
Archive & Taxonomy SEO (New in 1.0.2):
SEO fields for categories, tags, and custom taxonomies
Custom title and description per taxonomy term
Social image per taxonomy
noindex/nofollow control per taxonomy
Schema.org / JSON-LD (New in 1.0.2):
Automatic structured data output
WebSite schema with search action
Organization schema on homepage
Article schema for blog posts
WebPage schema for pages
CollectionPage schema for archives
BreadcrumbList schema for navigation
Rich snippets ready
Breadcrumbs (New in 1.0.2):
Shortcode: [simply_seo_breadcrumbs]
Template function: simply_seo_breadcrumbs()
Schema.org markup included
Customizable separator and home text
Automatic hierarchy detection
URL Redirects (New in 1.0.6):
301 (permanent) and 302 (temporary) redirects
Easy-to-use admin interface
Enable/disable individual redirects
Hit counter for tracking redirect usage
Prevents redirect loops
No database tables – uses WordPress options
Available Placeholders for Title Format:
%title% – Post/page title
%sitename% – Site name
%tagline% – Site tagline
Shortcode Attributes:
separator – Separator between items (default: ›)
home_text – Text for home link (default: Home)
show_home – Show home link (default: true)
show_current – Show current page (default: true)
Example: [simply_seo_breadcrumbs separator="/" home_text="Start"]
Development
The Gutenberg sidebar panel source code is located in the src/ directory.
To build from source:
Install dependencies: npm install
Build for production: npm run build
For development with watch mode: npm run start
The compiled output is placed in the build/ directory.
