[WordPress] 外掛分享: NutsForPress Indexing and SEO

首頁外掛目錄 › NutsForPress Indexing and SEO
WordPress 外掛 NutsForPress Indexing and SEO 的封面圖片
100+
安裝啟用
尚無評分
6 天前
最後更新
問題解決
WordPress 5.3+ PHP 7.0.0+ v2.8.2 上架:2021-01-15

內容簡介

NutsForPress Indexing and SEO 外掛提供強大的 SEO 和內容索引功能,幫助使用者自訂 SEO 標題與描述,增強社交媒體分享,並改善網站在搜尋引擎中的可見性。

【主要功能】
• 自訂 SEO 標題與描述
• 增強社交媒體分享功能
• 自動生成 llms.txt 文件
• 替換預設的 WordPress 網站地圖
• 批量重建媒體檔案的描述與替代文字
• 支援 REST API 的元資料管理

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.8.2) 或搜尋安裝

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

原文外掛簡介

Indexing and SEO is one of several NutsForPress plugins that provide essential features not included in WordPress or available only in part.
Indexing and SEO allows you to:

define custom SEO titles and descriptions for public post types and manage them through the WordPress editor or REST API
enhance content sharing on social networks: featured images, titles, and descriptions are automatically included through Facebook Open Graph and Twitter Card tags
set a backup image for posts and pages without a featured image
replace the default WordPress sitemap with a more complete, customizable version that is automatically generated and fully compatible with WPML
automatically generate an llms.txt file to improve communication with Large Language Models (LLMs) and extend the visibility of your content beyond traditional search engines
apply “noindex” to content that you do not want search engines to index
automatically fill the description, caption, and alternative text fields for uploaded media files
bulk rebuild the description, caption, and alternative text fields for media files
add Analytics and other custom scripts to the head, body, or footer and prevent them from loading while a logged-in administrator browses the website

Indexing and SEO is fully compatible with WPML; plugin option values do not need to be translated.
Take a look at the other NutsForPress plugins.
Whatever is worth doing at all is worth doing well
REST API
Version 2.8.2 makes the following post metadata available through the standard WordPress REST API:

_nfpndx_meta_title: the custom SEO title
_nfpndx_meta_description: the custom SEO description
_nfpndx_meta_title_blogname: whether the site name is appended to the SEO title ("1" to append it or "0" not to append it)

The metadata can be read and written through the meta property of REST API requests and responses. The authenticated user must have permission to edit the target content.
For example, the following JSON can be included when creating or updating a post through /wp-json/wp/v2/posts:
{
"title": "Article title",
"content": "Article content",
"meta": {
"_nfpndx_meta_title": "Custom SEO title",
"_nfpndx_meta_description": "Custom SEO description",
"_nfpndx_meta_title_blogname": "0"
}
}

The plugin registers these fields for every public post type. A custom post type must also be exposed through the REST API and support custom-fields for the metadata to be available through its endpoint.
Translations

English: default language
Italian: fully translated

Credits

Many thanks to DkR and SviluppoEuropa!

延伸相關外掛

文章
Filter
Mastodon