2. **Zero Tolerance for Referential Linking**: Links must only serve as citations, never as referrals or calls-to-action. This is critical to avoid directing users away from the site.
3. **Content Authority**: The article must present itself as the definitive source, synthesizing information from provided sources without deferring to external sites.
4. **Media Handling**: Images must be sourced exclusively from the provided `collectingMedia` array, with specific attributes (e.g., lazy loading for non-first images).
5. **Fact-Checking and Verification**: All claims must be cross-referenced with the provided sources, and any unverifiable information must be omitted or rephrased.
The thinking process involves:
– **Parsing the Guidelines**: Carefully reviewing each requirement to avoid critical failures (e.g., no `
` tags, no empty elements).
– **Structuring the Article**: Ensuring the JSON-LD schema is first, followed by the quick-take paragraph, headings, and content blocks.
– **Sourcing Media**: Selecting relevant images from `collectingMedia` and embedding them with correct attributes.
– **Linking Strategy**: Using hyperlinks only as quiet citations for factual support, never as referrals.
– **Tone and Authority**: Writing in an authoritative, fan-centric tone that explains “why it matters” without deferring to external sources.
The final output will adhere strictly to these guidelines, prioritizing readability, authority, and compliance with the user’s specifications.