bdbrown

Mystery Code in Header

Jan 7th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1.  
  2. This is what you're seeing: google1ffb471110b4b3b3.html //
  3.  
  4.  
  5. Here's the lower half of the <head> section of your site:
  6.  
  7. <!-- Google Webmaster Tools plugin for WordPress -->
  8.  
  9. google1ffb471110b4b3b3.html <==== this is plain text so it's displayed as the first thing in the <body> element; everything
  10. that follows this is valid until......you get to the end of the code below.
  11.  
  12. <style type="text/css"></style>
  13.  
  14. <style type="text/css">
  15. .synved-social-resolution-single {
  16. display: inline-block;
  17. }
  18. .synved-social-resolution-normal {
  19. display: inline-block;
  20. }
  21. .synved-social-resolution-hidef {
  22. display: none;
  23. }
  24.  
  25. @media only screen and (min--moz-device-pixel-ratio: 2),
  26. only screen and (-o-min-device-pixel-ratio: 2/1),
  27. only screen and (-webkit-min-device-pixel-ratio: 2),
  28. only screen and (min-device-pixel-ratio: 2),
  29. only screen and (min-resolution: 2dppx),
  30. only screen and (min-resolution: 192dpi) {
  31. .synved-social-resolution-normal {
  32. display: none;
  33. }
  34. .synved-social-resolution-hidef {
  35. display: inline-block;
  36. }
  37. }
  38. </style>
  39.  
  40. <!-- All in One SEO Pack 2.2.4 by Michael Torbert of Semper Fi Web Design[310,325] -->
  41. <link rel="canonical" href="http://danzblog.com/" />
  42. <!-- /all in one seo pack -->
  43. <style type="text/css" id="twentyfourteen-header-css">
  44. .site-title a {
  45. color: #ffffff;
  46. }
  47. </style>
  48. <style type="text/css" id="custom-background-css">
  49. body.custom-background { background-color: #30bbdd; }
  50. </style>
  51.  
  52. //<meta name="google-site-verification" content="NCkOgIJPqCuFxGu5zXT9HkmSOPXTo_fBey_myQvgkM4" /> <==== until you get to the //
  53. which is also considered plain text so it's displayed
  54. after the text above; then everything else is fine.
  55.  
  56. </head>
Advertisement
Add Comment
Please, Sign In to add comment