Weak citation signals: anonymous, undated content with no sources
In brief
Anonymous, undated content with no sources starts at a disadvantage: to cite you, a generative engine looks for who is speaking, when, and on what basis. Display the author and date, and back your key claims with links to sources.
What is it?
Several citation signals are missing (author, date, external sources).
Why it hurts SEO and AI
To cite content, a generative engine looks for who is speaking, when, and on what basis. Anonymous, undated content with no references starts at a disadvantage against an attributed competitor.
When it is NOT a problem
- The page is not informational content (transactional page, form, category): author, date and sources have no place there.
- Your content already shows author, date and references, but inside client-injected elements: check they also exist in the raw HTML.
- This is an improvement recommendation (info): these signals guarantee no citation, but their absence is an avoidable disadvantage.
<article>
<h1>Trail running is growing in France</h1>
<p>The sport has exploded in recent years.</p>
</article><article>
<h1>Trail running is growing in France</h1>
<p class="byline">By Marie Dupont, July 9, 2026</p>
<p>The sport is growing, according to
<a href="https://official-source.org/study">this federation study</a>.</p>
</article>Backing a key claim with a link to a reliable reference makes the content verifiable, which a generative engine values when choosing a source.
How to fix it
- Clearly display the content's author (real name, ideally with an author page) and the publication or update date.
- Identify your key factual claims and add a link to a reliable external source for each one.
- Mirror these same signals in the JSON-LD (author, datePublished) so they are machine-readable.
- Check that author, date and links are present in the raw HTML, not only in the JavaScript render.
This scan checks the signals AI reads: structured data, llms.txt, author
Is this issue on your site?
Does your content say who is speaking, when, and on what basis? Enter a URL: Seogard checks your citation signals (author, date, sources) in the raw HTML that generative engines read. Free, no credit card.
- No credit card
- Result in ~30 s
What you get back
Verifiable content (who is speaking, when, on what basis) — the elements a generative engine can use to evaluate a source. Not a citation guarantee, but one less disadvantage.
Seogard catches this regression automatically — through its GEO monitoring.
Frequently asked questions
Do these signals guarantee a citation by ChatGPT or Perplexity?
No guarantee. But anonymous, undated content starts at a disadvantage against an attributed, sourced competitor: these signals remove an obstacle, they do not force a citation.
How is this different from incomplete structured data?
Structured data covers the machine fields of the JSON-LD. Citation signals cover the whole picture, including human-visible elements: displayed author, readable date and links to sources.
Related rules
Related case: Author removed (JSON-LD)
Updated July 10, 2026