Read Time

0

min

Read Time

0

min

SEO

Sep 3, 2025

Changing the Site Name in Framer

The site name appears right above the page title in Google search results. Ultimately, Google decides which name to display, but there are several ways to increase the chances of showing your preferred name.

Framer Logo for Blog Authors

Uploaded by

Profile of Blog Author Song Yebin

Translated by

This blog thumbnail explains how to change a site name in Framer and guides you on adding schema markup and meta tags for SEO optimization.
This blog thumbnail explains how to change a site name in Framer and guides you on adding schema markup and meta tags for SEO optimization.
This blog thumbnail explains how to change a site name in Framer and guides you on adding schema markup and meta tags for SEO optimization.

Contents

Table of Contents

This document was created to assist domestic users in learning Framer, addressing the lack of Korean resources by translating content from the official blog and adding practical information. I hope it provides some help to those using Framer.

When you look at Google search results, you'll see the site name displayed right above the page title. Although Google ultimately decides this name automatically, you can make it more likely that your desired name appears by using a few methods.

How to change the site name

Using WebSite schema markup

The most effective method is adding WebSite schema markup to your homepage. This markup allows you to directly define the site name that Google will recognize, significantly increasing the chance that it is reflected in search results. For detailed instructions on adding schema markup, refer to Framer's guide.

What is schema markup?

Schema markup is a form of structured data that helps search engines better understand the structure and meaning of a website. In simple terms, it's a rule that explains a website's information in a standardized language for search engines like Google.

For example, when specifying a site name, you can add the following code to the <head> area, and place your desired site name in the name value so Google can refer to it and reflect it in the search results.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "url": "https://www.example.com/",
  "name": "브랜드명",
  "alternateName": "브랜드 이름 대체 텍스트"
}
</script>

Adding meta tags

Another way to influence the site name is by adding a meta tag to the <head> section of General Settings.

  1. Go to the General Settings menu in your Framer project.

  2. Find the Custom Code section and navigate to the input field where you can add code in the <head> area.

  3. Paste the code below.

<meta property="og:site_name" content="brand_name" />
메타 태그를 추가하는 방법에 대해 소개합니다.
  1. Change the brand_name part to your desired site name.
    (Example: <meta property="og:site_name" content="My Startup" />)

  2. Save and republish the site.

Following Google guidelines

Google determines the site name through its algorithm, considering various elements throughout the site. It's not guaranteed, but following Google's official guidelines can help reflect your desired name.


This article is an adapted translation of the ‘How to change the site name in Framer’ from Framer's official blog.

Share Blog

Share Blog

Become a
Framer Expert

Any expert capable of Framer outsourcing can apply.
We connect experts and clients directly, with no intermediary fees.

Become a
Framer Expert

Any expert capable of Framer outsourcing can apply.
We connect experts and clients directly, with no intermediary fees.

Become a
Framer Expert

If you are an expert available for Framer freelance work,
anyone can apply.
No intermediary fees, we directly connect
experts and clients.