SEO
Sep 3, 2025
Connect Framer to Google Search Console
Google Search Console (GSC) is a powerful tool that shows how Google perceives your website and performs in search results. By connecting your Framer site with GSC, you can monitor and maintain its visibility in Google searches. This article provides a step-by-step guide on how to make the connection.

Uploaded by

Translated by
Contents
Table of Contents
This document aims to address the difficulties faced by Korean users learning Framer due to the lack of resources in Korean. It translates content from the official blog into Korean and adds practical information. We hope this assists Framer users, even in a small way.
Step 1: Adding a Property
First, you need to access Google Search Console. When you do, you'll see two options: Domain
or URL Prefix
. There are important differences between these two options.
Domain: This includes all subdomains and the full HTTP and HTTPS URLs. However, it only supports DNS verification.
URL Prefix: This includes only URLs for the specific address and protocol you enter. It provides multiple verification methods.
Since the URL Prefix option is the easiest to set up, we'll use it in this guide. Domain verification provides similar results but is slightly more complex to set up.
Enter your site address in the URL field, including https://
(e.g., https://www.example.com
), and click the Continue
button.
Step 2: Verifying Site Ownership
By selecting URL Prefix, you can choose from several verification methods. These include uploading an HTML file, adding a meta tag to your homepage, using a Google Analytics account, using Google Tag Manager, or connecting via DNS records.
However, since HTML file uploads aren't possible on Framer sites, we'll use the method of adding a meta tag to your homepage.
Copy the unique meta tag provided by Google.
Go to the General Settings on your Framer site and paste the meta tag at the end of the
<head>
tag.Save and republish your site.

Next, return to Google Search Console and click the Verify
button. Verification might take a few minutes, so please wait.
Step 3: Confirming Verification Completion
Once the verification process is complete, Google will confirm all settings. If successful, you can view your site data on Google Search Console.
Bonus Tip: Submitting Your Sitemap
To help Google crawl your Framer site more efficiently, submitting a sitemap is advisable.
Framer automatically generates an XML sitemap. To check it, add /sitemap.xml
to the end of your homepage URL (e.g., https://www.example.com/sitemap.xml
).
Submitting it is simple. Click on Sitemaps in the left sidebar of Google Search Console, enter sitemap.xml
in the input box, and click the Submit
button. Processing may take a few minutes.
Conclusion
Connecting your Framer site to Google Search Console is straightforward but essential. It allows you to monitor and improve your site's visibility on Google. By following this guide, you'll ensure your site is correctly indexed and can track search performance with data insights.
This article adapts and translates the Framer official blog's ‘How to connect Google Search Console to your Framer site’.