Ultimate Uploadcare
DemoEditorGet Ultimate Uploadcare
  • Welcome
  • Introduction
    • Key Use Cases
    • Key Features
    • Release Notes
  • Getting Started
    • Retrieving Uploadcare Keys
    • Installing the plugin
  • Elements
    • Ultimate Uploadcare - Uploader
      • Settings
        • Upload Options
        • Upload Config
        • Button Styling
      • Exposed States
        • List of File Paths
        • List of UUIDs
        • List of File Names
        • Array of Files
        • Disabled
        • Base64 Array
      • Workflow Actions
        • Reset Uploader
        • Remove File From Uploader
        • Open Uploader
        • Close Uploader
      • Events
    • Ultimate Uploadcare - Cloud Image Editor
      • Settings
      • Exposed States
      • Workflow Actions
      • Events
    • Ultimate Uploadcare - Video Player
      • Settings
    • Backend Workflow Actions
      • Store File
      • Delete File
      • Extract UUID
  • Implementation
    • File Uploads with Ultimate Uploadcare - Uploader
    • Saving Files to Bubble
    • Storing Files in Uploadcare
    • Optimising Images for SEO
    • Image Editing with Ultimate Uploadcare - Cloud Image Editor
Powered by GitBook
On this page
  • What is Image Optimisation?
  • What is SEO?
  • How does image size affect SEO?
  • How do I optimise images on Bubble with Uploadcare?
  1. Implementation

Optimising Images for SEO

Learn how to make your application more SEO friendly

PreviousStoring Files in UploadcareNextImage Editing with Ultimate Uploadcare - Cloud Image Editor

Last updated 6 months ago

You can learn everything you need to know about Uploadcare's on-the-fly image optimisations and transformations from their .

What is Image Optimisation?

Image optimisation is the process of reducing the file size of images without compromising their quality to ensure faster loading times and improved performance on websites. This involves techniques such as resizing, compressing, and converting images to more efficient formats, which can significantly enhance user experience and contribute to better search engine rankings by improving site speed.

What is SEO?

SEO, or Search Engine Optimization, is the practice of enhancing a website's visibility and ranking on search engine results pages (SERPs). By optimizing various elements like content, keywords, metadata, and backlinks, SEO aims to attract more organic traffic from search engines like Google. Effective SEO strategies involve both on-page and off-page techniques, focusing on improving website relevance and authority to achieve higher search rankings and better user engagement.

How does image size affect SEO?

Reducing image size is crucial for SEO because it can significantly decrease page load times. Faster loading speeds improve user experience, which is a factor in search engine ranking algorithms. Optimized images contribute to enhanced site performance and can help achieve better positioning in search results by ensuring that web pages load efficiently across all devices.

How do I optimise images on Bubble with Uploadcare?

The beauty of Uploadcare is you don't need to even download and install Ultimate Uploadcare - File Uploader to take advantage of their image optimisation tools (although I of course recommend it )!

The vast majority of your image optimisation needs can be achieved by adding -/preview/ to the image URL.

Preview downscales an image proportionally to fit the given width and height in pixels. Use it as a default resizing method when you need to save image proportions without calculating precise width or height.

You can specify a width and height explicitly but this is often not necessary, with Uploadcare taking the width and height at the time of page load to return the appropriate image size.

Original (1MB)
Optimised with preview (100kb)
😉
official documentation