Canvas Documentation
Bubble Best Practices
v3.6
v3.6
  • Introduction
  • Key Features
  • What's New
  • For Designers
  • CANVAS FUNCTIONALITY
    • Getting Started
    • Branding & Design
    • Marketing Pages
    • Bubble Pages & Blocks
    • Roles & Permissions
    • Menus & Navigation
    • Data & Workflows
    • Emails & Alerts
    • Miscellaneous
    • Reference
      • Pages
        • Index
        • Admin Portal
        • Account
        • Login
        • Legal
        • Reset Password
        • Verify
        • 404
      • Reusable elements
        • Header
        • Footer
        • Signup & Login
        • Cookies Permission
        • Widgets
          • App security
          • UI Widgets
          • Workflow Widgets
        • Admin Portal
          • Admin analytics
          • Admin email templates
          • Admin header & footer
          • Admin legal popups
          • Admin branding, launch, and settings
          • Admin marketing pages
          • Admin portal canvas logic
          • Admin options settings
        • Menu Focus Elements
      • Data types
      • Option Sets
      • Backend Workflows
      • Design standards
        • Manually Building UI
  • Bubble Best Practices
    • Learning Bubble Basics
    • Principles
    • Database
    • Design
    • Security
    • SEO
    • Speed
    • Modularity
      • Data triggers
Powered by GitBook
On this page
  • Optimizing your site
  • Meta tags for pages
  • H1/H2/... tags for text content
  • Alt tags for images
  • Links instead of buttons
  • Getting pages indexed
  • Set up your sitemap
  • Provide your sitemap to Google

Was this helpful?

  1. Bubble Best Practices

SEO

This page covers how to ensure that your content is optimized for search engines, primarily Google

Optimizing your site

There are a few best practices that you can follow to make sure your site is optimized for SEO

Meta tags for pages

Make sure that each of your pages has an SEO Title & Description set up as those will be read by the search engine and will show up on the search results page.

H1/H2/... tags for text content

Set header text for text content that represents headings of various levels on your page. That will help search engines better understand the structure of the page.

Alt tags for images

Set these tags for each of the images used on your page. This will help search engines understand what your images are.

Links instead of buttons

For navigation within the site it's often better to use links instead of buttons. That's because links are recognized by the search engine as connected to a page they're linking to and buttons aren't.

Getting pages indexed

Now that your content is optimized, the key thing that you have to do in order to be discoverable through Google is to make sure that Google knows about your site. On a high level there are 2 ways that you can do that:

  1. You can wait for the Google crawler to come across a link to your content on other sites that Google knows about

  2. You can tell Google about your site and its page

The first option relies on there being links to your site, which can take a long time to happen. So the second option is your best bet. Here's how to do that:

Set up your sitemap

You'll first need to set up your "sitemap.xml" file, which is the file that gives Google the full list of pages in your application. Bubble makes it very easy to do so under the Settings tab.

Note that some of those pages will be static and some of them will be dynamic (i.e. product page). Luckily Bubble is smart enough to handle both.

For dynamic pages you should set a pretty URL field for your page, so that the URL has human readable text it in instead of the unique ID of the object

Provide your sitemap to Google

Now that you have your sitemap set up, you should tell Google about it.

PreviousSecurityNextSpeed

Last updated 4 years ago

Was this helpful?

Create a account and add your domain to it. This might require you to verify the domain ownership as part of the process. Then, once your domain is set up, just add a link to your sitemap file, which will generally be https://[yourdomain.com]/sitemap.xml. Google will then take a little while (up to a few days) to crawl all of the links and discover their content.

Search Console