Unstoppable Domains

Meta tag validation help?

Spaceship Spaceship
Watch

xxll_martin_llxx

Established Member
Impact
3
Hey

I want to add meta tags to my site but because I have it validated as XHTML 1.0 Transitional and the meta tag isn't supported. Is there another way to add the meta tags keeping it XHTML 1.0 Transitional?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Code:
<script type="text/javascript">
<!--
document.write('put your meta tag here');
-->
</script>
Not really the best way to do it, but it's an easy fix.
 
1
•••
What meta tag(s) do you want to add?
 
0
•••
<meta name=copyright content="">
<meta name=description content="">
<meta name=keywords content="">
 
0
•••
Code:
<meta name="copyright" content="" \>
<meta name="description" content="" \>
<meta name="keywords" content="" \>
Put your content into those now and they should be valid. You need quotes around everything and everything must end (\>)
 
0
•••
0
•••
/>
 
1
•••
0
•••
meta tags are supported... you need a / to close it... all XHTML tags must be closed
 
0
•••
Yep you are missing the trailing slash. You can put any metatag in with that doctype.
 
0
•••
Thanks all. Much appreciated :D
 
0
•••

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back