The core Blog module provides per-user blog pages in addition to the main blog page. We need a standard way of targeting those pages for Metatag assignment.

This is a follow-on from #1292612: Add support for blog module which covered the main blog page.

Comments

damienmckenna’s picture

I'm not marking this as a stable release blocker as it can be done, just somewhat unreliably.

The problem is that Context doesn't have a way to differentiate between an internal URL, e.g. 'blog/somebody' for the "somebody" user's personal blog.module blog page vs a node or View page with the URL 'blog/somebody', never mind the internal menu path of 'blog/%user_uid_optional', which would be optimal.

damienmckenna’s picture

Status: Active » Postponed

Postponing this for now.