Fixing Author-Trust 0 and Noindex Issues
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.