review-trueprofit-live-blog-urlslisted
Install: claude install-skill khanhvo2172-dotcom/seo-skills
# Review TrueProfit Live Blog URLs
Review the published article itself. Do not compare it with a Google Doc unless the user
explicitly requests a comparison.
## Scope
- Start at the article H1.
- End immediately before the author bio identified by `div.wrap-bio`.
- Include the FAQ component even when it is streamed into a placeholder immediately before
the author bio.
- Exclude navigation, byline/profile chrome, newsletter forms, sidebar elements, author bio,
Related Blogs, footer, and other site chrome.
- Review only the live URL or URLs provided by the user.
## Required extraction method
TrueProfit pages use streamed React components. Markdown extraction commonly omits Quick
Recap, Further Reading, FAQs, notes, examples, and highlighted boxes. Raw HTML may place the
resolved component payload after the article even though a `template` placeholder locates it
inside the article.
1. Fetch the page as readable markdown to inspect the main article.
2. Fetch and inspect the raw HTML before concluding that any custom component is absent.
3. Reconstruct streamed placeholders before applying the article boundary:
- A placeholder such as `template id="B:0"` marks the component's true location.
- Its resolved payload is normally under a later element such as `div id="S:0"`.
- Treat the contents of `S:0` as if they appear at `B:0`; repeat for every matching number.
4. Only after reconstruction, evaluate the content from H1 through the pre-author-bio boundary.
Prefer