artesaos / seotools

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

prefix and suffix for title and others #109

Closed MahdiMajidzadeh closed 5 years ago

MahdiMajidzadeh commented 6 years ago

hi its good idea to have prefix and suffix for the title and others its help to set site name in all titles like <title>Github - new repo</title> <title>Github - issues</title> and so on

peterangelov commented 5 years ago

I think the suffix for titles is there, you can set it (or disable) in config/seotools.php https://github.com/artesaos/seotools/blob/master/src/resources/config/seotools.php#L9 and when using setTitle() method you can decide whether you want it appended or not.

MahdiMajidzadeh commented 5 years ago

thanks a lot