wpengine / frost

The ultimate WordPress block theme for website designers and developers.
https://wordpress.org/themes/frost/
GNU General Public License v3.0
559 stars 144 forks source link

Show excerpt on blog & archive pages to avoid duplicate content #128

Closed wpmarmite closed 1 year ago

wpmarmite commented 1 year ago

Hello guys,

I'm building a website using Frost and all content from blog posts are displayed on the blog page, archive pages and search results pages, which is not an SEO best practice. It whould display the post excerpt instead.

To fix this, I suggest to replace <!-- wp:post-content /--> by <!-- wp:post-excerpt /--> on the default query patrern.

Let me know what you think. :)