How to change the site name in Framer

The site name for your website appears on Google just above your page title. Although Google ultimately decides what to display, you can influence its choice in a couple of ways.

The most effective method is to specify your preferred site name using WebSite schema markup on your homepage. This markup lets you define a site name that Google may use in search results. If you need help adding schema markup, refer to our guide.

Another way to influence the site name is by adding a meta tag in the <head> section through the general settings. Use the following tag, and replace brand_name with the name you want Google and other search engines to display.

<meta property="og:site_name" content="brand_name" />

To maximize the chances of displaying your preferred site name, follow Google’s guidelines, which you can find here.

While Google’s algorithm for choosing the site name is automated and considers various signals, following these guidelines can improve the likelihood that your preferred name will be featured.