Skip to content

Commit 6402d5d

Browse files
committed
Adding the documentation on the new content evaluation workflow
1 parent a37441d commit 6402d5d

File tree

7 files changed

+191
-4
lines changed

7 files changed

+191
-4
lines changed

docs/agent-wordlift/highlights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This unique approach leads to:
2222

2323
## Comprehensive Features, Simplified
2424

25-
- **Go beyond basic SEO:** Gain a holistic understanding with features like Entity Gap Analysis and SEO Score Analysis.
25+
- **Go beyond basic SEO:** Gain a holistic understanding with features like Entity Gap Analysis and Content Quality Evaluation.
2626
- **Effortless content creation:** Generate fresh, relevant content with Content Creation, Content Recycling, & Idea Generation.
2727
- **Fact-checking for trust:** Ensure content accuracy and build trust with the built-in Fact-Checking tool.
2828

166 KB
Loading

docs/agent-wordlift/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ Based on the provided workflows and prompt library, I'll help you revise the Qui
9292

9393
#### Content Optimization
9494

95+
* [Content Quality Evaluation](./workflows/content-evaluation.md)
9596
* [Query Match Analysis](./workflows/analyzing-query-match.md)
9697
* [Internal Linking](./workflows/create-internal-links.md)
9798
* [Authorship Markup](./workflows/adding-authorship-markup.md)

