Log in Sign up

Pocket is parsing author incorrectly

I can't, for the life of me, figure out how to get the author parsed by read later services. For some reason, Pocket has pulled out "merch" as the author of my posts, and I don't know why. Any ideas?

Example post.

Pocket screenshot


2 years ago, 3 replies   developers   rss   Edit question

I ended up adjusting some of the <meta> tags in the head.html file, and added a JSON-LD block to hopefully help with parsing and SEO. This post has some good advice as well. Ultimately, it did not fix the Pocket parsing issue with "merch" above, but apparently, Pocket is notoriously tricky to get to parse authors correctly.

Answered 2 years ago · Edit answer

Interesting - I’m not that familiar with pocket but it should be possible to add whichever <meta> tags are required to your custom template on Blot

Answered 2 years ago · Edit answer

I figured this specific problem out. In my footer, I had a link on the word "merch" that went to https://cottonbureau.com/people/heydingus. I think the "people" in that URL took precedence over all the meta tags I set. I changed that link to https://heydingus.net/store and redirected it to that Cotton Bureau link, and Pocket now correctly parses my name as the byline.

Answered 2 years ago · Edit answer