
前言介紹
- 這款 WordPress 外掛「WebDigit LLMs Index Suite」是 2025-09-10 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2025-09-11,距離現在已有 167 天。
- 外掛最低要求 WordPress 6.2 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 8.1 以上。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
webdigit |
外掛標籤
geo | ai seo | JSON-LD | sitemap | llms.txt |
內容簡介
總結:
WebDigit LLMs Index Suite通過發佈機器可讀的索引,讓您的WordPress網站具備GEO / AI-SEO功能。
重點特點:
- 同步三個文件:llms.txt,llms-full.txt,llms.json
- 圖片庫存:images.md(Markdown表格)+ images.jsonld(ImageObject)
- 公開URL:/llms.txt(根目錄)和/llms/*(虛擬目錄)
- 具有緩存的REST API:GET /wp-json/wdlis/v1/index,GET /wp-json/wdlis/v1/images(ETag + 304)
- 自動化:每6小時cron + WP-CLI(wp llms-suite regenerate)
- 控制:包括文章類型,排除URL模式,圖像MIME篩選器,可定制的授權meta key
- 安全性:只有已發佈的內容被索引(草稿,私人帖子被排除)
- 開發者鉤子:wdlis_index_query_args,wdlis_index_entries,wdlis_images_query_args等
存儲和公開展示:
- 文件寫入/wp-content/uploads/llms/。
- 公開展示乾淨:/llms.txt(根目錄)和/llms/<file>通過重寫規則提供(不需要在Web根目錄下編寫)。
問題與答案:
1. WebDigit LLMs Index Suite通過發佈什麼類型的索引,讓您的WordPress網站具備GEO / AI-SEO功能?
- 答:機器可讀的索引。
2. 這個插件的REST API具有什麼功能?
- 答:具有緩存的REST API:GET /wp-json/wdlis/v1/index,GET /wp-json/wdlis/v1/images(ETag + 304)。
3. 這個插件對公開展示的方式有什麼特點?
- 答:文件寫入/wp-content/uploads/llms/,而公開展示乾淨:/llms.txt(根目錄)和/llms/<file>通過重寫規則提供(不需要在Web根目錄下編寫)。
原文外掛簡介
WebDigit LLMs Index Suite makes your WordPress site GEO / AI-SEO ready by publishing compact, machine-readable indexes for AI agents.
Key features
– Synchronized trio: llms.txt, llms-full.txt, llms.json
– Image inventory: images.md (Markdown table) + images.jsonld (ImageObject)
– Public URLs: /llms.txt (root) and /llms/* (virtual directory)
– REST API with caching: GET /wp-json/wdlis/v1/index, GET /wp-json/wdlis/v1/images (ETag + 304)
– Automation: cron every 6h + WP-CLI (wp llms-suite regenerate)
– Controls: include post types, exclude URL patterns, image MIME filters, customizable license meta key
– Security: Only published content is indexed (drafts, private posts excluded)
– Developer hooks: wdlis_index_query_args, wdlis_index_entries, wdlis_images_query_args, …
Storage & exposure
– Files are written to /wp-content/uploads/llms/.
– Public exposure is clean: /llms.txt (root) and /llms/
Why this matters (GEO / AI-SEO)
Generative engines and AI copilots prefer clean, structured sources. This plugin publishes a compact text index plus a first-class image inventory to help LLMs discover and summarize your content reliably.
This plugin does not modify your existing robots.txt or sitemaps and does not call external APIs.
Developer Notes
Filters
/**
* Adjust the WP_Query for index entries.
*/
apply_filters( ‘wdlis_index_query_args’, array $args ): array;
/**
* Final pass on index entries before output.
* Each entry: [‘url’ => string, ‘title’ => string, ‘lastmod’ => string]
*/
apply_filters( ‘wdlis_index_entries’, array $entries ): array;
/**
* Adjust the WP_Query for image entries (attachments).
*/
apply_filters( ‘wdlis_images_query_args’, array $args ): array;
/**
* Decide if a URL/file should be included after pattern checks.
*/
apply_filters( ‘wdlis_index_url_should_include’, bool $include, string $url, int $post_id, string $matched_pattern ): bool;
apply_filters( ‘wdlis_images_should_include’, bool $include, string $filepath, int $attachment_id, string $matched_pattern ): bool;
REST
GET /wp-json/wdlis/v1/index → JSON (with ETag headers)
GET /wp-json/wdlis/v1/images → JSON-LD ItemList (with ETag headers)
Privacy
This plugin:
does not collect personal data,
does not transmit data to remote servers,
writes only static helper files to /wp-content/uploads/llms/.
Site owners are responsible for the accuracy of license metadata on images and for excluding private/PII content via settings.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「WebDigit LLMs Index Suite」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Geo Mashup 》這個外掛能夠讓你在 WordPress 文章、頁面和其他物件中儲存位置資訊,然後可以以多種方式在互動式地圖上呈現。, 主要特點, 與 WordPress 一樣,Geo Mashup 有...。
WT GeoTargeting 》WT Geotargeting 是一款免費的 CMS WordPress 外掛程式,藉由簡碼 (Shortcodes) 在網站頁面上設定地理位置定位。, 地理位置定位是將網站頁面的內容 (標題、文...。
WP Geo 》, 關於 WP Geo 3.3+ 的重要注意事項, 此更新現在使用 Google Maps API v3。如果您只是安裝並使用之前的 WP Geo 舊版本,它應該可以繼續運作良好,但如果您...。
Pronamic Google Maps 》介紹, 這款外掛程式可以讓使用者輕鬆地將位置(緯度、經度)元數據添加到頁面、文章或自訂文章類型中。此外掛程式會在文章編輯器中加入一個帶有 Google 地圖...。Counter – Flag Counter 》這個 WordPress 外掛可以在小工具區內加入一個基於 JavaScript 的國旗計數器。, 你可以調整 JavaScript 程式碼設定。, 可以檢視最近 500 位訪客的城市和國家...。
MyGeoPosition.com Geotagging: Geotags / GeoMetatags / GeoFeedtags / GeoMicrodata / Maps 》建立與貼文和頁面相關的地理標籤、地理元標籤、地理饗食標籤、地理微型資料和地圖。在貼文之前、之後或內部,以地圖的方式顯示已標記地點。一個易於使用的地...。
country-redirect 》這個外掛對於像 Alfa Romeo、Bosch、Biir 和 Siemens 這樣的公司和擁有不同網站的部落格(針對來自不同國家的非登入訪客)非常有用。, 它在 WordPress 的管理...。Simple Location 》此外掛支援在文章、評論、使用者或附件中新增地理座標、位置分類與文字描述。同時可根據位置在文章或小工具中新增天氣資料。, 提供不同的地圖顯示選項,並支...。
WP GeoNames 》這款輕量級的外掛程式可以讓您輕鬆在 WordPress 網站上安裝數百萬個 GEONAMES 資料。, 它可以:, , 從一個或多個檔案(位置和郵政編碼)安裝資料;, 選擇要安...。Map My Posts 》Map My Posts 外掛讓你可以輕鬆根據現有的標籤或分類,創建地圖以繪製網誌文章的位置。, , 提供 3 種地圖類型:Google 地圖、Google 靜態地圖(PNG 圖像)和...。
LovedByAI – SEO for LLMs and AI Search 》總結:隨著世界搜索方式的改變,用戶從傳統搜索引擎轉向像 ChatGPT、Gemini、Claude 和 Perplexity 這樣的AI助手。如果您的網站沒有針對大型語言模型進行優化...。
AI Generative Search Optimizer 》總結:, Generative Engine Optimization(GEO)是一種數位行銷策略,專注於優化內容以在AI動態搜尋結果中展示。這是從傳統SEO轉向確保您的內容是AI工具引用...。
GEO Website Protection & Access Control 》總結:GEO Visitor Control 是一款強大的 WordPress 外掛,旨在讓您對能訪問您的網站的人有終極控制。透過行業標準的 MaxMind GeoIP 資料庫,這個外掛允許您...。Real IP and Geo for Cloudflare 》來自 Cloudflare 支援網站:, 問:為什麼我的伺服器日誌顯示 Cloudflare 的 IP 使用 Cloudflare?, 答:當您登錄 Cloudflare 時,日誌顯示方式會因 Cloudflar...。
GeoMeta For ACF 》GeoMeta for ACF 是在 ACF 支援的文章、頁面、使用者或其他內容類型中, 存儲位置資訊的簡便方法。預設輸入是一張地圖,上面具備標記、線條和, 多邊形的繪圖工...。
