artesaos / seotools

SEO Tools for Laravel
MIT License
3.11k stars 503 forks source link

Adding support for setting meta title without appending default title #35

Closed georgeboot closed 8 years ago

georgeboot commented 9 years ago

Currently SEOMeta::setTitle() appends the default title to the set title. This comes in handy most of the times, but not always.

Proposal: add a 2nd argument to SEOMeta::setTitle() which optionally disables the appending of the default title.

vinicius73 commented 8 years ago

36 Merged