Search

 

 

Informative Articles

Forget Google PR, It’s All About “Real-Time” Data!
Forget Google PR, It’s All About “Real-Time” Data! The “Holy Grail” in Digital Marketing is “Real-Time” Data. Isn’t that really what the transition from HTML 4.01 to XHTML to XML, and CSS and the lot is all about? I don’t really understand the...

How to create a good links directory
Every webmaster is spending a serious amount of time online in order to promote a new site or even an older one. We are all talking about quality of content and layout and the truth is, for a site traffic is also important. If nobody has got the...

Microsoft and Webmasters
Does Microsoft care for Webmasters It’s always been a problem with websites appearing exactly the same on different platforms. As a web developer / webmaster it is extremely difficult to make user experiences rich by having the site look the...

Successful Web Development: 10 Key Elements
There are many elements that are key to successful web development. There is no arguing that elements of talent such as graphic design, writing, and technical expertise are important. In the long run, however, it is the elements that are not...

W3C Compliance & Macromedia Flash
A Creative Solution to Validate Pages Containing Macromedia Flash and Work Around XHTML Specifications for Microsoft's Internet Explorer. Remember the "Good Housekeeping Seal?" W3C is the World Wide Web Consortium seal of quality...

 
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"


Matt Wilson: Trios, Quartets And 'Don Knotts'
Like a comedian, the drummer knows something about offhand dexterity and split-second timing.

Leala Cyr And Ricardo Vogt: Live At Berklee
She's from a small Midwestern town. He's from Southern Brazil. But they've been collaborating for years — she with voice and trumpet, he on guitar — and they demonstrate their blend of musical traditions in a live broadcast Feb. 9 at 8 p.m. ET.

Coleman Hawkins And Charlie Parker Were Not Particularly Good Actors
Hawk, Bird and the great play-synch of 1950.


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.

About the Author

Free video for you:

http://www.AffiliateBattlePlan.com/