for my previous question on the forum I had to add runat="server" to my <head> to solve my problem. Everything was working well until I noticed today that my html validation plugin was showing an error.
line 12 column 128 - Warning: too many title elements in <head>
I have a macro handling all my seo stuff (title and meta description). So my first thought was that the macro was causing the issue. But after removing the macro there was still on pair of titles tags left.
Since I had nothing left in my head tags I removed the runat='server' and this actually removed the extra title tags.
runat="server" on <head> adds <title> tags?
Hello,
for my previous question on the forum I had to add runat="server" to my <head> to solve my problem. Everything was working well until I noticed today that my html validation plugin was showing an error.
I have a macro handling all my seo stuff (title and meta description). So my first thought was that the macro was causing the issue. But after removing the macro there was still on pair of titles tags left.
Since I had nothing left in my head tags I removed the runat='server' and this actually removed the extra title tags.
Anybody got any idea why this is happening?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.