Integrations5 min read3 sections

GitHub Markdown Publishing

Submit articles as Markdown files to a GitHub repository, suitable for static site workflows like Next.js, Astro, Hugo, and others.

1

Connection methods

We recommend installing the GitHub App on the target repository. You can also use a personal access token, but you will need to manage permissions and rotation yourself.

2

Repository configuration

After connecting, choose the repository, branch, and content directory. GoSEO will create Markdown files using each article's slug and write the frontmatter.

---
title: "AI SEO Tools Guide"
description: "A practical guide to AI SEO workflows."
date: "2026-05-19"
keywords:
  - ai seo
  - content workflow
---
3

Publishing Recommendations

For the initial connection, we recommend using a test branch. After confirming that file paths, frontmatter fields, and the build process are working correctly, switch to the main branch.