๐ 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
- Go to GitHub.com โ Settings โ Developer settings
- Click "Personal access tokens" โ "Tokens (classic)"
- Click "Generate new token (classic)"
- Name it "Fast SEO Fix Publishing" and set expiration (recommend 90 days)
- Select scopes:
repo- Full control of private repositoriesworkflow- Update GitHub Actions workflows (optional)
- 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
- Go to Dashboard โ Publishing Connections
- Click "Add Connection"
- Select "GitHub Pages"
- Enter your details:
| Field | Description | Example |
|---|---|---|
| Access Token | Personal access token from step 1 | ghp_xxxxxxxxxxxxx |
| Owner | GitHub username or organization | yourusername |
| Repository | Repository name | my-blog |
| Branch | Base branch for PRs | main |
| Content Path | Where to create markdown files | content/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