Join the Webstudio community

Updated last month

Bad SEO or Good SEO with Webstudio/Airtable?

At a glance
Hey WebStudio Creators!
For those using a REST API backend (like Airtable) with WebStudio, how has it impacted your SEO? I’m curious about a few things:

  • Are search engines indexing your pages correctly, especially dynamic content?
  • Any issues with client-side rendering delaying how content appears to bots?
  • How do you handle meta tags, structured data, or sitemaps for API-driven pages?
  • Have you faced challenges with API performance or Airtable’s response times affecting load speed?
Would love to hear your experiences, solutions, or best practices! SEO is a big focus, and any insights would be super helpful. 🚀
B
D
J
12 comments
  1. Dynamic content is server side rendered, nothing is delayed
  1. Airtable is just slow. We recommend using Baserow as alternative.
Hey @Bogdan thanks for getting back. Interesting, can pages be cached with cloudflare workers to optimize speed?

Would you reccomend baserow for 250k pages (max rows)

Also isit possibe to chain (connect) mutiple bases as im aiming for 1 mill + pages...
Cloudflare does caching for small time but not heavily, we will improve this soon.

Resources cannot be chained, so you need custom backend for this, maybe via worker.
  1. We have templates for sitemaps
    and meta tags are configured in page settings
Ok so self hosting baserow is best bet @Bogdan ?
If you need. By custom backend I mean something like worker wrapper which would compose baserow calls and output data as single request
Are search engines indexing your pages correctly, especially dynamic content?

yes, it's a page like any other on your site in the eyes of viewers/search engines. Dynamic sitemaps even include all the variations of the dynamic page.

How do you handle meta tags, structured data, or sitemaps for API-driven pages?
Data bindings so you can make the title, social graph image, json ld, etc dynamic (we have videos on this)
Thanks @John Siciliano & @Bogdan
I'd love to send you a PM @John Siciliano - added you as a friend.
Baaserow limit of 10 api hits per srcond, is that impractical?
I'm on the fence about it. Most queries resolve in less than a half second. So 10 people would need to request basically at the same time. At scale, not practical, but for most use cases its fine
I dont think its per second btw, I recall it being 10 simulatenous connections
Add a reply
Sign up and join the conversation on Discord