外掛標籤
開發者團隊
原文外掛簡介
Vemula AI Content Layer converts your WordPress content into AI-friendly structured formats that LLMs, RAG pipelines, and AI search agents can actually understand.
Core Features:
Markdown Endpoints – Access any post or page as clean Markdown at /your-post.md
JSON Endpoints – Structured JSON output with metadata at /your-post.json
RAG Mode – Chunked, embedding-ready content at /your-post.rag
llms.txt Generator – Auto-generated site index at /llms.txt
AI Content Cleaning – Strips scripts, styles, nav, and layout clutter
AI Analytics – Track GPTBot, ClaudeBot, Perplexity, and other AI crawlers
Privacy Controls – Exclude post types or individual posts from AI endpoints
Caching Layer – Fast responses with WordPress transient caching
Rate Limiting – Protect against abuse with per-IP rate limiting
YAML Front Matter is automatically prepended to all Markdown output:
---
title: "My Post"
description: "Post excerpt..."
date: "2026-03-24"
tags: ["seo", "ai"]
reading_time: 5
---
