I’m trying to integrate an SEO-optimised blog with my Replit app.
Agent isn’t a great solution for this (from what I can see) and without a CMS to upload/edit posts, it’s tricky to add content without hard coding pages.
Is the best practice to just use Wordpress and launch it as a subdomain like blog.{myapp}.com? Or are there better solutions?
I want to keep traffic on my domain, rather than send users off to a Substack or something.