Upload Blog Posts

Paste JSON Data

Schedule Publishing

Leave empty to publish immediately

How it works: Select a date/time above to schedule ALL posts in your JSON. Or add individual schedules in JSON with "scheduledPublishAt"

Paste an array of blog post objects. See example format on the right →

Example Format

[
  {
    "category": "F&I Career",
    "youtubeTitle": "How to Close More F&I Deals in 2026",
    "youtubeVideoId": "dQw4w9WgXcQ",
    "youtubeDuration": "8:45",
    "answerFirstParagraph": "Closing more F&I deals requires mastering objection handling, building rapport quickly, and presenting products that genuinely solve customer problems. In this guide, we'll break down the exact framework used by top F&I managers to consistently hit 85%+ penetration rates.",
    "content": "## The Foundation: Trust Before Products\n\nBefore you can close any deal, you need trust. Here's how...\n\n## Step 1: Active Listening\n\nMost F&I managers talk too much. Instead, ask questions and listen...\n\n## Step 2: Present Solutions, Not Products\n\nCustomers don't want GAP insurance. They want peace of mind...",
    "author": "Adrian Elliott",
    "authorTitle": "CEO & Founder, ASURA Group",
    "metaDescription": "Learn the exact framework top F&I managers use to close more deals and hit 85%+ penetration rates. Proven strategies from ASURA Group's elite coaching program.",
    "keywords": "F&I closing techniques, F&I sales training, automotive finance, dealership F&I, objection handling",
    "keyTakeaways": [
      "Build trust before presenting products",
      "Use active listening to uncover customer needs",
      "Present solutions that solve real problems",
      "Master objection handling with the ASURA framework"
    ],
    "faqs": [
      {
        "question": "What is the average F&I penetration rate?",
        "answer": "The industry average F&I penetration rate is around 55-65%. Top performers consistently achieve 80-90% through proper training and execution."
      },
      {
        "question": "How long does it take to improve F&I closing rates?",
        "answer": "With focused training and daily practice, most F&I managers see measurable improvement within 30-60 days."
      }
    ],
    "scheduledPublishAt": "2026-03-01T09:00:00"
  }
]

Required Fields

  • category: "F&I Career" or "F&I Leadership"
  • youtubeTitle: Exact YouTube video title (this IS the blog title)
  • youtubeVideoId: YouTube video ID
  • answerFirstParagraph: Direct answer (AEO optimization)
  • content: Main blog content (Markdown supported)
  • author: "Adrian Elliott", "Ryan Lavalley", or "Jeremy Anspach"
  • metaDescription: SEO description (150-160 chars)
  • keywords: Comma-separated keywords

Optional Fields

  • youtubeDuration: Video length (e.g., "8:45")
  • authorTitle: Author's title/position
  • keyTakeaways: Array of key points
  • faqs: Array of Q&A objects (voice search optimization)
  • scheduledPublishAt: ISO date string for scheduled publishing

💡 Tip: Use the datetime picker above to schedule all posts at once, or add individual schedules in your JSON!