Trellis-Services

seo Trellis-Services

Content scraper for programmatic large-scale web page retrieval

About this crawler

Trellis-Services is a web crawler identified by the regular-expression pattern Trellis-Services in the User-Agent request header. It is categorised as seo. Use the regex above to detect, log, allow, or block Trellis-Services traffic in your web server, CDN edge rules, or robots.txt.

Block-rate · top 25k sites

No block-rate data for this crawler.

Technical details

Name
Trellis-Services
Pattern
Trellis-Services
Tags
seo
Reference
https://www.mediavine.com/
Added
2026/04/17
Instances
1 known sample(s)

Sample User-Agent strings

Trellis-Services

Block this crawler

robots.txt — disallow Trellis-Services:

User-agent: Trellis-Services Disallow: /

Apache .htaccess — return 403:

RewriteEngine On RewriteCond %{HTTP_USER_AGENT} Trellis-Services [NC] RewriteRule .* - [F,L]

Nginx — return 403 inside a server block:

if ($http_user_agent ~* "Trellis-Services") { return 403; }
← back to all crawlers