-
Home
-
User Agent Directory
What is Flipboard?
Flipboard bot fetches content for Flipboard's social magazine platform, which presents web content in a visually appealing, magazine-like format. Users can create their own magazines by curating content, and publishers can reach Flipboard's audience through RSS feeds or direct partnerships. The bot fetches article content, images, and metadata to create the rich, visual experience Flipboard is known for. With millions of users consuming content through Flipboard's mobile and web apps, the bot represents significant potential traffic for publishers.
User Agent String
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Flipboard/1.0; +https://flipboard.com/browserproxy
How to Control Flipboard
Block Completely
To prevent Flipboard from accessing your entire website, add this to your robots.txt file:
Block Specific Directories
To restrict access to certain parts of your site while allowing others:
Set Crawl Delay
To slow down the crawl rate (note: not all bots respect this directive):
How to Verify Flipboard
Flipboard identification in user agent
Learn more in the official documentation.
Detection Patterns
Multiple ways to detect Flipboard in your application:
Basic Pattern
/Flipboard/i
Strict Pattern
/^Mozilla/5\.0 \(Macintosh; Intel Mac OS X 10_15_7\) AppleWebKit/537\.36 \(KHTML, like Gecko\) Chrome/125\.0\.0\.0 Safari/537\.36 Flipboard/1\.0; \+https\://flipboard\.com/browserproxy$/
Flexible Pattern
/Flipboard[\s\/]?[\d\.]*?/i
Vendor Match
/.*Flipboard.*Flipboard/i
Implementation Examples
Should You Block This Bot?
Recommendations based on your website type:
| Site Type | Recommendation | Reasoning |
|---|---|---|
| E-commerce | Optional | Evaluate based on bandwidth usage vs. benefits |
| Blog/News | Allow | Increases content reach and discoverability |
| SaaS Application | Block | No benefit for application interfaces; preserve resources |
| Documentation | Selective | Allow for public docs, block for internal docs |
| Corporate Site | Limit | Allow for public pages, block sensitive areas like intranets |
Advanced robots.txt Configurations
E-commerce Site Configuration
Publishing/Blog Configuration
SaaS/Application Configuration
Quick Reference
User Agent Match
Flipboard
Robots.txt Name
FlipboardProxy
Category
other
Respects robots.txt
Yes