I'm a UX Designer with a strong focus on user-centered design and SEO optimization. I recently published a website using Figma Sites, but I noticed that even after several days, the site still does not appear in search engine results (Google, Bing, etc.) — it’s only accessible via the direct link.
I’m opening this thread to better understand how SEO is currently being handled in Figma Sites and to see if others are experiencing the same:
-
Are sites built with Figma Sites being properly indexed by search engines?
-
Is there any support for adding/editing meta tags (like
title
,description
,og:image
, etc.)? -
Are semantic HTML tags (like
<a>
,<main>
,<article>
) used, or are links rendered as<div>
elements with click events? -
Has anyone successfully added a Figma Site to Google Search Console or submitted a sitemap?
-
Are there best practices or documentation available on optimizing a site for search from within Figma Sites?
From what I’ve seen so far, the lack of semantic structure (e.g., links being <div>
s instead of <a>
s), missing meta tags, and limited control over page-level SEO might be negatively affecting discoverability.
If anyone from the Figma team could clarify how SEO support is currently implemented — and whether improvements are on the roadmap — that would be very helpful. Also, if any of you have tips or workarounds, I’d love to learn from your experience.
Thanks in advance! 🙌