
內容簡介
```html
<!DOCTYPE html>
<html>
<body>
<h2>AI Content Optimizer 總結</h2>
<ul>
<li>AI Content Optimizer 是一個功能強大的 WordPress 外掛,旨在幫助您通過 AI 生成的建議改進內容的 SEO、可讀性和參與度。</li>
<li>外掛會分析您的內容並提供有價值的建議,您可以直接在編輯器中查看,或者在一個新的、完全設計的 HTML 頁面中查看。</li>
</ul>
<h2>問題與答案</h2>
<h3>1. AI Content Optimizer 主要提供哪些功能?</h3>
<p>AI Content Optimizer 使用 AI 分析內容,提供 SEO、可讀性、關鍵詞使用和參與度方面的建議。</p>
<h3>2. 如何自訂 AI 設置?</h3>
<p>您可以從 WordPress 管理員直接配置 API 金鑰、端點、模型、溫度、最大 tokens 和提示訊息。</p>
<h3>3. 如何使用 AI Content Optimizer?</h3>
<p>在 WordPress 編輯器中撰寫內容,然後點擊「分析內容」按鈕以獲取 AI 生成的建議,可以在編輯器中或在單獨的 HTML 預覽頁面中查看建議。</p>
</body>
</html>
```
外掛標籤
開發者團隊
原文外掛簡介
AI Content Optimizer is a powerful WordPress plugin designed to help you improve your content with AI-generated suggestions for SEO, readability, and engagement. The plugin analyzes your content and provides valuable suggestions, which you can view directly in the editor or in a new, fully styled HTML page.
Features
AI-Driven Analysis – Uses AI to analyze content and provide suggestions for SEO, readability, keyword usage, and engagement.
Customizable AI Settings – Configure the API key, endpoint, model, temperature, max tokens, and prompt messages directly from the WordPress admin.
In-Editor Display – View AI suggestions directly within the WordPress editor.
Styled HTML Preview – Open suggestions in a new, formatted HTML page for easy reading.
Usage
Write your content in the WordPress editor.
Click the Analyze Content button to retrieve AI-generated suggestions.
View suggestions in the editor or in a separate HTML preview page.
Configuration
In Settings > AI Content Optimizer, fill out the following fields:
API Key – Enter your API key from the AI provider (e.g., OpenAI).
Endpoint – Specify the AI API endpoint URL.
Model – Choose the AI model (e.g., gpt-3.5-turbo).
Temperature – Adjust how creative or focused the AI’s responses should be (e.g., 0.5–0.7).
Max Tokens – Define the maximum token length for AI responses (e.g., 7000).
System Message – Provide the initial system prompt that frames the AI’s behavior.
User Message – Specify the format of the user’s input prompt for analysis.
Example Configuration
System Message
You are an AI assistant specializing in improving SEO, readability, keyword usage, and user engagement.
User Message
Review the following content and recommend enhancements for SEO, readability, keyword usage, and engagement:
cURL Example (Groq API)
bash
curl https://api.groq.com/openai/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer gsk_QuHjYQxxxxxxxxxxxxxxxxxxxxxxxx" -d '{
"model": "meta-llama/llama-4-scout-17b-16e-instruct",
"temperature": 0.6,
"max_tokens": 8000,
"messages": [
{ "role": "system", "content": "You are an AI assistant specializing in improving SEO, readability, keyword usage, and user engagement." },
{ "role": "user", "content": "Review the following content and recommend enhancements for SEO, readability, keyword usage, and engagement:\n\n[YOUR CONTENT HERE]" }
]
}'
License
This plugin is licensed under the GPLv2 or later.
