etc. Use no double quotes inside text. We'll avoid double quotes altogether. That will make JSON easier. - Ensure no markdown or code fences. - Provide summary 150-160 chars: e.g., "Discover the top Marathi books for expanding knowledge across history, literature, science, and self‑growth. Dive into classics, modern bestsellers, and essential reads." Count characters. Let's count: "Discover the top Marathi books for expanding knowledge across history, literature, science, and self‑growth. Dive into classics, modern bestsellers, and essential reads." Count: Discover(8)+space(1)=9 the(3)=12 space=13 top(3)=16 space=17 Marathi(7)=24 space=25 books(5)=30 space=31 for(3)=34 space=35 expanding(9)=44 space=45 knowledge(9)=54 space=55 across(6)=61 space=62 history,(7)=69 space=70 literature,(10)=80 space=81 science,(8)=89 space=90 and(3)=93 space=94 self‑growth.(11)=105 space=106 Dive(4)=110 space=111 into(4)=115 space=116 classics,(8)=124 space=125 modern(6)=131 space=132 bestsellers,(11)=143 space=144 and(3)=147 space=148 essential(9)=157 space=158 reads.(5)=163 163 > 160. Need 150-160 chars. Let's shorten. Remove some words. "Top Marathi books for expanding knowledge in history, literature, science, and self‑growth. Explore classics, modern bestsellers, and essential reads." Count: Top(3)=3 space=4 Marathi(7)=11 space=12 books(5)=17 space=18 for(3)=21 space=22 expanding(9)=31 space=32 knowledge(9)=41 space=42 in(2)=44 space=45 history,(7)=52 space=53 literature,(10)=63 space=64 science,(8)=72 space=73 and(3)=76 space=77 self‑growth.(11)=88 space=89 Explore(7)=96 space=97 classics,(8)=105 space=106 modern(6)=112 space=113 bestsellers,(11)=124 space=125 and(3)=128 space=129 essential(9)=138 space=139 reads.(5)=144 144 chars. Good. Now article sections: 6 H2 sections: 1. Historical & Cultural Insight 2. Marathi Literature Classics 3. Modern Marathi Fiction & Non-fiction 4. Science & Tech in Marathi 5. Personal Development & Philosophy 6. Business & Economics in Marathi Each section 2 paragraphs (100-150 words each). So each section ~220-300 words. 6 sections ~1320-1800 words, fine. We need UL lists 5-10 items. We'll include lists of books per section. Also include book recommendations, authors, key takeaways. Need at least 1500 words. We'll aim ~1700. Let's craft each paragraph ~120 words. We also have to include strong tags for key terms. We need to end with 3-5 FAQ questions as H3. Let's craft. We'll need to ensure no double quotes used. We'll use single quotes for attributes. Let's draft. We'll produce article_html string with line breaks? JSON string can have line breaks? It's okay but might be long with newlines. We'll include \n for readability but inside JSON string need to escape them? Actually JSON allows literal newline if preceded by \n? It's allowed but requires escaping? In JSON, a string may contain newline characters, but they must be escaped as \n. So we can include newline characters as \n. For readability, we could produce a single line string but that's messy. Maybe we produce a single line string with no newlines? It's okay. But we need to escape quotes anyway. Let's produce a single line string to reduce risk. We'll write article_html as single line string with no double quotes, using single quotes for attributes. We'll separate tags properly. We need to escape backslashes? Not needed. Ok. Let's craft paragraphs. Paragraph 1 for section 1: 120 words. Let's write. Paragraph 1
We need to produce a JSON with summary meta description, category "howto", article_html containing full article in HTML. Must follow rules:
- Exactly ONE H1 at start with primary keyword. Primary keyword likely "best books to read for knowledge in marathi" or something. We'll use H1: "Best Books to Read for Knowledge in Marathi".
- H2 for 5-7 main sections. Let's make 6 H2 sections.
- Each section: 2-3 P tags, each 100-150 words. That means 200-450 words per section. 6 sections -> 1200-2700 words. Must be at least 1500 words. We'll target around 1700 words.
- Each P tag 100-150 words. We'll write exactly 2 paragraphs per section for simplicity. Each paragraph 110-130 words.
- Provide UL/OL lists 5-10 items.
- Use STRONG for key terms.
- End with 3-5 FAQ questions as H3.
- Must include specific book recommendations, authors, key takeaways.
- The article must use HTML tags: h1, h2, h3, p, ul, li, strong, etc. Ensure proper closing tags.
- Must output JSON with keys: summary, category, article_html. Summary 150-160 chars.
- Category: "howto".
- article_html: full article in HTML as string. Must escape quotes? We'll output JSON string, so need to escape double quotes inside article_html string. We'll need to use single quotes? Actually JSON strings use double quotes for keys and values. Inside string, we must escape double quotes. So we need to escape any double quotes inside the HTML. Easiest: Use single quotes inside article_html? But HTML uses double quotes for attributes. So we must escape them: \" etc. Also ensure no stray unescaped quotes. We'll produce JSON with double quotes around all keys and values. For article_html, we need to escape double quotes. Use "? But that would not escape char for JSON. We need to escape as \". We'll write article_html string with double quotes escaped. This will be long. Possibly easier to use single quotes in HTML? We can use single quotes for attributes: e.g., . That way we don't need to escape double quotes. But we might still have double quotes inside text? Not likely. So we can use single quotes for attributes to avoid escaping. Let's do that. Use single quotes around attributes: