Optimize 92 Tasks Java pages - #47
Conversation
…st/_index.md - - Updated title and meta description to include the primary keyword “how to manage budget”. - Added a date field (2026-02-28) for freshness. - Rewrote the introduction to feature the primary keyword within the first 100 words. - Inserted a “Quick Answers” section for AI-friendly summarization. - Added question‑based headings, a “Common Issues & Pro Tips” section, and expanded explanations for better human engagement. - Integrated the secondary keyword “calculate task cost” naturally in headings and body text. - Created a comprehensive FAQ block while preserving all original links. - Added trust signals (last updated, tested version, author) at the end of the tutorial.
…rent-units/_index.md - - Updated title and H1 to include primary keyword “how to get duration”. - Added meta description with the primary keyword. - Inserted a “Quick Answers” section for AI-friendly summarization. - Rewrote introduction and added explanatory paragraphs for human engagement. - Converted step headings into question‑based H2/H3 titles and added context. - Added a “Common Issues and Solutions” table for troubleshooting. - Included trust‑signal block with last updated date, tested version, and author. - Preserved all original links, code blocks, and shortcodes exactly as required.
…a/_index.md - - Integrated primary keyword “how to use aspose” into title, H1, introduction, and a dedicated H2. - Added a concise meta description featuring the primary keyword. - Inserted a “Quick Answers” section for AI-friendly summarization. - Expanded the tutorial with contextual explanations, “Why Use” and “Common Issues” sections, and richer narrative. - Added trust signals (last updated, tested version, author) at the end. - Updated front‑matter with today’s date while preserving all original links, code blocks, and shortcodes.
…/_index.md - - Revised title and meta description to embed primary and secondary keywords. - Added a compelling introduction with the primary keyword in the first 100 words. - Inserted a “Quick Answers” section for AI-friendly summarization. - Added question‑based headings (“How to add task to project”, “How to create task calendar java”). - Expanded explanations, tips, and common‑issue troubleshooting. - Included additional FAQ entries and trust‑signal block at the end.
adil-aspose
left a comment
There was a problem hiding this comment.
⚠️ PR Arbiter Review — Score: 58/100
This PR needs some improvements before it can be merged. Please address the issues listed below and push an update.
| Threshold | Score |
|---|---|
| Auto-approve (≥ 80) | ❌ Not met |
| Request changes (≥ 50) | ✅ Met |
⚠️ Required check failed in one or more files — static score capped at 49 regardless of other passing files. Resolve all ❌ required checks below to lift the cap.
Score Breakdown
| Component | Points |
|---|---|
| Static checklist (max 170) | 49 |
| AI evaluation (max 20) | 9 |
| Total | 58/100 |
Checklist Results
| # | Check | Type | Result |
|---|---|---|---|
| 1 | Every Markdown file has a YAML frontmatter block (--- ... ---) | Required | ✅ |
| 2 | Frontmatter contains a non-empty 'title' field | Required | ✅ |
| 3 | Frontmatter contains a non-empty 'description' field (≥ 50 chars) | Required | ✅ |
| 4 | Content contains no placeholder text (TODO, FIXME, [PLACEHOLDER], Lorem ipsum) | Required | ✅ |
| 5 | Body content after frontmatter is not empty (≥ 100 chars) | Required | ✅ |
| 6 | All Hugo shortcode tags opened after frontmatter are closed before end of file (no content leaks outside main-wrap-class) | Required | ❌ |
| 7 | No LLM reasoning or draft text appears before the first Hugo shortcode tag | Required | ✅ |
| 8 | Headings (##, ###) are translated into the file's target language, not left in English | Required | ✅ |
| 9 | Frontmatter values containing colons are quoted to prevent Hugo build failures | Required | ✅ |
| 10 | No markdown links with missing protocol scheme (e.g. ://example.com) that cause Hugo build failures | Required | ✅ |
| 11 | The relref shortcode is self-closing and must not be used with inner text or a closing tag (causes Hugo build failures) | Required | ✅ |
| 12 | Frontmatter contains a 'url' or 'linktitle' field | Recommended | ✅ |
| 13 | English content body has ≥ 200 words | Recommended | ✅ |
| 14 | Content has at least one H2 heading (##) below any H1 | Recommended | ✅ |
| 15 | Title contains product-relevant keywords (API name, format, or action verb) | Recommended | |
| 16 | Description contains product-relevant keywords | Recommended | ✅ |
| 17 | Tutorial content includes at least one fenced code block | Recommended | ✅ |
| 18 | Internal links use Hugo shortcode format ({{< relref >}}) or relative paths | Recommended | ✅ |
| 19 | Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide | Recommended | |
| 20 | Links use descriptive text, not vague phrases like 'click here' or 'here' | Recommended |
AI Content Evaluation
Summary: Averaged over 4 English Markdown file(s).
| Criterion | Score |
|---|---|
| Technical accuracy (max 25) | 12 |
| Clarity & readability (max 20) | 9 |
| SEO quality (max 20) | 12 |
| Actionability (max 20) | 7 |
| Content uniqueness (max 15) | 6 |
Issues:
- Links use descriptive text, not vague phrases like 'click here' or 'here'
- Headings and language do not fully follow the Google Developer Documentation style (e.g., title case, hedging language).
- Code snippets are truncated and missing critical steps, preventing a working example.
- The tutorial is truncated; code snippets are incomplete and missing steps for all units.
- Title contains product-relevant keywords (API name, format, or action verb)
- Insufficient detail on handling calendars, working time, and error handling, limiting actionability.
- All Hugo shortcode tags opened after frontmatter are closed before end of file (no content leaks outside main-wrap-class)
- Incorrect and non‑existent Aspose.Tasks class imports (e.g., Asn, Rsc).
- The article is truncated; it does not show the complete process for calculating task cost, updating values, or saving the project.
- Headings are not consistently sentence‑case and some sections miss explanatory details (e.g., license activation, error handling).
- Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide
- Headings are not sentence‑case and some style guide rules are ignored.
Files Reviewed
Required — must fix to unblock approval
tasks/english/java/task-properties/tasks-and-calendars/_index.md
- ❌ All Hugo shortcode tags opened after frontmatter are closed before end of file (no content leaks outside main-wrap-class)
Recommended — improve score
tasks/english/java/task-properties/task-budget-work-cost/_index.md
⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide⚠️ Links use descriptive text, not vague phrases like 'click here' or 'here'⚠️ The article is truncated; it does not show the complete process for calculating task cost, updating values, or saving the project.⚠️ Headings are not consistently sentence‑case and some sections miss explanatory details (e.g., license activation, error handling).
tasks/english/java/task-properties/task-duration-different-units/_index.md⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide⚠️ Links use descriptive text, not vague phrases like 'click here' or 'here'⚠️ The tutorial is truncated; code snippets are incomplete and missing steps for all units.⚠️ Headings and language do not fully follow the Google Developer Documentation style (e.g., title case, hedging language).⚠️ Insufficient detail on handling calendars, working time, and error handling, limiting actionability.
tasks/english/java/task-properties/task-timephased-data/_index.md⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide⚠️ Links use descriptive text, not vague phrases like 'click here' or 'here'⚠️ Incorrect and non‑existent Aspose.Tasks class imports (e.g., Asn, Rsc).⚠️ Code snippets are truncated and missing critical steps, preventing a working example.⚠️ Headings are not sentence‑case and some style guide rules are ignored.
tasks/english/java/task-properties/tasks-and-calendars/_index.md⚠️ Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide⚠️ Links use descriptive text, not vague phrases like 'click here' or 'here'
This review was generated automatically by the Tutorials PR Arbiter. Static checks evaluate frontmatter, structure, and content completeness. The AI evaluation assesses overall quality and SEO effectiveness.
…are closed before end of file (no content leaks outside main-wrap-class), Title contains product-relevant keywords (API name, format, or action verb) (+2 more)
|
🔧 Automated fix applied — 4 file(s) updated The following arbiter checks were targeted:
An immediate Arbiter re-review has been triggered. |
adil-aspose
left a comment
There was a problem hiding this comment.
✅ PR Arbiter Review — Score: 100/100
This PR meets quality standards and is approved for merge.
| Threshold | Score |
|---|---|
| Auto-approve (≥ 80) | ✅ Met |
| Request changes (≥ 50) | ✅ Met |
Score Breakdown
| Component | Points |
|---|---|
| Static checklist (max 170) | 166 |
| AI evaluation (max 20) | 13 |
| Total | 100/100 (capped from 179) |
Checklist Results
| # | Check | Type | Result |
|---|---|---|---|
| 1 | Every Markdown file has a YAML frontmatter block (--- ... ---) | Required | ✅ |
| 2 | Frontmatter contains a non-empty 'title' field | Required | ✅ |
| 3 | Frontmatter contains a non-empty 'description' field (≥ 50 chars) | Required | ✅ |
| 4 | Content contains no placeholder text (TODO, FIXME, [PLACEHOLDER], Lorem ipsum) | Required | ✅ |
| 5 | Body content after frontmatter is not empty (≥ 100 chars) | Required | ✅ |
| 6 | All Hugo shortcode tags opened after frontmatter are closed before end of file (no content leaks outside main-wrap-class) | Required | ✅ |
| 7 | No LLM reasoning or draft text appears before the first Hugo shortcode tag | Required | ✅ |
| 8 | Headings (##, ###) are translated into the file's target language, not left in English | Required | ✅ |
| 9 | Frontmatter values containing colons are quoted to prevent Hugo build failures | Required | ✅ |
| 10 | No markdown links with missing protocol scheme (e.g. ://example.com) that cause Hugo build failures | Required | ✅ |
| 11 | The relref shortcode is self-closing and must not be used with inner text or a closing tag (causes Hugo build failures) | Required | ✅ |
| 12 | Frontmatter contains a 'url' or 'linktitle' field | Recommended | ✅ |
| 13 | English content body has ≥ 200 words | Recommended | ✅ |
| 14 | Content has at least one H2 heading (##) below any H1 | Recommended | ✅ |
| 15 | Title contains product-relevant keywords (API name, format, or action verb) | Recommended | |
| 16 | Description contains product-relevant keywords | Recommended | ✅ |
| 17 | Tutorial content includes at least one fenced code block | Recommended | ✅ |
| 18 | Internal links use Hugo shortcode format ({{< relref >}}) or relative paths | Recommended | ✅ |
| 19 | Headings (##, ###) use sentence case, not Title Case, per Google Developer Documentation Style Guide | Recommended | ✅ |
| 20 | Links use descriptive text, not vague phrases like 'click here' or 'here' | Recommended | ✅ |
AI Content Evaluation
Summary: Averaged over 4 English Markdown file(s).
| Criterion | Score |
|---|---|
| Technical accuracy (max 25) | 17 |
| Clarity & readability (max 20) | 14 |
| SEO quality (max 20) | 16 |
| Actionability (max 20) | 11 |
| Content uniqueness (max 15) | 8 |
Issues:
- Some imported classes (e.g.,
Asn,Rsc,Tsk) are either incorrect or unnecessary, which could confuse developers. - The article is truncated; key steps (e.g., creating assignments, retrieving timephased data, saving the project) are missing, making it hard to follow.
- Headings are not consistently sentence‑case and some link texts are generic.
- Limited depth; the content largely repeats API documentation without added insight.
- The tutorial is truncated; key code for retrieving resource budgets and calculating task cost is missing.
- Missing steps such as setting task duration/start dates and saving the project file, which limits practical usefulness.
- Headings and phrasing sometimes deviate from the Google Developer Documentation style (e.g., marketing language, inconsistent sentence‑case).
- The code example stops abruptly; the conversion calls for minutes, hours, days, weeks, and months are missing, making the tutorial non‑functional.
- Title contains product-relevant keywords (API name, format, or action verb)
- Headings are not in sentence case and some wording hedges (e.g., "might be useful"), which deviates from the Google Developer Documentation style guide.
Files Reviewed
Recommended — improve score
tasks/english/java/task-properties/task-budget-work-cost/_index.md
⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ The tutorial is truncated; key code for retrieving resource budgets and calculating task cost is missing.⚠️ Headings are not consistently sentence‑case and some link texts are generic.⚠️ Limited depth; the content largely repeats API documentation without added insight.
tasks/english/java/task-properties/task-duration-different-units/_index.md⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ The code example stops abruptly; the conversion calls for minutes, hours, days, weeks, and months are missing, making the tutorial non‑functional.⚠️ Headings are not in sentence case and some wording hedges (e.g., "might be useful"), which deviates from the Google Developer Documentation style guide.
tasks/english/java/task-properties/task-timephased-data/_index.md⚠️ Title contains product-relevant keywords (API name, format, or action verb)⚠️ The article is truncated; key steps (e.g., creating assignments, retrieving timephased data, saving the project) are missing, making it hard to follow.⚠️ Some imported classes (e.g.,Asn,Rsc,Tsk) are either incorrect or unnecessary, which could confuse developers.
tasks/english/java/task-properties/tasks-and-calendars/_index.md⚠️ Missing steps such as setting task duration/start dates and saving the project file, which limits practical usefulness.⚠️ Headings and phrasing sometimes deviate from the Google Developer Documentation style (e.g., marketing language, inconsistent sentence‑case).
This review was generated automatically by the Tutorials PR Arbiter. Static checks evaluate frontmatter, structure, and content completeness. The AI evaluation assesses overall quality and SEO effectiveness.
Page Optimization
This PR contains optimized and refreshed content for 92 files across 4 page(s) and 23 language(s).
Summary
Optimizations Applied
📝 Files to Review
Please review the English files (translations are auto-generated):
English: _index.md
English: _index.md
English: _index.md
English: _index.md
Commit Details
1bbd01ba21Review Checklist
🤖 Autonomous Optimization
This pull request was automatically generated by the Hugo Website Content Optimizer.
All content has been optimized using AI-powered analysis including:
Optimization run: 1bbd01b