FAQ

Frequently asked questions

Everything you need to know about pixelseo.ai — optimizing your own images, the AI generator, the API, pricing, and why image SEO matters.

How the Tool Works

What is pixelseo.ai and who is it for? +

pixelseo.ai is an AI-powered image SEO tool. The primary feature — Optimize Images — analyzes images you already have and generates SEO-optimized file names, alt text, and JSON-LD schema markup for each one. There's also an AI image generator that produces website-ready images in 36 curated art styles with metadata included. It's built for SEO professionals, web designers, content marketers, ecommerce teams, and developers who want properly optimized images without the manual metadata work.

What is the Optimize Images tool? +

Optimize Images (at /process) is the core tool. Upload your own images — photos, product shots, screenshots, anything — and Pixel Vision (our AI pipeline) analyzes each image visually and generates an SEO-optimized file name, descriptive alt text, and ImageObject JSON-LD schema. You can optionally provide a page URL and the schema will include it as the content URL. Results are editable before download, and you can export as a CSV for bulk import.

What is Pixel Vision? +

Pixel Vision is the AI layer inside the Optimize Images tool. It uses Claude (Anthropic's vision model) to look at your actual image and generate metadata based on what's in it — not just a keyword you typed. This means the file name, alt text, and schema reflect the real image content, which produces more accurate and useful SEO output.

What is Formula Builder mode? +

Formula Builder is an alternative mode within Optimize Images for when you already know what you want the file names to look like. Instead of AI-generated names, you provide a naming formula using a word bank — primary keywords, modifiers, descriptors — and the tool assembles structured file names at scale. Pixel Vision still writes the alt text and schema based on the actual image. It's useful for ecommerce catalogs, image libraries, and any situation where naming conventions are predetermined.

What about the AI image generator? +

The Generate tool (at /generate) creates original AI images in 36 curated art styles and automatically produces the SEO metadata for each one. In Style mode, pick a style and optionally describe a subject. In Custom mode, write your own prompt from scratch. In Hybrid mode, start with a style prompt and edit it directly. All three modes return the same full SEO package.

What art styles are available for image generation? +

There are 36 curated styles across two categories. Historical styles include Ancient Egyptian, Greek Classical, Byzantine, Renaissance, Baroque, Impressionism, Art Nouveau, Expressionism, Cubism, Surrealism, and more. Modern & Digital styles include Minimalism, Flat Design, Glassmorphism, Cyberpunk, Pixel Art, Photorealism, Cinematic, Cottagecore, Solarpunk, and others. You can browse all styles and see portrait and landscape examples before generating.

Can I edit the file name, alt text, and schema before downloading? +

Yes. After processing or generating, all metadata fields are editable before you download. You can tailor file names, alt text, and schema to your specific page, target keyword, or CMS requirements. The CSV export includes all fields in a format ready to import.

What image formats are supported? +

For Optimize Images, you can upload JPG, PNG, WebP, and most common image formats. Output downloads are in WebP by default, which produces the smallest file sizes for web use. For the AI image generator, you can choose WebP, JPEG, or PNG output.

How long are my images stored in the dashboard? +

Images processed or generated through the tool are stored in your dashboard for 12 months. After that they are automatically removed. Download anything you want to keep permanently — the dashboard is a convenience, not a permanent archive.

API & Integrations

Is there an API? +

Yes. The pixelseo.ai API exposes both core tools as REST endpoints. POST /api/v1/process-images accepts your images and returns SEO-optimized file names, alt text, and schema markup for each one — this is the BYOI pipeline. POST /api/v1/generate creates AI images and returns the full SEO package including the hosted image URL. Authentication uses an X-API-Key header. API keys are created and managed from your dashboard.

What does the process-images endpoint return? +

POST /api/v1/process-images accepts multipart/form-data with your images, an optional site_url, optional page_urls per image, and optional provided_names for Formula Builder mode. It returns for each image: seo_filename, alt_text, description, JSON-LD schema, and token usage. Credits are only deducted for successfully processed images.

What does the generate endpoint return? +

POST /api/v1/generate returns: the image URL (hosted on our CDN), the SEO-optimized file name, alt text, JSON-LD schema markup, and your remaining credit balance.

Do API calls use the same credits as the UI? +

Yes. Each image processed or generated — whether from the UI or the API — costs 1 credit. Credits are shared across both. There are no separate API-only plans.

Can I use this with n8n, Zapier, or other automation tools? +

Yes. The API is a standard REST API, so it works with any HTTP-capable automation tool. n8n, Make, and Zapier can all call the endpoints directly. This makes it straightforward to build workflows that pull images from a CMS (like WordPress or Shopify), send them to /api/v1/process-images, and write the returned metadata back — no custom plugin needed.

Pricing & Credits

How does pricing work? +

pixelseo.ai uses a credit system. You buy a credit pack and use it at your own pace — credits don't expire. Each image processed or generated costs 1 credit, whether you're using the UI or the API. New accounts include 3 free credits so you can try the tool before purchasing. See the pricing page for current pack sizes and prices.

Do credits expire? +

No. Credits do not expire. Once purchased they remain in your account until used.

What happens when I run out of credits? +

You'll receive a 402 response on the API or a prompt to purchase more in the UI. Your dashboard and all account features remain accessible — you just can't process or generate new images until you top up.

Image SEO — Why It Matters

Why do image file names matter for SEO? +

Search engines read file names as a signal for what an image contains. A file named 'impressionist-landscape-painting-homepage-hero.webp' tells Google exactly what the image is and how it relates to your page. A file named 'IMG_4823.jpg' tells it nothing. Descriptive, keyword-relevant file names are one of the simplest and most overlooked on-page SEO improvements you can make.

What makes good alt text for SEO? +

Good alt text describes what's in the image accurately and concisely, includes a relevant keyword naturally, and doesn't keyword-stuff. It's used by search engines to understand image content, by screen readers for accessibility, and as fallback text when images fail to load. It should read like a natural sentence describing what a sighted person would see.

What is JSON-LD schema markup for images? +

JSON-LD schema is structured data added to your page's HTML that helps search engines understand your content in detail. For images, an ImageObject schema tells Google the image's name, description, URL, and context. This can improve how your pages appear in search results and makes your content eligible for rich results like Google Image Search enhancements.

Does Google index AI-generated images? +

Yes. Google indexes images based on what they contain and the metadata associated with them — not how they were created. AI-generated images with proper file names, alt text, and schema are indexed and can rank in Google Images just like any other image.

WebP vs JPG vs PNG — which is best for SEO? +

WebP is the recommended format for web use. It produces smaller file sizes than JPG or PNG at equivalent quality, which improves page load speed — a confirmed Google ranking factor. JPG is a good fallback for photos where WebP isn't supported. PNG is best when you need transparency (logos, icons). For most website images, WebP is the right choice.

Trust & Technical

Are the generated images royalty-free to use on my website? +

Yes. Images you generate on pixelseo.ai are yours to use on your website, blog, or client projects. There are no licensing fees or attribution requirements.

Is my data private? +

Yes. Your generated images are stored privately in your account and are not publicly accessible or shared. The rename and convert tool processes files entirely in your browser — nothing is uploaded. We do not sell your data.

What AI models does pixelseo.ai use? +

It depends on the tool. The Optimize Images pipeline (Pixel Vision) uses Anthropic's Claude vision model to analyze your images and generate the SEO metadata. The AI image generator uses Google's Imagen model via Vertex AI to create the images, with Claude handling the metadata side. Both tools use the same underlying output format.

Still have questions?

Check the documentation for API details and integration guides, or start with 3 free generations to see the tool in action.