artesaos / seotools

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

Why i keep getting It's Over 9000! #50

Closed ngohungphuc closed 8 years ago

ngohungphuc commented 8 years ago

Why i keep getting It's Over 9000! how can i get rid of it

vinicius73 commented 8 years ago

it's default title. you can change this in https://github.com/artesaos/seotools/blob/master/src/resources/config/seotools.php#L9

You need run php artisan vendor:publish, this command will output this file in your config folder.

adrianosilvavianna commented 6 years ago

Estou tendo problemas com o Title It's Over 9000! , já usei o comando ' php artisan vendor:publish ' e limpei o cache porém não funciona, não consigo retirar o Title padrão .

adrianosilvavianna commented 6 years ago

I found the solution, the setTitle method needs a boolean parameter.

SEO::setTitle("Text Title", false);

I don't know if is correct or not, but it worked.

serban-alexandru commented 5 years ago

Thank you @adrianosilvavianna. It still works !

shaikhfoysal commented 3 years ago

Go to the config file seotools.php and make value false the default title and save it.