How can I insert keywords and even the title of my page in these "Pages that do not exist".
For example, I made a pagination and my url changes as I change the value of url/conteúdo
, the title and other keywords continue with the same page value main.
I use the header of my index.php
for my other pages, such as conteudo.php
, sobre.php
etc ..
The title of my index.php
is home , but the title of the conteudo.php
file would have to be another, but the title is home as well.
Should I create headers for different files, or is there any way to change the title of the page without having to create another header?
There are a few methods to change the title via Javascript, but the ones I've always used have left the original title of the page in the head which is the right place and the title of the content in
body
in the middle of alum content. So I chose not to use it that way.