Performance
Jul 8, 2025
Framer Site Supported Browsers and Requirements
Framer is compatible with over 99% of various browsers, allowing you to create visually stunning websites using the latest CSS features. Let's explore the types of browsers that Framer supports.

Uploaded by

Translated by
Contents
Table of Contents
This document aims to alleviate the challenges faced by domestic users learning Framer due to a lack of Korean resources. It translates content from the official blog into Korean and adds practical information for real-world use. We hope this serves as a helpful resource for you using Framer.
Which browsers are supported for websites created with Framer?
Framer ensures wide browser compatibility so over 99% of site visitors can interact with it smoothly. Specifically, the supported browsers are as follows:
Supported Browsers List
Browser Type | Minimum Supported Version |
---|---|
Safari | 15.5+ (including iOS) |
Chrome, Edge (Blink-based) | 89+ |
Firefox | 109+ |
Opera, Opera Mobile | 75+ |
Samsung Internet | 15+ |
Other Chromium 89+ based browsers | e.g., Brave v1.19+, Vivaldi, Yandex etc. |
If a browser version above the ones listed is installed on any operating system (MacOS, Windows, Linux, Android, iOS, etc.), it will function properly. If issues arise across various browsers or your target audience's browser usage differs significantly from the average, please reach out via the Framer Help Forum.
Framer is a platform that actively leverages the latest CSS features. This allows for visually outstanding websites, though some features may not be fully supported in older browsers. In such cases, Framer automatically applies fallbacks, though slight variations in layout or behavior might occur. For more details, please refer to the CSS Help.Note
: A polyfill is 'code that helps mimic new features in older browsers.'
How to Use the Framer Canvas?
Requirements
To use Framer's design tool, Canvas, you'll need an internet connection and one of the following operating systems: Windows, Mac, Linux, or ChromeOS.
Make sure the latest version of Chrome, Safari, Firefox, or Edge is installed. Framer also offers a desktop app for Mac and Windows users.
Brave Browser Users
If issues arise, it is recommended to disable "Brave Shields" at www.framer.com. See the Framer Privacy Policy.
Note
: Brave browser automatically enables privacy features (Brave Shields) such as ad blocking, tracker protection, and script blocking, which might block essential scripts or styles of the website.
Compatibility with Search Engine Crawlers?
Sites created with Framer are inherently indexable and crawlable by all search crawlers. However, you can exclude pages individually by setting noindex
.
How to Apply noindex to Individual Pages
Open your Framer project.
Select the page to exclude from the left panel.
Click the Page Settings icon at the top.
In the settings panel, turn off the “Show page in search engines” option (turning it off will automatically insert the
<meta name="robots" content="noindex">
tag into the page<head>
).Save the changes and republish the site.

Supported Major Bots
GoogleBot, GoogleOther (Gemini)
BingBot
GPTBot (OpenAI)
YandexBot
AhrefsBot, PerplexityBot, etc.
Framer actively monitors issues with Google crawlers, making it suitable for building websites with search engine optimization in mind.
This article is adapted from and translated the Framer official documentation 'Requirements & Browser Support'.