Hi Figma team,
I'm building a website using Figma Sites (https://www.marilialeal.com.br/), and I've encountered a major issue regarding SEO and search engine indexing.
The site is automatically generating the following tag in the <head>
:
<meta name="robots" content="noindex">
This prevents Google Search Console from indexing the site, and there's currently no way to remove or override this tag through the Figma Sites settings. I’ve tried adding a new <meta name="robots" content="index, follow">
tag as high as possible in the Custom Code section, but it’s still ignored by search engines because the noindex
tag appears first.
This makes Figma Sites unsuitable for any project that requires SEO or public visibility on search engines.
Could you please provide a way to:
-
Remove or override the default
noindex
tag in the<head>
; -
Ensure that published websites are indexable when desired;
-
Clarify whether this is an intentional limitation or a bug?
Thanks in advance. This is a critical blocker for using Figma Sites in production environments.
Best regards,
SAFO Team