Replies: 0
Our blog has lot of posts, blog listings thus generates pagination… http://siteurl/blog/page/2/ …/3/ …/4/ etc.. By default, the title of each page is the same, so I edited the SEO title in the Yoast SEO fields for the /blog/ page to this:
Blogtitle %%sep%% %%page%% %%sep%% %%sitename%%
I expected this to add page titles to the title, but it did not do that. It correctly replaced %%sep%% with the separator and %%sitename%% with the site name, but completely ignores %%page%% , hence the title for each page is the same, not waht I wanted. Anyone can help?