artesaos / seotools

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

Homepage meta title #101

Closed almamund closed 5 years ago

almamund commented 6 years ago

Usually meta titles are like Page Title - App Name which is odd for homepage. I would like to set App Name - Page Title for home page. Is there a way to achieve this?

Would be helpful if there was a homepage option in config file.

Regards

almamund commented 5 years ago

Got a solution. I can do this with

app('seotools')->setTitle('Home Page Title', false);