The Best And Easiest Google-friendly Change To Your Web Site
|
No matter who you are or how much you pay for web site advertising, free search engine traffic is probably responsible for a big part of your business. So why make your web site so hard for search engines to figure out?
Luckily, it seems like in the recent years people have paid attention to SEO, moved their sites over to CSS, abolished "table" and "font" HTML tags, started using the H1 tag around their titles... and in general, moved the main content of their site as close to the top of the HTML document as it can go.
"But Robert," you tell me, "I have a bunch of fancy JavaScript and CSS at the top of my site that I don't want to get rid of."
That's ok, you can keep it. Just stash it away in another file. By that I mean... if you were lazy and included your CSS right in the HTML document like this:
(style type="text/css")
(!--
CSS code in here
--)
(/style)
Copy all that text out and delete it from the HTML page.
Remove the "style" tags and the "(!--" and "--)" stuff. Open a new text file, paste the text from the clipboard in, save the file as "layout.css" then save and upload to your web server.
Now, back on your HTML page, place HTML code like this:
(link rel="stylesheet" href="http://www.example.com/layout.css")
When someone loads your page in a browser that tells them to look to the URL http://www.example.com/layout.css for the CSS info. But when the search engines crawl your site they will see a nice, clean, simple layout.
You can do the same thing with JavaScript. Say these are your "script" tags:
(script language="JavaScript" type="text/javascript")
(!--
JavaScript code in here
--)
(/script)
Do the same thing, copy the JavaScript code but NOT the "script" tags themselves or the "(!--" or "--)". Erase the original from the HTML page. Paste the stuff you copied into a new text file and call it something like: "functions.js"
Upload functions.js and in the spot you had your JavaScript code use this:
(script language="JavaScript"
src="http://www.example.com/functions.js")(/script)
One important thing to remember is that NO JavaScript code can be placed between the "script" tags if you use the "src" parameter like that.
So remember: use H1 tags, use meta description tags, and use CSS, but make sure you include your JavaScript and CSS stylesheets in separate files otherwise there's no point.
Free video for you: http://www.AffiliateBattlePlan.com/
|
|
|
Keywords ? Key For All Doors
Keyword research is certainly the most important phase in Search Engine Optimization process. Whether you hire a SEO company to do the job or you are doing the SEO process in...(related: Seo)
How Msn And Yahoo Sells Your Traffic
Yes, it really happens. Now you might find it hard to believe butyou will understand after I explain.Prior to late 2004, Google undisputedly ruled the search engineworld. During the second half of the year things took a dramaticturn when Yahoo and MSN decided to challenge the Big G for someof their lucrative market share.Search engines are a big source of revenue especially when itcomes to advertising and for many this is their bread and butter.With the emerging prominence of both Yahoo and MSN, advertisershave more channels through which to advertise their goods andservices.What marks Google apart from it's two big rivals in this area isthe way they display their ads. They deliver their ads through asystem called Adwords which is unobtrusive to viewers. The adsare pl...(related: Seo)
Search Engine Strategies For Affiliate Websites
The major search engines are always on the lookout to improve their search results and to weed out websites with duplicate content. They are also weeding out websites that mainly contain affiliate links. This is going to affect quite a few businesses on the Internet that depend on affiliate links to generate revenue.Especially the last Google update kicked some major affiliate players out the index - leaving those websites out in the rain. Loss of traffic was immediate and loss of revenue was dramatic. Future updates can be even more dramatic - therefore threatening the existence of online businesses depending on affiliate marketing. It can also affect the actual company running the affiliate program as their sales would go down if affiliates fail to generate leads.
The Easiest Way To Your Google Sitemap
Google Sitemaps is a new tool for website owners and publishers, released by Google themselves. It allows you to submit a sitemap (a document that contains links to every page of your site) from your own homepage in .XML or in plain .TXT format that will help Google to spider your pages. This again should result in a faster indexi...(related: Seo)
Even More Tips For Getting A Top 10 Search Engine Ranking!
I have spent some time discussing the 5 different options you have for getting your web site listed in the search engines. Just to make sure that we're all on the same page, let's quickly review?1. Use A Free Submission Service: As you'll recall, I do NOT recommend that you use a free submission service because they submit the exact same information to all of the search engines, destroying your chances of ever getting that top ranking position you deserve.Each search engine h...(related: Seo)
All You Need To Know About Your Website Traffic Is Contained In 5 Key Stats
You built that content rich web page optimized for your Keyword phrases but is it really working? By looking at these 5 Stats readily available from your CPanel you will quickly learn what you are doing well and what you need to improve on.Most Web Hosts will provide you with a Cpanel, where you can create E-mail Accounts, Upload Web Pages and check your stats. Most of the Cpanel's are very similar if not identical to the one my Hosts uses.When it is time to check my web page traffic statistics I click on Log and then Web/FTP Stats and finally AWStats. I am now presented with a List of all kinds of Stats to look at. Daily History, Monthly History, Country, Browser, Day of Week, Hour o...(related: Seo)
A Link From An Ugly Duckling Website With A Pr=1 Could Give You 10 To 80 Times More Pagerank
Whether you want to start a business and sell on the Internet or you're an old pro and want more Internet sales, here's the easy way to do it.To get the most sales on the Internet you need to have a high PageRank on Google. One of the common techniques everyone uses (or tries to use) to get a high ranking on Google is to convince other websites with a high Google PageRank (PR) to link to them.Here's what's wrong with trying to get 500-pound gorilla websites to link to you.The Google algorithm for calculating PageRank says that the amount of PageRank a page has available to pass on to each page it links to is the PageRank of the page divided by the number of outgoing links.For example, a page with a PageRank of 4 with two outgoing links would pass on 2 units of PageRa...(related: Seo)
Google Bring Deskbar Search To Windows Desktop. Now Any Website Can Take Advantage Of This
Google's premier of desktop search proves that the desktop is an extremely valuable marketing real estate. Google, which holds about 75% of the Internet search market, just introduced "Deskbar" ? a small desktop application that allows users to search Google directly from their desktops. Google currently rules the Internet, but positioning themselves on the desktop gives them the power to rule not only the Internet, but also the entire personal computer.Unlike other interactive marketing avenues, such as website and email, the desktop is virtually free of advertisements and promotional materials. The desktop is competitor free and just waiting to be claimed.The advantages of desktop search are not limited to Google and their major search engine competitors though. Any website with search technolog...(related: Seo)
Introduction To Google Page Rank (pr)
For anyone looking to enhance their Google Page Rank (PR) to get a better place in the search results, we now have software that makes finding good links so much easier....(related: Seo)
Every Search Engine Robot Needs Validation
Your website is ready. Your content is in place, you have optimized your pages. What is the last thing you should do before uploading your hard work? Validate. It is surprising how many people do not validate the source code of their web pages before putting them online.Search engine robots are automated programs that traverse the web, indexing page content and following links. Robots are basic, and robots are definitely not smart. Robots have the functionality of early generation browsers: they don't understand frames; they can't do client-side image maps; many types of dynamic pages are beyond them; they know nothing of JavaScript. Robots can't really interact with your pages: they can't click on buttons, and they can't enter passwords. In fact, they can only do the simplest of things on your website: look at text and follow links. Your ...(related: Seo)
Creating A Search Engine Copywriting Plan
Search engine copywriting has become an extremely important part of the overall search engine optimization process. However, in addition, search engine copywriting has developed into a misunderstood craft.Shoving keywords in anywhere they can possibly go is not considered search...(related: Seo)
Seo Made Easy!
Search engine optimization remains a minefield of old advice, outdated ideas and outright dangerous techniques that can get you banned. Here's the main points to great search engine optimization.On the internet, the information that you read can have been created days, weeks, years or even decades ago. The techniques that worked in a simpler, more n...(related: Seo)
site-map - Copyright © 2006 | You can send your articles and get links. Contact Webmaster | All Rights Reserved. | Seo