Page 1 of 1

</title>

Posted: Wed Jun 26, 2024 4:29 pm
by manuelm
When I type a domain name in WhatsApp, the name of the page appears and then: "</title>". Why does this last appear?

Re: </title>

Posted: Wed Jun 26, 2024 4:52 pm
by Pablo
Maybe you have added invalid code to the page.

If you need help then please read:
Image

Re: </title>

Posted: Wed Jun 26, 2024 8:41 pm
by manuelm
I have tried deleting the rest of the pages in the project and the problem disappears. I guess I will have to try deleting the pages one by one, upload the web to the server, and find the possible error that way. However, I have tried to view the source code of index.php and "</title> appears only twice, and apparently correctly.
However, I would appreciate it if you take a quick look at the source code to tell me if you see any anomaly.
The URL I write in WhatsApp is: https://ardata.com.ar, and as soon as I finish writing it the title appears (which I tried to change and the problem continues), and then "</title>"
It's strange, because I uploaded the entire project to another URL and I can't repeat the problem.
I upload it again to my usual URL, and the problem persists.
In any case, you can download the project from https://ardata.com.ar/PROVISORIO/arData81.zip

Re: </title>

Posted: Wed Jun 26, 2024 10:38 pm
by BaconFries
To resolve this please remove all html you have added yourself. The page shows 2x <doctypes>, <head></head>,<body></body>, <title></title> you have added in <!-- <!DOCTYPE html> -->
<div id="Html1">
Note a web page can only have one of the mentioned within it!.

Re: </title>

Posted: Thu Jun 27, 2024 12:44 am
by crispy68
Agree with Baconfries. Looking at the source code on the site, you have code after the end </html> tag which shouldn't be there. The code you entered in html1 for the what's app is incorrect. This is not how you enter the code.