Ask HN: What are good options for doing on page SEO fixes for developers?

2 points by yardstick17 4 months ago

I have tried SEOjuice and Rankai - I think they do a really good job but if I don't want to pay per month. If I have to do this on my own as a frontend engineer - what are my options?

- Are there any tools which can apply SEO fixes either run time or just fixes in the code itself.

For context: We are using Nuxt/Vue for our webapp.

kef81 4 months ago

TLDR: you don’t need paid tools. Use Nuxt's built-in SEO features, Google Lighthouse, Nuxt SEO module, and static pre-rendering to improve SEO without a monthly cost. If you need dynamic SEO fixes at runtime, consider Cloudflare Workers or Edge Functions.

Curious though why you want to mess with the code anyway? Most onpage issues are resolved with just getting an optimized title tag, Meta & H1.

Happy to chat if it makes sense! (https://www.growthmarshal.io/)