This page is the canonical source of truth for every article published on RTI Wiki.
Both Claude and ChatGPT Codex must read it before writing any new content. Update here, not in chat.
When you generate an article for RTI Wiki, you are not writing “an article about X” — you are building the destination citizen-first answer in India for that query. If a smarter article exists elsewhere on the open web, we have failed.
| Bucket | Trigger | Strategy |
|---|---|---|
| High opportunity | high impressions + low CTR + position 5-20 | better title + meta + intro hook |
| Quick win | position 8-15 + already getting clicks | add depth — schema, FAQ, internal links |
| Content gap | relevant query but no dedicated page | brand-new ultimate-guide article |
| Topical authority | pillar / cluster expansion | cross-link siblings, become the hub |
State which bucket and why in one sentence.
Every article must follow this skeleton:
` block with §6(1), §10, §6(3), §7(1), §19(1) citations
- **FAQ** — 6 to 10 questions, each as `==== Q ====` H4
- **Sources** — bullet list of authoritative URLs
- **Related on RTI Wiki** — 5-8 internal cross-links
===== Step 3 — Title + meta: 3 variants, pick strongest =====
Generate three. Each must satisfy the **HARD social-readiness rules**:
* Title ≤ 70 chars
* Meta description ≤ 165 chars
* First paragraph ≥ 100 chars and standalone (works as a tweet)
Variant brief:
- **Curiosity** — opens a loop ("Why does X take 14 months — and how to unstick in 31 days")
- **Urgency** — frames cost of inaction ("Stuck in mutation? File this RTI before day 90")
- **Clarity** — most scannable ("Sample RTI for land mutation delays — citizen guide 2026")
Pick the strongest, ship it. List the others below the article for git history.
===== Step 4 — Internal linking =====
Every article links to **at least 3** of these primary anchors:
* [[https://righttoinformation.wiki/tools/ai-rti-draft-app.html|AI RTI Drafter]]
* [[https://righttoinformation.wiki/tools/first-appeal-app.html|First Appeal Builder]]
* [[https://righttoinformation.wiki/tools/awaaz-rti.html|AwaazRTI (voice)]]
* [[https://righttoinformation.wiki/tools/pio-reply-checker-app.html|PIO Reply Checker]]
* [[https://righttoinformation.wiki/tools/timeline-calculator-app.html|Timeline Tracker]]
* [[:act|RTI Act, 2005]]
* [[:cases|Case-law database]]
* [[:rules|State RTI rules]]
* [[:rti-fees-by-state|State-wise RTI fees]]
* [[:guide:applicant:application:sample:start|Sample RTI letters index]]
**NEVER** use ''[[:tools:slug|...]]'' — those are static HTML, DokuWiki marks them broken. Always full https URL for /tools/ and /intelligence/ files.
===== Step 5 — Trust signals (3 minimum per article) =====
* **Statute** — Act + section + year (e.g., "RTI Act 2005, §6(1)")
* **Government body** — official ministry / commission / portal with a hyperlink
* **Case law** — Supreme Court / High Court / CIC ruling with citation `(YYYY) X SCC Y`
Cite in-line, not as footnotes. Citations make the article quotable.
===== Step 6 — Schema markup (JSON-LD) =====
Every article embeds:
<code>
<html>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{"@type": "Article", "headline": "…", "datePublished": "…", "dateModified": "…", …},
{"@type": "FAQPage", "mainEntity": [{"@type": "Question", …}, …]},
{"@type": "HowTo", "name": "…", "step": [{"@type": "HowToStep", …}, …]}
]
}
</script>
</html>
ONLY <script type=“application/ld+json”> is allowed inside <html> blocks. DokuWiki escapes inline <style>, <svg>, and multi-element <div> blocks as raw text.
Plan ONE infographic + ONE feature image per article:
<WRAP center round info 100%> + 4-column metric table + emoji-numbered process flow (① → ② → ③ → ④ → ⑤). Apple-liquid-glass green palette./home/bighelpers/wiki/data/media/social/auto/{slug}.png at 1200×630. ONLY embed if it actually exists; broken auto references render as red wikilink2 links.Generate three variants:
The Buffer automation picks these up via the OG meta tags + AI rewriting.
Every article opens with ONE of:
Avoid generic openers like “In India, the RTI Act allows…”.
<WRAP> → fails social auditslug wikilinks → broken (use full https URL)<HTML> blocks with <style> or multi-element <svg> → DokuWiki escapes them as <pre> textwikilink2 linkReturn a single block in this exact order:
Do not produce explainers about what you are doing — just deliver the artefact.
/home/bighelpers/wiki/data/pages/about/article-writing-prompt.txtreference_article_writing_prompt.mdWhen this page changes, both AI assistants pick up the new rules on next run because they fetch the URL fresh.
Last revised: 4 May 2026. Supersedes the v1 prompt and the earlier 10-step SEO engine.