Documentation

Learn how to use Fast SEO Fix to automate your content strategy

๐Ÿ™ GitHub Integration

Connect Fast SEO Fix to your GitHub repository to automatically create pull requests with new blog posts as markdown files.

Perfect For

  • Static site generators (Hugo, Jekyll, Eleventy)
  • Next.js with markdown content
  • Gatsby blogs
  • Astro sites
  • Any git-based workflow

Setup Steps

1. Create Personal Access Token

  1. Go to GitHub.com โ†’ Settings โ†’ Developer settings
  2. Click "Personal access tokens" โ†’ "Tokens (classic)"
  3. Click "Generate new token (classic)"
  4. Name it "Fast SEO Fix Publishing" and set expiration (recommend 90 days)
  5. Select scopes:
    • repo - Full control of private repositories
    • workflow - Update GitHub Actions workflows (optional)
  6. Click "Generate token" and copy it immediately

Save Your Token

GitHub only shows the token once. Save it securely - you'll need it for Fast SEO Fix.

2. Connect in Fast SEO Fix

  1. Go to Dashboard โ†’ Publishing Connections
  2. Click "Add Connection"
  3. Select "GitHub Pages"
  4. Enter your details:
FieldDescriptionExample
Access TokenPersonal access token from step 1ghp_xxxxxxxxxxxxx
OwnerGitHub username or organizationyourusername
RepositoryRepository namemy-blog
BranchBase branch for PRsmain
Content PathWhere to create markdown filescontent/blog

Publishing Workflow

1. Publish from Fast SEO Fix

Click "Publish" on any blog post and select your GitHub connection

2. PR Created

Fast SEO Fix creates a new branch and adds your markdown file, then opens a pull request

3. Review Content

Review the PR on GitHub. Edit the markdown if needed directly in GitHub

4. Merge PR

Merge the pull request. Your site rebuilds automatically (Vercel, Netlify, etc.)

Example Markdown Output

---
title: "SEO Best Practices 2025"
date: 2025-01-15T10:00:00Z
slug: seo-best-practices-2025
description: "Learn the latest SEO strategies..."
metaTitle: "SEO Best Practices 2025 | Complete Guide"
categories: ["SEO", "Marketing"]
tags: ["seo", "content", "ranking"]
---

# SEO Best Practices 2025

Your full blog post content here in clean markdown format...

Advantages

  • Version Control: All content changes tracked in git
  • Review Process: Team can review before publishing
  • No Direct Access: Fast SEO Fix never commits directly
  • Edit Freedom: Modify content in GitHub before merge
  • Rollback: Easy to revert changes via git