Closed wafcio closed 4 years ago
When I write:
= display_meta_tags(site: 'Page Title', separator: '-')
I receive:
<title>Website Title - Page Title</title> <meta name="site" content="Page Title" />
I am not sure that we really need second line.
And about title tag, in many SEO website I read that page title should be first and then website title.
You can write a PR if you think it's relevant :+1:
The current title is "Page title" SEPARATOR "Site title", as the OP requested.
When I write:
I receive:
I am not sure that we really need second line.
And about title tag, in many SEO website I read that page title should be first and then website title.