Upgrading wordpress fix mistakes in SEO code?
-
I have mistakes in my wordpress code. It is 3.0.1 now. Will up grading fix those mistakes. Here are the mistakes:
There are the following errors in my website, tokyohomeopathy.jp:
in the <head>, the meta tag for google is not closed:
<link rel=”EditURI” type=”application/rsd+xml” title=”RSD” href=”https://tokyohomeopathy.jp/xmlrpc.php?rsd” /><meta name=”google-site-verification” content=”FkkEBeXIeeRBuQbZx0VgMCqowdBtE4qdu893FpvjCWo”
also, there is a missing </script> tag at the end of my document:
<script type=”text/javascript”>
var gaJsHost = ((“https:” == _gaq.push([‘_setAccount’, ‘UA-XXXXX-X’]);
_gaq.push([‘_setClientInfo’, false]);
_gaq.push([‘_setAllowHash’, false]);
_gaq.push([‘_setDetectFlash’, false]);_gaq.push([‘_setDetectTitle’, false]);
_gaq.push([‘_trackPageview’]);_gaq.push([‘_setAccount’, ‘UA-XXXXX-X’]);
_gaq.push([‘_trackPageview’]);
</body>
</html>Thanks,
Ellen
- The topic ‘Upgrading wordpress fix mistakes in SEO code?’ is closed to new replies.