From signup to publish,
six steps
What actually happens at each step — with the real output the pipeline produces.
Register your homepage
Enter the brand name and homepage URL. WordPress credentials only matter at the first publish — you can add them later.
- ·e.g. "E:LAB Oriental Clinic" · https://elab-clinic.kr
- ·URLs without https:// are normalized automatically
Crawl the site
Starting from the homepage, we follow up to 15 same-domain pages — service pages, about, blog, FAQ, the lot.
- ·Stays inside the same domain; never follows external links (social, ads)
- ·Skips images / JS / CSS and reads text only, so site load is negligible
- ·Skips pages with effectively no content (404s, empty categories)
Extract brand profile
Gemini reads the crawled text and produces a structured JSON profile that every subsequent post will reference.
- ·Brand name · industry · location
- ·Core services list (every post can only cover services in this list)
- ·Target audience · tone · CTA · primary keywords
- ·Industry-specific compliance cautions (KR Medical Service Act, Bar Act, financial-ad rules)
{
"brand_name": E:LAB Oriental Clinic,
"industry": Oriental medicine clinic,
"location": Seongsu-dong, Seoul,
"services": [spine alignment, weight-loss herbal, postpartum tonic],
"tone": Calm formal-Korean,
"cautions": [Medical Service Act: no outcome claims, no patient testimonials]
}10 topic suggestions
Topics are generated against the profile with a mix of search intents. Posts can never invent services that aren't in your profile.
- ·Informational / comparative / decision intents mixed in the same batch
- ·Don't like the picks? Regenerate the whole batch in one click.
- 015 things to know before weight-loss herbal in Seongsu
- 02When is postpartum tonic actually necessary?
- 03Spine & pelvis alignment guide for desk-bound workers
- 04Herbal vs diet supplements — what's the difference?
Write the post
1,500–2,500-character body (≈800–1,300 English words), always the same structure: hook → reader pain → service explainer → selection criteria → cautions → brand bridge → CTA.
- ·H2 / H3 subheads, bullet points, and meta descriptions auto-applied
- ·Violation phrases ("best", "100%", "cure") are stripped at the system level for regulated industries
Review and publish to WordPress
Edit in the dashboard. Push to WordPress as a draft, publish immediately, or schedule (e.g. "every Tuesday at 10am").
- ·Default is draft — we recommend reviewing before publishing while you get familiar
- ·Once you trust the output, switch on weekly auto-publish (Pro plan)