This article teaches you how to configure search engine optimization (SEO) settings for your Fliplet web app. You’ll learn how to enable or disable search engine indexing, edit your robots.txt file, add meta tags, set custom 404 pages, and configure SEO settings for individual screens. These features are new to Fliplet and aim to help you improve your app’s discoverability in search results.
Get started
- Control search engine indexing
- Customize your robots.txt file
- Add HTML meta tags
- Set up a custom 404 page
- Configure screen-specific SEO settings
Step 1 – Control search engine indexing
- Open Fliplet Studio
- Click to open the relevant app
- Click your app name in the top-left to open App Settings
- Go to the SEO tab
- Locate the Allow search engines checkbox
- To allow indexing: check the box
- To block indexing: uncheck the box
???? Tip: Disabling indexing is helpful during development or for private apps.
Exclude specific screens from indexing
- In the SEO tab, find Screens to exclude from indexing
- Click the Select screens dropdown
- Click screen names to exclude them from indexing
- Click outside the menu to confirm
???? Note: All screens are indexable by default if search engines are enabled.
Exclude specific files from indexing
- In the SEO tab, find Files to exclude from indexing
- Click the Select files dropdown
- Click file names to exclude them from indexing
- Click outside the menu to confirm
???? Note: Useful for hiding PDFs, images, or documents from search engines.
Step 2 – Customize your robots.txt file
- In the SEO tab, find the robots.txt configuration section
- Click Access robots.txt and manage it
- Edit the file using standard robots.txt syntax
- Save your changes (Assume a save or update button exists in the interface)
???? Note: This file gives fine-grained control over crawler access. Refer to Google’s robots.txt documentation for syntax help.
Step 3 – Add HTML meta tags
- In the SEO tab, find the HTML meta tags section
- In the provided textarea, enter your meta tags (e.g., <meta name=”description” content=”Your app description”>)
- You may enter multiple tags on new lines
- Scroll down and click Save to apply changes
✨ SEO Tip: Use meta tags to influence how your content appears in search engines.
Step 4 – Set up a custom 404 page
- In the SEO tab, find the 404 page section
- Check Use custom screen
- Use the Select screen dropdown to pick your 404 screen
- Scroll down and click Save
???? Design Tip: Make your 404 page helpful with links and a friendly tone.
Step 5 – Configure screen-specific SEO settings
- Open Fliplet Studio
- Navigate to your app’s screen list
- Click the screen you want to configure
- Open the screen’s Settings or Properties panel
- Look for a section labeled SEO or Search Engine Optimization
Set a screen title
- Find the Page Title or SEO Title field
- Enter a concise, keyword-rich title
✨ SEO Tip: Keep titles under 60 characters to avoid truncation in search results.
Set a screen description
- Find the Meta Description field
- Write a brief summary of the screen’s content
✨ SEO Tip: Aim for 150–160 characters. Make it engaging and action-oriented.
Set a custom URL (if supported)
- Look for Custom URL or Slug
- Enter a hyphenated URL path (e.g.,
/about-us
) - Save your screen settings (assume auto-save or check for a “Save” button)
Conclusion
Congratulations! You’ve configured SEO settings for your Fliplet web app. You can now control how your app appears in search results and help more users find it. Remember to click the Save button in the SEO tab to apply all changes.
Related Articles