kainesh
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] RSS Feed Title and Link OffHi Michael,
I checked our dev site on 19.6.1 and the <link> is showing up correctly. I then set it to 19.3 so that I could show you.
I’ll do some more testing on 19.6.1 later, but hopefully it did the trick.
Thanks,
Lee
Forum: Themes and Templates
In reply to: [Customify] Cover Block Fixed image doesn’t work properlyIt is happening on my site. If I remove the
sizes="(max-width: 843px) 100vw, 843px"
from my cover image in the source it unblurs. I’m not sure what setting removes it, though.Forum: Plugins
In reply to: [Yoast SEO] RSS Feed Title and Link OffLooking through the previous version with yoast-test-helper I see that the link tag vanished in version 19.3
This appears to be a smoking gun from the yoast 19.3 update:
“Makes sure the link tag in the RSS feeds’ channel section links to the most specific URL possible (for instance the category or tag the RSS feed is for) instead of the homepage.”
This explains why the base rss feed is working. Being too specific might be messing up the link tag.
Forum: Plugins
In reply to: [Yoast SEO] Latest update screwed up my RSS emailI am having a similar issue to this one. After updating to the most recent version of Yoast my rss feed stopped validating. I was able to fix the title problem by switching to a different separator. Unfortunately, I can’t figure out why my link is being cleared.
Without Yoast:
<title>areas – Site Name</title>
<atom:link href=”https://sitename.com/category/areas/feed/” rel=”self” type=”application/rss+xml” />
<link>https://farmpolicynews.illinois.edu</link>With Yoast:
<title>areas Archives – Site Name</title>
<atom:link href=”https://sitename.com/category/areas/feed/” rel=”self” type=”application/rss+xml” />
<link></link>Any thoughts on where Yoast might be overwriting my rss link tag?