DeeGeeBlog

UberNerd-In-Training

Browsing Posts published by admin

First Page Ranking on Google, Cheap and Easy. You’re welcome.

google first page ranking tipsOh, the ‘elusive’ first page result ranking for your website on Google… the holy grail.

Bah. It isn’t tough at all, really. Actually, I accomplished it with an existing site that ranked so poorly, I stopped looking after the 8th page of Google search results.

Follow these three fundamental tips, and you’ll get there too.

  1. Utilize a free Webmasters account on Google
  2. Create and upload a sitemap
  3. Follow very basic meta tagging principles.

I did these three things, and the site I was working on went from absolute obscurity to the very first page (#5) for a few important keywords (or search phrases) within two weeks.

1.) Utilize a free Webmasters account on Google.

You’ll have to establish an account with Google if you don’t already have one. It can be difficult to find using Google’s menu. I’ve included a link to it above.

google first page rank easy using webmaster tools free

Next, click the Add a Site button to add your URL to your Webmasters account:

google first page ranking seo webmaster tools

Follow the directions to insert a personally-generated tracking code to the index page of your site. You’ll have the option of inserting this code into the <head> of the web document, or you can have Google generate an individual file that you’ll just upload to the root of your server. I’ve always just added the javascript code to the head section of my index pages, it always works.

When you have completed that, Google will instruct you to verify ownership of the website by clicking a button. Google will go check that the correct code is correctly placed, and that finishes step one.

2.) Create and upload a sitemap.xml file to Google.

This may sound difficult and foreboding. This is probably the easiest step. Go to XML-Sitemaps.com and enter the URL for your website:

create upload sitemap.xml file for first page google rankings

It will give you a sitemap.xml file to download to your computer. Next, take that xml file and upload to your root directory.

Go back to Google Webmaster tools:

google webmaster tools seo free ranking sitemap upload

You’ll upload your sitemap directly to Google. I like to think that giving Google a sitemap of your site is like giving it directions to your house, the key to the front door, and free reign of the refrigerator and cable television while you’re out. You make it incredibly easy for Google to spider your URLs on a weekly or monthly basis. Without this, Google comes to your site whenever it has the time. Be a good host, let the Google spider in!

3.) Follow very basic meta tagging principles.

It’s 2011, people. I don’t know how many webpages I do a view source on, to see no <title> tag, no <keywords> entries, no <description> data, and no <alt> tags on pictures.

<head><title>Title of Your Website</title>

Make the title of each webpage the topic of discussion on that page. If you must include the name of your company,
the name of your blog, do it at the end of the title like this:

<title>Pulling wheelies on Harleys | F. Barleysheath's blog</title>

People are going to search for how to pull a wheelie on a Harley, they won’t be looking for F. Barleysheath’s blog, so make the searchable term first in the title.

Always include meta attributes for keywords and description, like so:

<meta name="keywords" content="pulling wheelies, harley davidson, how to" />
<meta name="description" content="Pulling wheelies on Harleys isn't hard." />

Notice that the title of the webpage, the keywords, and the description all have the same phrase right at the beginning. This is your opportunity to showcase to the search engines what your site’s about. Put the title and meta tags in the <head> section of your webpage.

Lastly, add some alt attributes to all your images. It would look like this in html:

<img src="wheelie.jpg" alt="pulling a wheelie on uncle's harley" />

Enclose in quotation marks a good descriptor of the image,
and try to marry the webpage’s focus to the image alt tags, and you’ll be ahead of 80% of the website owners out there.

 

 

 

Share

reciprocal linking is now black hatNot too many years ago, reciprocal linking was downright de rigeur for webmasters trying to increase their page rank with Google. In an attempt to show Google that their site was such a great place to go, web owners would exchange links with one another. “If I add a link to your site, will you add a link on your page to my site?” For years, this was just standard practice.

The folks at Google are far from dumb, and in their current algorithms they actually check if sites engage in Reciprocal Linking and punish them for such an attempt.

“…[S]ome webmasters engage in link exchange schemes and build partner pages exclusively for the sake of cross-linking, disregarding the quality of the links, the sources, and the long-term impact it will have on their sites. This is in violation of Google’s Webmaster Guidelines and can negatively impact your site’s ranking in search results.”

Turns out, this is nothing terribly new, and Google hinted at it a few years ago. In 2006, Google began hinting that they’d consider ‘docking’ reciprocal linking schemes.

Best way to get other sites to link to you and help build your site’s PageRank?

“The best way to get other sites to create relevant links to yours is to create unique, relevant content that can quickly gain popularity in the Internet community. The more useful content you have, the greater the chances someone else will find that content valuable to their readers and link to it.”

Share

(And Adobe… are you listening?)

I’m ramping up, learning Silverlight / Blend / XAML, and I’ve been using some great online tutorials and book. I just found out on my own with zero help from anybody how stinking easy it is to incorporate audio to your projects, especially in Blend. Do you know how much ActionScript code you’d have to write, how much wrangling you’d need to do to do this very thing in Flash? Uh… much more.

sound behavior silverlight blend

Step 1, Drag PlaySoundAction to your object

Step 1:

On the Assets tab, select Behaviors. On the next panel that opens up, look for (you probably don’t even need any help from now on…) look for PlaySoundAction.

You’re halfway done. Seriously.

Step 2:

Drag that PlaySoundAction to whatever icon/image/button/thingamajig on your object list. On the Properties tab, select what type of Trigger Event you’d like this audio clip to play after (I selected MouseEnter in this example) and under CommonProperties, select the source (I manually imported my mp3 clip to the Projects Library list, and just had to use the down arrow to select it from the list. If not, you can get the audio clip you want by clicking the elipses (…) to get it from your computer/network.

set trigger properties for audio playsoundaction silverlight blend

Step 2, Choose audio file and Event Trigger

And that’s it.

Now, the audio clip must be in an ‘appropriate’ Silverlight format, mp3, mp4, wma, wmv, asf, or asx. You might need to convert an old wav file. Seriously, this was the hardest part of the process.

I’m going to be the smartest mofo at the Silverlight Firestarter 2010 event… well, no, no way. Maybe in my family. My mother doesn’t know jack about Silverlight. So I got that going for me.

Share
Powered by WordPress Web Design by SRS Solutions © 2012 DeeGeeBlog Design by SRS Solutions