Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/documentation/09-Deploying/data-dog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
slug: /deploying/data-dog
sidebar_label: Setting up Data Dog
---

# Setting up Data-Dog
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

19 changes: 19 additions & 0 deletions docs/documentation/09-Deploying/gettining-ready.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
slug: /deploying
sidebar_label: Getting Ready
sidebar_position: 0
---

# Getting Ready to deploy

Before deploying we recommend checking out a few things to ensure a smooth launch. Here's a quick checklist:

- Confirm SEO meta tags are working. HeadstartWP has an out-of-the-box integration with the Yoast SEO plugin.
- Confirm your sitemaps are working. If you have the Yoast SEO plugin, HeadstartWP will proxy sitemaps through WP and ensure links are replaced with the front-end links
- Check out your robots.txt, HeadstarWP will proxy it through WP as well.
- Check out ads.txt, HeadstartWP will also proxy it through WP. We recommend installing the [ads.txt](https://wordpress.org/plugins/ads-txt/) plugin.
- Consider setting up application monitoring such as [DataDog](./data-dog.md), New-Relic or Sentry.

## Hosting Options

You can deploy HeadstartWP to any hosting that supports Next.js. Check out our [Hosting Recommendations](./hosting.md) page.
13 changes: 13 additions & 0 deletions docs/documentation/09-Deploying/hosting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
slug: /deploying/hosting
sidebar_label: Hosting
sidebar_position: 1
---

# Hosting Recommendations

## Vercel

## WordPress VIP

## WP Engine Atlas