@@ -32,10 +32,10 @@ const jsonLd = [
3232
3333 <h2 >what changed</h2 >
3434 <p >
35- seo optimized for ranking algorithms. those algorithms read your < code >title</ code >
36- tag, your headings, your link graph, and ranked you. you could rank well
37- while serving a single-page javascript app, because the crawler eventually
38- rendered it.
35+ < dfn >< strong > seo</ strong ></ dfn > is a discipline that optimized for ranking
36+ algorithms. those algorithms read your < code >title</ code > tag, your headings,
37+ your link graph, and ranked you. you could rank well while serving a
38+ single-page javascript app, because the crawler eventually rendered it.
3939 </p >
4040 <p >
4141 generative engines work differently. they fetch your page, parse the html,
@@ -47,11 +47,11 @@ const jsonLd = [
4747
4848 <h2 >how the score works</h2 >
4949 <p >
50- <a href =" /" >agentimization</a > samples up to 10 pages of your site, then runs
51- 36 checks against the html, http headers, and well-known files. each check
50+ <a href =" /" >agentimization</a > samples up to < strong > 10 pages</ strong > of your site, then runs
51+ < strong > 36 checks</ strong > across < strong >8 categories</ strong > against the html, http headers, and well-known files. each check
5252 returns one of: <strong >pass</strong >, <strong >warn</strong >, <strong >fail</strong >,
5353 <strong >skip</strong >, or <strong >info</strong >. checks are weighted by how
54- much they affect ai-readability.
54+ much they affect ai-readability. a typical run completes in under < strong >15 seconds</ strong >.
5555 </p >
5656 <p >
5757 the weighted average becomes a 0 to 100 score, mapped to a letter grade:
0 commit comments