Suggestions on header.php changes regarding RSS and Meta
-
Someone who understand code, regarding META and RSS links is everything alright in this header of mine?
https://www.victorsvedberg.se/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml"> <head profile="https://gmpg.org/xfn/1"> <title><?php bloginfo('name'); ?><?php wp_title(); ?></title> <meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="shortcut icon" href="" type="image/vnd.microsoft.icon" /> <link rel="icon" href="" type="image/gif" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <meta name="google-site-verification" content="Y1wlpBLAlWJ0916ihrzP5GDZJJuz2Gaz1S50XP4mqBc" /> <body> <div id="header"></div> <div id="menu"> <div id="logo"> <div id="h1"><a href="https://www.victorsvedberg.se"><img alt="Victor Svedbergs blogg" src="https://victorsvedberg.se/wp-content/themes/clear/img/hlogo.png" width="485" height="68" border="0"/></a><br /><br /></div> </div> <div class="header-strip"> </div> </div>
- The topic ‘Suggestions on header.php changes regarding RSS and Meta’ is closed to new replies.