43 Labs

FAQ

Decoded answers for your inquiries.

What is the difference between SEO and GEO in 2026?
SEO focuses on search engine ranking factors like keywords and links, while GEO (Generative Engine Optimization) focuses on content visibility within AI-generated responses by emphasizing citations, semantic density, and authoritative data.
How can I make my blog visible to AI agents?
Implement a technical structure using JSON-LD, create an llms.txt file for custom agents, and ensure your site is hosted on a high-performance edge-native architecture to minimize latency.
Does traditional backlinking still matter for SGE?
Backlinks still provide authority, but in 2026, 'citations' within AI responses have become the primary metric for authority. Being cited as a source by an LLM is the modern equivalent of a high-authority backlink.
What is AEO and why is it important?
AEO stands for Answer Engine Optimization. It is important because AI search engines prioritize direct, factual answers to conversational queries over a list of relevant web pages.
Can AI-generated content rank in AI Search?
Purely AI-generated content often fails the 'originality' and 'depth' tests of 2026 engines. The winning strategy is human-led content enhanced by AI automation for data gathering and formatting.
Does Cloudflare Pages support Astro's Server-Side Rendering (SSR)?
Yes, by adding the @astrojs/cloudflare adapter, you can deploy Astro sites with SSR functionality, enabling dynamic features like authentication and real-time data fetching.
How much does it cost to host an Astro site on Cloudflare Pages?
Cloudflare Pages offers a very generous free tier that includes unlimited bandwidth and requests. For startups, this often means $0 infrastructure costs until reaching significant scale.
What is the difference between Cloudflare Workers and Cloudflare Pages?
While Workers are for serverless functions, Pages is a tailored product for hosting frontend applications with built-in Git integration and automatic CI/CD for frameworks like Astro.
Can I use custom domains with Cloudflare Pages?
Absolutely. Cloudflare Pages allows you to connect custom domains for free, providing automatic SSL certificates and global CDN optimization out of the box.
Is CI/CD included in Cloudflare Pages?
Yes, CI/CD is a core feature. Cloudflare automatically builds and deploys your Astro site every time you push a change to your linked repository.
What is the main advantage of using Cloudflare D1 over PostgreSQL?
The main advantage is the edge-native architecture, offering lower latency for global users and a simpler serverless billing model with zero egress fees.
Why use SQLite for a SaaS backend?
SQLite is lightweight and fast. Cloudflare D1 enhances it with cloud capabilities like global replication and backups, making it perfect for serverless SaaS applications.
How does Astro DB simplify development?
Astro DB provides a type-safe TypeScript interface to your SQL tables, enabling autocompletion and error checking during development, which speeds up the build process.
What are the costs of using Cloudflare D1?
D1 is part of the Cloudflare Workers paid plan, offering millions of read/write operations included, with no egress fees for data transfer, making it highly cost-effective.
Is the Astro and D1 stack ready for production?
Yes, many high-performance applications use this stack to achieve global scale with minimal infrastructure management and maximum performance.
How does Cloudflare Images improve LCP score?
Cloudflare Images reduces Largest Contentful Paint (LCP) by resizing images at the edge to match the user's device dimensions and converting them to highly efficient formats like AVIF, minimizing the bytes transferred.
Can I use Astro with Cloudflare R2 for images?
Yes, you can store images in R2 and use Cloudflare Images to transform them. This setup eliminates egress fees and provides a high-performance storage-to-delivery pipeline.
What is the benefit of Astro's <Image /> component over standard <img>?
Astro's <Image /> component automatically enforces width and height to prevent Layout Shifts, generates modern format source sets, and allows for build-time optimization of local assets.
Does image optimization affect SEO/AEO ranking?
Absolutely. Speed is a primary ranking factor for Google and a key criterion for AI search engines like Perplexity. Faster loading images lead to better crawlability and higher authority scores.
Is AVIF better than WebP for SaaS performance?
Yes, AVIF generally offers 20-30% better compression than WebP at the same quality level, making it the superior choice for hitting 100/100 Lighthouse scores.
What is the main advantage of using Cloudflare Workers AI for agents?
The primary advantage is edge-native performance with zero egress fees. By running inference close to the user on Cloudflare's global network, you achieve sub-30ms latency and eliminate the high costs of moving data between cloud providers.
Which models are best for autonomous task execution?
Models optimized for tool calling and reasoning are best. Cloudflare provides access to Kimi-K2.6, GLM-4.7-Flash, and Llama 3, which excel at function calling and handling complex, multi-step instructions.
How do agents maintain state or memory in Cloudflare?
Agents use Cloudflare D1 (serverless SQL) or KV (Key-Value store) to persist data. This allows an agent to 'remember' previous steps in a workflow or store user preferences across different sessions.
Is it possible to have a human approve an agent's action?
Yes, this is called 'Human-in-the-loop'. You can architect your worker to pause execution, store the state in D1, and wait for an external trigger (like an admin dashboard click) before continuing the task.
Are there limits to how many agents I can run?
Cloudflare Workers AI scales automatically. While there are standard rate limits for specific models, the serverless architecture is designed to handle thousands of concurrent agentic tasks without manual infrastructure scaling.
What is the difference between Starter ($15) and Business ($25) plans?
The Business plan includes 3 editor accounts (vs 1), 15GB of R2 storage (vs 5GB), and a larger D1 database limit (1GB vs 500MB). It is designed for growing teams.
Does the Scale plan really offer unlimited bandwidth?
Yes. Our "Scale" plan leverages the Cloudflare global network, providing unmetered DDoS protection and unlimited egress bandwidth for your site traffic.
What happens if I exceed the 5GB file limit on the Starter plan?
If you approach your R2 storage limit, we will notify you. You can either upgrade to the Business plan (15GB) or purchase meaningful add-on storage packages.
Why does the "Custom Build" start at $1,500?
Our Custom Build includes a high-performance Astro architecture, CMS integration, basic SEO/GEO setup, and a fully responsive, mobile-first design tailored to your brand.
Are there hidden fees for the Global CDN or SSL?
No. Cloudflare Global CDN and auto-renewing SSL certificates are included in the price of every plan, from Starter to Scale.
What does "Full CMS (No-Build)" mean?
It means you can update text, images, and content instantly via our admin panel without waiting for a developer to rebuild or redeploy the website.
How does Edge Architecture improve speed?
We serve your site from 300+ Cloudflare locations worldwide. This reduces latency to <30ms, ensuring your site loads instantly for users anywhere.
Do you provide daily backups?
Yes. The Starter plan includes 24h point-in-time recovery. Business increases this to 7 days, and Scale offers 30 days of backup retention for your data.
Can I upgrade my plan later?
Absolutely. You can switch from Starter to Business or Scale at any time as your traffic, team size, or storage needs grow.
What is "SEO / GEO / AEO" optimization?
AEO stands for Answer Engine Optimization. We structure your site so it is understood and recommended by AI agents like ChatGPT and Perplexity, alongside traditional Google SEO.
Do you build mobile apps?
Yes. While our core offering is high-performance Web Applications (Next.js/React), we also develop cross-platform mobile solutions linked to your backend.
What technologies do you use for Web Apps?
We specialize in the modern stack: Astro for static speed, React for interactivity, and Cloudflare D1/Workers for serverless scalability.
How do Custom AI Agents differ from automation?
Automation handles repetitive tasks. Our Custom AI Agents use LLMs to "think"—handling complex customer inquiries, analyzing data, or generating content autonomously.
Do I own the code after a Custom Build?
Yes. Upon full payment, you own the intellectual property of the custom code we developed for your website or application.
How long does a Custom Build take?
A standard marketing website typically takes 4-6 weeks. Complex Web Applications depend on scope but generally range from 3 to 6 months.
Do you offer a warranty on your code?
Yes, we provide a warranty period during which we fix any bugs in our code at no extra cost to ensure a stable launch.
Can you migrate me from WordPress to 43Labs?
Yes. We specialize in migrating content from legacy systems like WordPress to our high-performance Astro architecture.
Is DDoS protection included in all plans?
Yes. We use Cloudflare's enterprise-grade unmetered DDoS protection for all sites. The "Scale" plan includes advanced mitigation rules.
How do I contact support?
Starter and Business plans include Standard email support. The Scale plan includes Priority Support 24/7 for critical issues.
Do you handle updates and maintenance?
Our "Maintenance" add-on (from $50/h) covers regular updates, security patches, and new feature development post-launch.

Let's Build_Together

Looking for a technology partner? We provide high-performance websites and AI solutions tailored to your needs.

Direct Channel_

hello@43labs.io

Base of Operations_

Bielsko-Biala, Poland
Remote First. Global Impact.

Digital Presence_