remove visible publication dates from articles (keep JSON-LD for SEO)

Drops the rendered date span from:
- ArticleFeed.tsx (homepage feed)
- news/page.tsx (news list — also drops the orphan separator)
- news/[slug]/NewsArticleDetailClient.tsx (article header + related-articles row, drops paired separators)
- AISuggestedArticles.tsx (sidebar — keeps readTime alone)

JSON-LD datePublished/publishedTime in news/[slug]/page.tsx and
articles/[slug]/page.tsx is unchanged so search engines still see the
publication date.
This commit is contained in:
Ryan Salazar
2026-05-08 00:18:12 +00:00
parent eabe31f911
commit 3334d11597
4 changed files with 1 additions and 8 deletions

View File

@@ -793,7 +793,6 @@ export default function ArticleFeed() {
{article?.category}
</span>
<span className="text-[#444] text-xs hidden sm:inline">|</span>
<span className="text-[#666] text-xs font-body hidden sm:inline">{article?.date}</span>
<SourceBadge source={article.source} />
</div>
<h3 className="font-heading text-[#e0e0e0] font-bold text-[0.875rem] md:text-[1rem] leading-snug mb-1 md:mb-1.5 group-hover:text-[#3b82f6] transition-colors duration-200 line-clamp-2">