最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Yoast SEO settings unavailable in an archive page from wordpress plugin

programmeradmin0浏览0评论

My Wordpress site has "Seriously Simple Podcasting" plugin installed to serve the podcast feature.

This plugin comes with a podcast archive page(click to open) on my site. The page shows correctly for users, but lacking 2 important SEO functions:

  1. Yoast plugin is unavailable/invisible, i.e. I cannot set search keyword, meta description etc for this archive page.
  2. I cannot change the H1 title from Podcast Archive to whatever I'd like to have

What can I do to achieve the 2 SEO goals above, whether configuring, installing extra plugins or extending php code?

My Wordpress site has "Seriously Simple Podcasting" plugin installed to serve the podcast feature.

This plugin comes with a podcast archive page(click to open) on my site. The page shows correctly for users, but lacking 2 important SEO functions:

  1. Yoast plugin is unavailable/invisible, i.e. I cannot set search keyword, meta description etc for this archive page.
  2. I cannot change the H1 title from Podcast Archive to whatever I'd like to have

What can I do to achieve the 2 SEO goals above, whether configuring, installing extra plugins or extending php code?

Share Improve this question asked Sep 27, 2019 at 8:14 Xi XiaoXi Xiao 1033 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 2
  1. Yoast SEO can have limitations for archive pages. Try a different SEO plugin such as Rank Math perhaps. Your other option would be to open the archive.php file of your theme and add your custom code in there if required. You may also contact the developers of that podcasting plugin to see if they have a solution.

  2. That title is inserted through your theme. You can open the file archive.php and look for the insertion of headings. Change those headings in there but be aware that it will change on all archive pages/categories. For that reason it is advisable to modify it through your podcasting plugin.

发布评论

评论列表(0)

  1. 暂无评论