Fixing Author-Trust 0 and Noindex Issues

JordanSurfer Intermediate 8h ago 301 views 8 likes 1 min read

My posts are currently being served with noindex and nofollow tags, effectively blocking Google from indexing my content. Checking the page source reveals the following:

<meta name="robots" content="noindex, nofollow">
<meta name="author-trust" content="0">

This is a classic case of the platform's automated spam protection kicking in. I'm publishing original, long-form technical deep dives on AI/ML engineering and RAG, but since I'm using the Forem API rather than the web editor, I suspect the system has flagged the account as low-trust.

Diagnosis and Current Status

The tags are injected server-side, meaning I can't simply edit the markdown to fix this. From what I've gathered, author-trust: 0 is tied to account signals. Here is what I've checked so far:

  • Deployment Method: Posts are pushed via API, which might be triggering extra scrutiny compared to manual web entries.
  • Account Age: The account is brand new.
  • Content Quality: The articles are high-effort technical write-ups, not low-value AI fluff.

My Recovery Plan

To move this from author-trust: 0 to a trusted state, I'm focusing on these specific levers:

1. Profile Completion: Ensuring avatar, bio, and linked social accounts are fully populated to prove I'm a real human.
2. Community Engagement: Moving away from just "publishing" and actually interacting with other developers' posts.
3. Consistency: Continuing to publish high-quality technical content to establish a pattern of value.

I'm trying to avoid anything that looks like gaming the system, as that usually makes the trust score worse. My main technical question is whether these tags are lifted retroactively once the trust score increases, or if only future posts will be indexable. If anyone has a documented timeline for when a new account moves out of the "spam filter" zone, that would be incredibly helpful.

Help WantedHelp

All Replies (3)

A
AlexTinkerer Advanced 8h ago
Check if any SEO plugins are overriding your global settings, that's where I found mine.
0 Reply
J
Jordan37 Intermediate 8h ago
Had this happen with a caching plugin once; clear your site cache after changing the settings.
0 Reply
D
Drew15 Expert 8h ago
Same thing happened after a theme update. Double check your robots.txt just in case.
0 Reply

Write a Reply

Markdown supported