138. Improving SEO

Tuesday, June 7th, 2022

I want to improve my SEO on PromptBase.

The goal is, if somebody types "GPT-3 prompt for x" into google they should see a PromptBase link.

The website is built using Angular, with client-side rendering; probably the worst way to build an SEO-optimised site.

To make it so web crawlers can see my meta tags and page content, I need to make the website instead be server-side rendered.

Fortunately, there's something called "Angular Universal" that can do this, which doesn't look too hard to implement.

I'll report back on how it goes.

<< Next
Prev >>