Who Knows this SEO/Coding Answer?

1 replies
  • SEO
  • |
Okay, WordPress makes a mess. Real life code below, and general
question for you SEO experts.

Would moving the metas up, and the java code
way down, help improve crawl and rank?

If so, how should it appear in the code... Like this...?

<html>
<title>
<meta>
<meta>
<meta>


--------partial index snip -- current code --------------------
<html>
<title>Referrals | World-Class Referral Marketing Advice</title>
<!--we need this for plugins-->
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.domainname/blog/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.domainname/blog/wp-includes/wlwmanifest.xml" />
<script type='text/javascript' src='http://www.domainname/blog/wp-includes/js/prototype.js?ver=1.6'></script>
<script type='text/javascript' src='http://www.domainname/blog/wp-includes/js/scriptaculous/scriptaculous.js?ver=1.8.0'></script>
<script type='text/javascript' src='http://www.domainname/blog/wp-includes/js/scriptaculous/effects.js?ver=1.8.0'></script>
<script type='text/javascript' src='http://www.domainname/blog/wp-content/plugins/lightbox-2/lightbox.js?ver=2.2'></script>
<meta name="generator" content="WordPress 2.6.2" />


<!-- Powered by AdSense-Deluxe WordPress Plugin v0.8 - AdSense-Deluxe WordPress Plugin Acme Technologies Zeitgeist -->

<!-- all in one seo pack 1.4.6.14 [-1,-1] -->
<meta name="keywords" content="client referrals, referral marketing, get referrals,how to get more referrals,referral marketing,sample referral letter,word of mouth referrals, asking for referrals,ask clients for referrals,client referral,customer referrals,more business,referral,referral marketing ideas, business referrals, client referrals,ask for referrals,how to ask for referrals,referrals from others,strategic alliance referrals,get more referrals,prospecting for referrals,referral diagram,referral ideas,referral letters,psychology of referrals,referral sample letters" />
<!-- /all in one seo pack -->
<script language="javascript1.4" type="text/javascript" src="http://www.domainname/blog/wp-content/plugins/audio-player/audio-player.js"></script>
<link rel="stylesheet" href="http://www.domainname/blog/wp-content/plugins/drop-caps/dropcaps.css" type="text/css" media="screen" />

<!-- begin lightbox scripts -->
<script type="text/javascript">
//<![CDATA[
document.write('<link rel="stylesheet" href="http://www.domainname/blog/wp-content/plugins/lightbox-2/Themes/Black/lightbox.css" type="text/css" media="screen" />');
//]]>
</script>
<!-- end lightbox scripts -->

<!-- Start Of Script Generated By WP-PageNavi 2.31 -->
<link rel="stylesheet" href="http://www.domainname/blog/wp-content/plugins/wp-pagenavi/pagenavi-css.css" type="text/css" media="screen" />
<!-- End Of Script Generated By WP-PageNavi 2.31 -->
<meta name="robots" content="index,follow" /><link rel="stylesheet" href="http://www.domainname/blog/wp-content/themes/clean-copy-right-sidebar-1/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="Referrals | World-Class Referral Marketing Advice RSS Feed" href="http://www.domainname/blog/feed/" />
<link rel="pingback" href="http://www.domainname/blog/xmlrpc.php" />
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


<meta name="generator" content="WordPress 2.6.2" /> <!-- leave this for stats -->
<script language="javascript">
function changepic(){
var button1 = new Image();
button1.src = "http://www.domainname/blog/wp-content/themes/clean-copy-right-sidebar-1/images/hot3.jpg";
document.mainpic.src = button1.src;
}
function changepic2(){
var button1 = new Image();
button1.src = "http://www.domainname/blog/wp-content/themes/clean-copy-right-sidebar-1/images/hot2.jpg";
document.mainpic.src = button1.src;
}
</script>
-------------------------------------
#answer #seo or coding
  • Profile picture of the author dburk
    Hi mybluedog,

    If you mean changing the order within the head section of your code, this will make no difference.

    However, some of those scripts may run fine if you place them at the bottom of your pages in the footer section. This will often make a significant impact as your page content will display faster and reduce abandonment.

    Depending on the actual function of the script you may or may not be able to move them. you should test each one to verify.

    Another thing you can do is combine your scripts into a single file and reduce the number of HTTP requests which will speed up page load time. Anything you can do to reduce your page load times will have a positive impact.
    {{ DiscussionBoard.errors[148727].message }}

Trending Topics