The Details
Your site loads fast. Search engines understand it. AI assistants can find it. It's secure by design. Your images are optimized, your pages are accessible, and everything works on every device.
If that's enough for you, you're done - go enjoy your day.
Everything below is for the curious.
Most websites have none of what you're about to read. Not because it's hard to add - because nobody thought to. Your Butler adds it automatically.
Some of this is bleeding edge. Most web agencies haven't heard of llms.txt or Generative Engine Optimization. Most don't know that AI citation rates can be measured and improved. We do, and every site we build reflects it.
What you'll find below:
Secure by Design
The best security is having almost nothing to break into.
WordPress sites get hacked. A lot. Not because WordPress is bad software - it's because every WordPress site runs a database, a PHP engine, a login page, and dozens of plugins, each one a potential entry point. When one plugin has a vulnerability, millions of sites are exposed simultaneously.
Your site doesn't have that problem:
- No database - there's no SQL to inject, no user table to steal, no connection string to compromise.
- No login page - there's no admin panel, no wp-admin, no password to brute-force. Changes come through email, not a web interface.
- No server-side code - no PHP, no Python, no server-side scripting at all. The server delivers files. That's the entire job description.
- SSL everywhere - every site gets HTTPS. Every page.
- Spam protection - contact forms use honeypot fields (invisible traps that catch bots) instead of CAPTCHAs that annoy real visitors.
What about the email side? Your change requests travel over encrypted connections. Only authorized contacts on your account can make changes - an email from a stranger won't touch your site. Every change goes to a preview first, and nothing goes live until you approve it. The AI that processes your requests is sandboxed - it can only modify your pages and styles. It can't access our system code, other clients' data, or anything outside your site. Multiple layers of guardrails prevent path traversal, code injection, and content tampering.
We're not saying static sites are unhackable - nothing is. But the attack surface is a fraction of what a traditional CMS presents. It's the difference between a house with fifty windows and one with three - and a better view from every one.
Search Engines Understand Your Site
Not just your name - what you do, where you are, how to find you, and why you matter.
Every page your Butler builds includes machine-readable structured data that tells Google, Bing, and other search engines exactly what your site is about. This isn't a paragraph of text that search engines have to guess at - it's precise, labeled data in a format called JSON-LD that search engines specifically look for.
What's on every site:
- Your identity - name, contact info, location, service area, and anything else that defines who you are. Your Butler picks the right schema for what you are:
LocalBusinessfor a store,Organizationfor a company,Personfor an individual,WebSitefor a hobby or passion project. This is how Google powers Knowledge Panels, Maps results, and rich snippets - and it's how your knitting blog, your landscaping company, or your community group shows up as the real deal, not just another anonymous page. - Product and service data - if you have products, each one carries
Productschema with name, description, image, price, and brand. This is how your products appear in Google Shopping results and rich cards. - FAQ schema - question-and-answer sections automatically generate
FAQPagemarkup. Google surfaces these directly in search results as expandable answers. Research shows FAQ-structured content is 60% more likely to be cited by AI assistants. - Breadcrumb navigation - every interior page includes
BreadcrumbListschema so search engines understand your site's hierarchy, not just individual pages. - Open Graph and Twitter Cards - when someone shares your link on Facebook, LinkedIn, Twitter, or iMessage, it shows a rich preview with your title, description, and image instead of a bare URL.
- Canonical URLs - prevents duplicate content penalties when the same page is accessible at multiple addresses.
- XML sitemap - an auto-generated map of every page on your site, submitted to search engines so nothing gets missed.
- Meta descriptions - every page gets a factual, 150-160 character description that appears as the snippet in search results.
Whether you're running a business or sharing a passion, your site deserves to be found. Your Butler makes sure search engines don't have to guess what your site is about - they know.
Ready for the Next Generation of Search
When someone asks an AI assistant about what you do, your site can answer.
Search is changing. More and more people are asking AI assistants - ChatGPT, Claude, Perplexity, Apple's Siri, Google's AI Overviews - instead of typing keywords into a search bar. When someone asks "who does the best landscape design near me" or "where can I learn about sourdough baking," the AI pulls its answer from websites.
The question is: will it pull from yours?
Every site we build is optimized for what researchers call Generative Engine Optimization - making sure AI systems can find, understand, and cite your content:
- llms.txt - a machine-readable summary of your site in a format designed specifically for AI assistants. When an AI crawls your site, this file gives it the complete picture in seconds.
- AI-welcoming robots.txt - while many sites block AI crawlers, we explicitly welcome them. ChatGPT, Claude, Perplexity, DuckDuckGo AI, and Apple's assistant are all invited to read and index your content.
- Self-contained content - every paragraph on your site is written to stand alone as an extractable answer. AI assistants don't read pages top-to-bottom - they pull the most relevant paragraph. We write so every paragraph can be that one.
- Answer-first structure - the first 40-60 words of every section directly state what the topic is, who it's for, and what makes it different. AI systems weight opening sentences heavily.
- Specific over vague - "Serving Fort Wayne and Northeast Indiana within 30 miles" beats "serving the local area." Research shows specificity boosts AI citation rates by up to 40%.
This applies whether your site represents a company, a hobby, or a personal project. If people are searching for what you do - and they are - your site should be the one AI assistants cite as the answer.
Fast. Actually Fast.
Not "fast for a small site." Fast by any standard.
Most websites run on WordPress. WordPress assembles every page on the fly - when a visitor arrives, the server runs PHP code, queries a MySQL database, merges templates, and sends back HTML. That's a lot of work for every single page view.
We don't do that.
Your site is statically generated - every page is pre-built as a complete HTML file, ready to serve instantly. No database queries. No server-side processing. No PHP. When a visitor arrives, the server hands them a finished page. That's it.
- Sub-second page loads - there's simply less to do. No database round-trip, no template rendering, no plugin chain. The page is already built.
- No framework bloat - we don't load React, Angular, Vue, jQuery, or any JavaScript framework. Interactive features use small, purpose-built scripts loaded only when needed.
- Deferred JavaScript - scripts load after the page is visible, not before. Your visitor sees content immediately while interactive features initialize in the background.
- Optimized images - photos are automatically resized and compressed. A 7MB phone photo becomes a fast-loading web image without any visible quality loss.
Why does speed matter beyond impatience? Google uses page speed as a ranking factor. Slow pages rank lower. And research consistently shows that every additional second of load time increases bounce rate by 20-30%. Your visitors won't wait - and they shouldn't have to.
If you're technically curious: we build with Eleventy, a static site generator. The output is plain HTML, CSS, and minimal JavaScript. No build-time framework, no client-side hydration, no virtual DOM.
Images Are Smarter Than They Look
Every image on your site has been through a pipeline.
When you send your Butler a photo, it doesn't just get uploaded. It gets processed:
- Automatic optimization - phone photos (often 5-10MB) are resized and compressed for web delivery. Your visitors get fast loads without any visible quality loss.
- Your originals are preserved - every image you send or we generate is kept at full resolution alongside your site. Need a different crop later? The source is always there.
- AI generation - need a hero image, a product photo, or a logo? Your Butler can generate options tailored to your site's look and feel.
- AI quality control - generated images are automatically scanned for artifacts (garbled text, visual glitches). Fixable issues are repaired automatically. Unfixable ones are flagged for human review.
- Background removal - send a photo of a product on your kitchen counter and your Butler can work to isolate it on a clean background. Results depend on the complexity and quality of the original image, but the technology handles most cases well.
- Upscaling - small or low-resolution images can be enlarged using AI upscaling, which produces significantly better results than traditional resizing. It works best on clean, well-lit photos - heavily compressed or very small originals have natural limits.
You don't manage any of this. You send a photo. Your Butler figures out what it needs and does it.
Built for Everyone
Your site works for visitors who can't use a mouse, can't see the screen, or get motion sick.
Accessibility isn't a feature we add - it's how we build. Every site includes:
- Semantic HTML - proper heading hierarchy, meaningful element structure, and ARIA labels that screen readers can parse. A visitor using a screen reader gets a logical, navigable experience - not a wall of text.
- Keyboard navigation - every interactive element (menus, galleries, tabs, forms) is fully operable without a mouse. Tab through the page, press Enter to select.
- Reduced motion support - visitors who've told their device they're sensitive to motion (a standard accessibility setting) automatically get a version of your site with animations disabled. No jarring movement, no motion sickness.
- Readable text - proper contrast ratios, sensible font sizes, and line spacing that doesn't require squinting on any device.
Beyond being the right thing to do, accessibility is increasingly a legal requirement. ADA lawsuits against websites have been rising year over year. Courts have consistently ruled that websites are "places of public accommodation" under the ADA. An accessible site isn't just considerate - it's defensible.
Mobile Isn't an Afterthought
More than half your visitors are on a phone. Your site needs to work like it was built for one.
"Responsive design" usually means "the same layout, but squished." We go further:
- Reorganized layouts - content reflows into single-column layouts, navigation collapses into a mobile menu, and multi-column grids stack vertically. Not squished - redesigned for the screen.
- Touch-friendly targets - buttons, links, and interactive elements are sized for fingers, not mouse pointers. No more tapping three times to hit a tiny link.
- Readable without zooming - text sizes are fluid, adjusting to screen width. No pinch-to-zoom required.
- Swipe support - galleries, carousels, and comparison sliders respond to swipe gestures natively.
- Efficient loading - on slower mobile connections, deferred scripts and optimized images mean your site doesn't drain data or test patience.
Google uses mobile-first indexing - it ranks your site based on the mobile version, not the desktop version. A site that's "okay on mobile" is a site that ranks poorly. Every site your Butler builds is designed for phones first and expanded for desktops, not the other way around.
Search That Actually Works
Your visitors can find what they're looking for without scrolling through every page.
Every site includes built-in search powered by Pagefind - a search engine that runs entirely in the browser. No server needed, no third-party service, no monthly fee. Try it on this site.
- Indexes your actual content - every time your site is updated, the search index is rebuilt. New pages, new products, new text - all searchable immediately.
- Instant results - search happens in the visitor's browser. No network round-trip, no loading spinner. Type and results appear as you go.
- Zero ongoing cost - the search index is a static file, built once, served like any other page asset. No API calls, no usage limits.
For sites with more than a handful of pages, search isn't a luxury. It's how visitors find the one product, the one answer, the one page they came for.
AI Is the Tool. Expertise Is the Hand.
Anyone can use AI to build a website. Knowing what to ask for is a different thing.
AI is extraordinary. It can generate images, write content, build pages, and optimize code. What it can't do is decide that your site needs FAQ schema because it boosts AI citation rates by 60%. It doesn't know that background-attachment: fixed breaks on iOS Safari, or that PHP's mail() function sends emails to spam because it doesn't DKIM-sign. It doesn't know that a 7MB photo will make your homepage crawl on a phone, or that your heading hierarchy has an H1-to-H3 jump that hurts accessibility and SEO.
We know those things. Decades of building, breaking, debugging, and learning - that's what guides every decision your Butler makes. The AI executes. The human experience directs.
There's no shortage of people who can stand up a website. Your nephew. Your neighbor. The IT guy at work. And they'll do fine - until the site needs to rank, or load fast on mobile, or handle a screen reader, or survive a security scan, or show up when someone asks an AI assistant about what you do.
That's where the details matter. And details are what we do.
Every Site Gets All of This
Security, structured data, AI optimization, static performance, accessibility, image intelligence, mobile design, and built-in search. Not as add-ons. Not as a premium tier. Everything included.
One plan. From $39/month.
See Pricing