docs/agent-wordlift/prompt-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ search the site and generate an SEO-optimized meta title and meta description fo
7979
perform an entity gap analysis for '[URL]' against the query '[query]'
8080
```
8181

82-
### SEO Score Analysis
82+
### Content Evaluation
8383

8484
```md className=wlx-send-to-agent
85-
analyze the SEO score for the keyword '[keyword]' in relation to the content on '[URL]'
85+
evaluate the content quality for the keyword '[keyword]' in relation to the content on '[URL]'
8686
```
8787

8888
### Generate Diagram

docs/agent-wordlift/workflows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Here is how WordLift AI SEO Agent can help you boost your productivity in differ
2020
- [Create Product Descriptions](./workflows/create-product-description.md)
2121

2222
- **Optimize Content:**
23+
- [Content Quality Evaluation](./workflows/content-evaluation.md)
2324
- [Analyze SEO Score](./workflows/analyzing-query-match.md)
2425
- [Align Content with Search Query](./workflows/analyzing-query-match.md)
2526
- [Add Authorship Markup](./workflows/adding-authorship-markup.md)

docs/agent-wordlift/workflows/analyzing-query-match.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ analyze the SEO score for the keyword 'Future-Proof Your Content From Google AI
5151

5252
:::info
5353

54-
The [SEO Score API](https://docs.wordlift.io/api/seo-score/create-seo-score/) behind this workflow is still experimental and represents an advanced solution meticulously designed to evaluate page relevance with the precision of a quality rater. This advanced tool demands editors to exert considerable effort to achieve the highest match scores, mirroring the rigorous standards of search engine optimization. Read the full details from WordLift's blog on [search intent optimization](https://wordlift.io/blog/en/search-intent-optimization/).
54+
The [Content Evaluations API](https://docs.wordlift.io/api/content-evaluations/wordlift-content-evaluations-api/) powering this workflow provides a comprehensive assessment of your content quality, readability, and SEO performance. This advanced tool evaluates multiple dimensions including content purpose, accuracy, depth, readability metrics, and search optimization factors to provide actionable insights for improvement.
55+
56+
The tool visualizes your content's performance through a radar chart that displays scores across key metrics, making it easy to identify areas for enhancement. By focusing on these metrics, you can create more relevant, engaging, and search-optimized content that better addresses your audience's needs.
5557

5658
:::
Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
---
2+
title: Content Quality Evaluation
3+
sidebar_position: 11
4+
---
5+
6+
# Evaluating Content Quality with WordLift AI SEO Agent
7+
8+
The Content Quality Evaluation workflow allows you to comprehensively assess your content across multiple dimensions including quality, readability, and SEO performance. This powerful tool provides actionable insights to improve your content and make it more engaging for both users and search engines.
9+
10+
## Overview of Content Evaluation
11+
12+
WordLift's Content Evaluation Tool goes beyond traditional SEO analysis by examining multiple dimensions of your content:
13+
14+
- **Content Quality**: Analyzes purpose, accuracy, and depth of your content
15+
- **Readability**: Evaluates reading level, sentence complexity, and overall clarity
16+
- **SEO Performance**: Assesses keyword usage, density, and optimization
17+
- **Metadata**: Examines word count, sentiment, and other technical aspects
18+
19+
The tool visualizes these metrics through an intuitive radar chart, making it easy to identify strengths and areas for improvement.
20+
21+
## How to Use the Content Quality Evaluator
22+
23+
### Step 1: Analyze Your Content
24+
25+
Start by analyzing your content against a specific keyword or topic to understand how well it addresses the intended search intent. You can evaluate content in two ways:
26+
27+
**Option 1: Evaluate content at a URL:**
28+
29+
```md className=wlx-send-to-agent
30+
evaluate the content quality for the keyword "content marketing strategies" in relation to the content on "https://your-website.com/your-page"
31+
```
32+
33+
**Option 2: Evaluate text directly:**
34+
35+
```md className=wlx-send-to-agent
36+
evaluate the following text for the keyword "content marketing strategies":
37+
38+
[Paste your content here]
39+
```
40+
41+
You can include multiple keywords for a more comprehensive evaluation:
42+
43+
```md className=wlx-send-to-agent
44+
evaluate the content quality for the keywords "content marketing strategies, SEO optimization, content distribution" in relation to the content on "https://your-website.com/your-page"
45+
```
46+
47+
The tool works effectively with or without specified keywords. If no keywords are provided, it will identify the main topics of your content automatically.
48+
49+
### Evaluating Specific Content Sections
50+
51+
You can evaluate either entire articles or specific sections of your content:
52+
53+
```md className=wlx-send-to-agent
54+
evaluate only the introduction section of the content on "https://your-website.com/your-page" for the keyword "content marketing"
55+
```
56+
57+
This allows you to focus on improving specific parts of your content that may need more attention.
58+
59+
### Analyzing Multiple Content Pieces
60+
61+
When evaluating multiple pieces of content, you can request the agent to omit the chart visualization for a more streamlined analysis:
62+
63+
```md className=wlx-send-to-agent
64+
evaluate the following URLs without rendering charts:
65+
1. https://your-website.com/page-1
66+
2. https://your-website.com/page-2
67+
3. https://your-website.com/page-3
68+
69+
Compare their content quality and provide a summary table of the results.
70+
```
71+
72+
This is particularly useful for batch analysis and content comparison tasks where visual charts for each piece might be overwhelming.
73+
74+
### Step 2: Review the Evaluation Results
75+
76+
The agent will return detailed analysis results including:
77+
78+
- An overall quality score (0-100)
79+
- Breakdown of scores across multiple dimensions
80+
- Specific insights about content strengths and weaknesses
81+
- Visualization of the results in a radar chart
82+
83+
![Content Quality Evaluation](../images/agent-wordlift-content-evaluation.png)
84+
85+
### Step 3: Implement Content Improvements
86+
87+
Based on the evaluation, you can then request specific improvements:
88+
89+
```md className=wlx-send-to-agent
90+
based on the content quality evaluation, please suggest improvements to enhance the content purpose, depth, and readability
91+
```
92+
93+
The agent will provide tailored recommendations to address the specific areas where your content needs improvement.
94+
95+
## Understanding the Evaluation Metrics
96+
97+
### Content Quality Metrics
98+
99+
- **Purpose**: How well the content fulfills its intended goal and satisfies user intent
100+
- **Accuracy**: Factual correctness and trustworthiness of the information
101+
- **Depth**: Comprehensiveness and thoroughness of topic coverage
102+
103+
### Readability Metrics
104+
105+
- **Score**: Overall readability level of the content
106+
- **Grade Level**: Educational level required to easily understand the content
107+
- **Complex Sentences**: Analysis of sentence complexity and suggestions for improvement
108+
109+
### SEO Metrics
110+
111+
- **Score**: Overall search optimization assessment
112+
- **Keyword Density**: Analysis of keyword usage and distribution
113+
- **Top Entities**: Important concepts and topics identified in the content
114+
115+
## Best Practices for Content Evaluation
116+
117+
1. **Evaluate Regularly**: Periodically assess your most important pages to ensure they remain optimized
118+
2. **Compare with Competitors**: Evaluate your content against top-ranking competitors for the same keywords
119+
3. **Focus on Weakest Areas First**: Prioritize improvements for dimensions with the lowest scores
120+
4. **Balance All Dimensions**: Aim for consistent performance across all metrics rather than excellence in just one area
121+
5. **Test Improvements**: After making changes, re-evaluate to confirm the enhancements were effective
122+
123+
By following this workflow, you can systematically improve your content across multiple dimensions, resulting in better engagement, higher authority, and improved search visibility.
124+
125+
:::tip
126+
For content that targets multiple keywords or topics, consider running separate evaluations for each major keyword to ensure comprehensive optimization.
127+
:::
128+
129+
## Frequently Asked Questions
130+
131+
### How was this tool developed?
132+
133+
We've worked closely with professional content teams to align the Content Quality Evaluator with existing editorial practices. This collaboration helped us:
134+
135+
- Assess the quality standards of successful content
136+
- Understand what experienced editors consider valuable
137+
- Measure the SEO value of different content approaches
138+
- Compare professionally-edited content with AI-generated content created with tools like ChatGPT
139+
140+
This real-world validation ensures the tool provides evaluations that align with both editorial excellence and SEO performance requirements, bridging the gap between content quality and search optimization.
141+
142+
### How does the tool measure content accuracy?
143+
144+
The Content Quality Evaluator assesses accuracy through a sophisticated dual approach:
145+
- **Factual Verification**: Analyzes internal coherence of claims and statements within the content
146+
- **Logical Consistency Assessment**: Uses LLM-guided evaluation to check for logical consistency throughout the text
147+
- **Cross-Reference Capability**: For specific domains, can reference known facts against reliable sources
148+
149+
The accuracy score represents how well the content presents factually correct and logically consistent information that readers can trust.
150+
151+
### How is content depth measured?
152+
153+
Content depth is evaluated through multiple signals that collectively determine how thoroughly a topic is covered:
154+
155+
- **Topic Coverage Breadth**: How comprehensively the content addresses various aspects of the main topic
156+
- **Supporting Detail Density**: The richness of examples, statistics, and evidence provided
157+
- **Analysis Complexity**: Whether the content goes beyond surface-level explanations to provide deeper insights
158+
- **Citation Quality/Diversity**: The strength and variety of supporting references and sources
159+
- **Semantic Richness Metrics**: The sophistication of vocabulary and concept relationships within the text
160+
161+
Higher depth scores indicate content that provides comprehensive, nuanced coverage rather than superficial treatment of topics.
162+
163+
### Can I use this tool for different content types?
164+
165+
Yes, the Content Quality Evaluator works effectively across various content types including:
166+
- Blog posts and articles
167+
- Product descriptions
168+
- Landing pages
169+
- Educational content
170+
- Technical documentation
171+
172+
The evaluation adapts to the specific purpose and audience of your content type, providing relevant insights for each format.
173+
174+
### How often should I re-evaluate my content?
175+
176+
For high-value pages, we recommend re-evaluation:
177+
- After significant content updates
178+
- Quarterly for cornerstone content
179+
- When search rankings fluctuate
180+
- When industry information changes
181+
- As part of regular content audits
182+
183+
Ongoing evaluation helps ensure your content remains relevant, accurate, and optimized for current search intent.

0 commit comments

Comments
 (0)