mkiser / WTFJHT

Logging the daily shock and awe in national politics. Read in moderation.

Home Page:https://whatthefuckjusthappenedtoday.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEO + Schema.org: `name` and `headline` are duplicated

denisensantos opened this issue · comments

Based on @StevenBlack's suggestion, I run an analysis on google's structured data tool and noticed the main schema.org name and headline fields are duplicated:
https://search.google.com/structured-data/testing-tool#url=https%3A%2F%2Fwhatthefuckjusthappenedtoday.com%2F

<script type="application/ld+json">
{
	"@context": "http://schema.org",
	"@type": "WebSite",
	"name": "What The Fuck Just Happened Today?",
	"headline": "What The Fuck Just Happened Today?",
	"image": "https://whatthefuckjusthappenedtoday.com/public/wtfjht-f.jpg",
	"description": "Today’s essential newsletter. Logging the daily shock and awe in national politics. Read in moderation.",
	"url": "https://whatthefuckjusthappenedtoday.com/"
}
</script> 

I believe this has been fixed.