Hey Folks, we are running our custom developed website on https://recotap.com; We have just about started using Ghost for our blogs - it currently runs on /blog subfolder. The website and ghost runs on different servers.
We want to organise and unify both the apps (ghost and custom website) for SEO purposes. And here are few things we want to achieve
The website will have upto 8 static pages that will act as a topic master.
All the blog content will fall under one of the 8 topics - the goal is create a topic cluster.
Apologies for this thread not being replied to. Have you considered using Ghost for the entire site? Or does the functionality not suit the other pages on the site? If you can use Ghost for the whole site I would check out Collections which can be achieved by editing the routes.yaml file:
However, if your site is built in a particularly custom manner you could use the Ghost Content API to pull in all the content and feed it directly into your site. This somewhat adds more complexity, but with that comes more control: https://ghost.org/docs/api/v3/javascript/content/
Let us know your thoughts on what would and wouldn’t work for you. I checked the URL you posted but it’s coming up with an error now. Keen to help you out with this one
Hey David, thanks for your suggestions. Apologies for the delayed response. Our developers were finally able to fix and achieve the desired functionality as outlined in my original post just by fiddling with the yaml file and web-server setting.