SEO
Search Engine Optimization (SEO) is the practice of improving a site’s visibility in search results through technical quality, relevant content, and authority signals. Strong SEO combines crawlability, performance, metadata, internal linking, and useful content. Framer supports SEO with clean markup, metadata controls, and sitemap generation.
301 Redirect
SEO
A permanent redirect that tells browsers and search engines a page has moved to a new URL forever. This is essential for maintaining SEO value when restructuring your site or changing URL patterns. In Framer, configure 301 redirects in your site settings under the Redirects section to preserve link equity from old URLs.
404 Page
SEO
A custom error page displayed when visitors try to access a URL that doesn’t exist on your site. A well-designed 404 page helps retain visitors by offering navigation options and search functionality rather than a dead end. Framer lets you create branded 404 pages that match your site’s design and guide users back to relevant content.
Accessibility
Accessibility
The practice of designing websites that can be used by everyone, including people with visual, auditory, motor, or cognitive disabilities. Beyond being ethically important, accessibility improves SEO, expands your audience, and is legally required in many jurisdictions. Key practices include proper heading structure, alt text for images, sufficient color contrast, and navigationkeyboard navigation support.
Canonical URL
SEO
An HTML element that tells search engines which URL is the ‘official’ version of a page when duplicate content exists at multiple addresses. This prevents SEO dilution from copied content, URL parameters, or www/non-www variations. Framer automatically generates canonical tags, and you can customize them in page settings for specific SEO requirements. See Setting up a custom canonical URL in Framer.
Heading Hierarchy
Accessibility
The structured use of heading levels (H1-H6) to organize content and communicate importance to users and search engines. Proper heading hierarchy improves accessibility, SEO, and content scanability. Use only one H1 per page and don't skip levels for visual styling. See Text styles and semantic tags.
HTML
General
HyperText Markup Language—the standard code that structures web content using tags that define headings, paragraphs, links, and other elements. While Framer generates HTML automatically, understanding its structure helps with SEO, accessibility, and debugging. Semantic HTML using proper tags like header, nav, and main improves accessibility and search rankings.
Localized Page Paths
Localization
URL structures that include language or region codes for multilingual content, like /en/about or /de/about. Localized paths help search engines serve the right language version to users. Configure localized paths in Framer's localization settings for proper SEO.
Meta Tags
SEO
HTML elements that provide metadata about a page to browsers and search engines, including titles, descriptions, and social sharing information. Proper meta tags improve SEO and control how pages appear when shared on social media. Framer provides fields for essential meta tags in page settings. See How to update page titles, descriptions, and social images.
Mobile First
Responsive
A design approach that starts with the mobile experience and progressively enhances for larger screens. Mobile-first forces prioritization and ensures the smallest screens get the best experience, not a squeezed afterthought. This approach often results in cleaner, more focused designs at all screen sizes.
Open Graph
SEO
A protocol that controls how pages appear when shared on social platforms like Facebook, Twitter, and LinkedIn. Open Graph tags specify titles, descriptions, and images for consistent, attractive social shares SEO settings with compelling images sized 1200x630 pixels.
Page
Framer
A distinct document within a website with its own URL, content, and purpose in the site structure. Each page should have clear purpose, proper metadata, and thoughtful internal linking. Organize pages logically and limit depth to keep content discoverable.
Page Speed
Performance
A measure of how quickly page content loads and becomes interactive, influenced by file sizes, server response, and code efficiency. Google uses page speed as a ranking factor, making optimization both a UX and SEO concern. Framer’s infrastructure and automatic optimizations help achieve fast page speeds.
Semantic HTML
Accessibility
Using HTML elements according to their intended meaning rather than just visual appearance, improving accessibility and SEO. Semantic elements like header, nav, main, and article convey document structure to assistive technologies. Framer generates semantic HTML from visual designs automatically. See How to use semantic tags for navigation and footers.
SSL Certificate
Publishing
A digital certificate enabling HTTPS encryption that protects data transmitted between browsers and servers. SSL certificates are now essential for security, user trust, and SEO rankings. Framer provides free SSL certificates automatically for all hosted sites. See Do I need to set up SSL for a custom domain?.
Text
Typography
Written content displayed on web pages, the primary means of communicating information to visitors. Quality text content is essential for engagement, SEO, and accessibility. Structure text with headings, short paragraphs, and scannable formatting.
Backlink
SEO
An incoming hyperlink from another website pointing to your site, considered a vote of confidence by search engines. Quality backlinks from reputable sites significantly boost SEO by signaling that your content is valuable and trustworthy. Building backlinks requires creating shareable content, guest posting, and developing relationships with relevant publications in your industry.
Breadcrumb
Components
A navigation element showing the user’s location within a site hierarchy, typically displayed as a trail of linked page names. Breadcrumbs improve navigation by helping users understand site structure and quickly jump to parent sections. They also benefit SEO by helping search engines understand page relationships and providing rich snippet opportunities.
External Link
General
A hyperlink pointing to a page on a different website, opening in a new tab by convention to maintain your site's presence. External links to authoritative sources can boost SEO by demonstrating content quality. Balance outbound links with internal linking to keep visitors engaged with your content.
Internal Link
SEO
A hyperlink pointing to another page within the same website, supporting navigation and distributing SEO value. Strong internal linking helps users discover related content and helps search engines understand site structure. Link to relevant pages naturally within content.
Subdomain
Publishing
A prefix before the main domain name creating separate sections, like blog.example.com or shop.example.com. Subdomains can isolate different applications while maintaining brand association. Consider whether subdomains or subdirectories better serve your SEO strategy.
Crawling
SEO
The process by which search engine bots discover and read web pages by following links and analyzing content. Ensuring your site is crawlable with proper HTML structure, sitemaps, and internal linking improves search visibility. Block sensitive or duplicate pages from crawling using robots.txt directives.
Organic Traffic
Analytics
Website visitors arriving through unpaid search engine results rather than advertising or direct navigation. Organic traffic indicates SEO success and sustainable audience growth without ongoing ad spend. Build organic traffic through quality content, technical SEO, and earning backlinks.
Search Bar
Components
An input field where users can search for content within a website, essential for content-heavy sites. Search functionality helps users find specific content quickly without browsing navigation. Implement effective search with relevant results and helpful empty states.
JSON-LD
SEO
A format for embedding structured data in pages using JavaScript Object Notation for Linked Data. JSON-LD helps search engines interpret content entities and can enable rich search results. See Structured data through JSON-LD.