Get found. Then find out what happened.

Once a site is live there are three questions: can search engines read it, can AI quote it correctly, and is anyone actually showing up. None of them needs a separate tool.

Direct answer

What does Creght provide for SEO, GEO, and analytics?

For SEO, site defaults cover title, description, favicon, and the social share image; every page can override its own title, description, and share image, with a live preview of the search result and social card, and a published site serves sitemap.xml and robots.txt.

For GEO, every page of an AI-built site is also served as plain Markdown by appending .md to its URL, and the site generates /llms.txt listing all pages, so crawlers read the actual content instead of parsing HTML.

For analytics, the panel reports page views, unique visitors, and unique IPs over the last 7, 30, or 90 days, plus breakdowns by source, region, and device. Creght does not provide SEO scoring or performance monitoring.

The problem

The site is up. Now what?

A page that loads is step one. Getting search engines to read it correctly, getting AI to quote it accurately, and knowing whether anyone arrived and from where usually means adding another tool, configuring an ID, and verifying the events fire.

Without CreghtWith Creght
Write every title and description by hand, and miss one on every edit.Site-level defaults plus per-page overrides, both in settings.
Generate sitemap.xml, write robots.txt, upload them yourself.Sitemap and robots are generated and served for you.
AI crawlers get a full page of HTML, navigation, and scripts, and answer wrong or incompletely.Every page ships a plain .md version, and llms.txt lists the whole site.
Add a third-party script, configure the ID, verify the events fire.Analytics ship with the site — there is data as soon as you publish.
Counting clicks on a quote button means building an event system.Custom event tracking is built in, counted by event name.

How it works

What comes built in

01

Site defaults, per-page overrides, live preview

Set the title, description, favicon, and social share image once for the site; any page can override its own title, description, and share image. The search-result card and social card render next to the fields as you type, so you check the result before publishing.

Global

Site default

Pages

  • Index
  • About
  • Blog
  • Contact

Title

Gezhi Labs — Testing · Validation · Research

Recommended length: 50–60 characters

Description

Lab services across the full research cycle: analysis, method validation, and data review.

Recommended length: 150–160 characters

FaviconSocial share image

Preview

your-site.com

Gezhi Labs — Testing · Validation · Research

Lab services across the full research cycle: analysis, method validation, and data review.

Share image

your-site.com

Gezhi Labs — Testing · Validation · Research

02

Every page has a .md version

Append .md to any page URL and you get the body as plain text, without navigation, scripts, or styling. AI crawlers read the content itself instead of inferring it from a full page of HTML. This applies to AI-built projects; the visual builder does not serve it.

your-site.com/about.md

# About us

> A lab focused on precision testing and method validation.

## What we do

Analysis, method validation, and data review across the full research cycle.

No navigation, no scripts, no styling — this is exactly what an AI crawler reads.

03

llms.txt, sitemap, and robots generated for you

A published site serves /llms.txt: a short site summary plus the full page list, each entry pointing at that page's .md. sitemap.xml and robots.txt are generated too, and new pages are included automatically. llms.txt grouping, exclusions, and notes are customizable.

your-site.com/llms.txt

# Gezhi Labs — Testing · Validation · Research

> Lab services across the full research cycle: analysis, method validation, and data review.

## Pages

- [/](https://your-site.com/index.md)

- [/about](https://your-site.com/about.md)

- [/blog](https://your-site.com/blog.md)

- [/contact](https://your-site.com/contact.md)

/llms.txt/sitemap.xml/robots.txt
04

Analytics and custom events

Page views, unique visitors, and unique IPs over the last 7, 30, or 90 days, with a trend line plus source, region, and device breakdowns. Key actions can be counted as custom events, and Meta Pixel is supported. What you get is settings and real visitor data — there is no SEO score and no performance monitoring.

creght / site analytics
Traffic analytics

Visits, regions, devices, and referrers for this site.

Last 7 daysLast 30 daysLast 90 days
Page views (PV)2,766
Unique visitors (UV)919
Unique IPs942
Traffic trend
PVUVIP
07-1607-1807-2007-2207-24
Sitemap and robots generatedSource · Region · Device12 custom events

You need a site before you need data.

Describe what you need, let AI generate a complete site, and get SEO settings, llms.txt, and analytics with it.

Render diagnostics