← How to publish

Webflow CMS

Webflow CMS supports HTML in two ways: Rich Text fields (limited) or Plain Text / Embed fields. For our posts the cleanest path is a dedicated Embed component inside the blog post template.

Steps

  1. In Webflow Designer, open your blog post template page.
  2. Add an Embed element where the body should render (inside the post container, between title and footer).
  3. Bind the Embed's content to a new Plain Text CMS field on the Blog Posts collection, e.g. body_html.
  4. Save and publish the template.
  5. Go to CMS → Blog Posts → New post.
  6. Paste the title and meta description from the submit page.
  7. Paste the body HTML into your body_html field.
  8. Click Create & publish.
  9. Copy the live URL and paste it into the RankGoat submit page.

Gotchas specific to Webflow CMS

The 3 rules: keep the anchor exactly as written, keep the href exactly as written, never add nofollow. See the full rules page.