tiste / middleman-meta-tags

Easy integration of meta tags into your Middleman applications
rubygems.org/gems/middleman-meta-tags
MIT License
65 stars 19 forks source link

do we really need site meta tag #9

Closed wafcio closed 4 years ago

wafcio commented 9 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.

tiste commented 8 years ago

You can write a PR if you think it's relevant :+1:

gilmrjc commented 4 years ago

The current title is "Page title" SEPARATOR "Site title", as the OP requested.