May2
This is just a little demonstration of embedding Google maps into a website or blog. I just created a website for an upcoming event and wanted to give visitors directions from a local hotel to the event. To make it easier for everyone, I just embedded a Google map with directions on the “Directions” page.
More information from Google here
As a demonstration, if the event was at the University of Dayton, and my guests were staying at the Dayton Marriott…
Print this map
View Larger Map
However, so much more is possible with the Google Maps API. Matt Cutt’s (a favorite blogger of mine) made a great post about things you can do: http://www.mattcutts.com/blog/fun-with-zip-codes/
April2
I just came across why Google built a browser.
Google Chrome is by far my favorite browser of the moment. I lost interest in Firefox as it became slower and slower with each update (it takes nearly 10 seconds to load from when I click the icon to launch it!). Additionally, Firefox had tons of memory leaks, and leaving the browser up all night would have my computer at a crawl by the morning.
Chrome loads immediately and my favorite feature is the one-box-for-everything (URL and search in one box).
I recommend you try Google Chrome out if you are looking for an alternate browser.
Sorry, there are no polls available at the moment.
February8
According to research by Hitwise, as of December 2008, the top four search engines are (in order) Google (72.07%), Yahoo (17.79%), MSN (4.10%) and then Ask (3.15%). Each of these search engines provides a method for you to track how your site is doing in their results.
- The first step is to make sure you have a robots.txt file and that it allows search engines to index your site.
- The next step is to setup a sitemap, based on the sitemap protocol. This gives the major search engines a list of what pages you would like indexed and how you would like them to be indexed.
With those two steps complete the major search engines will be able to better find and index your content. To track how your site’s indexing is going for each engine, the steps are pretty much the same. Create a login, verify you own the site through either creating a file on your site or updating a meta tag, submitting a sitemap, and then tracking results:
- Google: Google.com by far the most popular search engine, provides Google Webmaster Tools. I like Google’s tools the best, as it not only provides statistics, but lets you view how individual pages, if there are any indexing errors, and allows you to diagnose your site. I think it provides the most information and I use it in combination with Google Analytics to track my traffic results.
- Yahoo: Yahoo.com provides Yahoo Site Explorer for its users to track their sites indexing. This tool provides a method to submit a sitemap and see your site indexing statistics but not much else. I still have an account registered to track how I am doing statistically.
- MSN: MSN.com provides Webmaster Tools to access indexing information. They provide a cross between Google and Yahoo tools as far as depth of information goes. While they have more information than just the statistics offered by Yahoo, it is not to par with Google’s offering.
- Ask: Ask.com does not provide a webmaster login but states that simply creating the appropriate robots.txt and sitemap files are all you need to do to help your listings. More information about Ask.com sitemap submission here.
Using these tools, why it will not increase your search ranking, will help you see how you are doing and diagnose areas of improvement. They are great tools to see how different SEO techniques are improving how your site is indexed.
February7
The method I was using is no longer working. Google returns a “Forbidden” message now.
It was previously using the return from this link: http://www.google.com/search?client=navclient-auto&ch=6488814576&features=Rank&q=info:www.matthewstevenkelly.com
What is your websites Google Page Rank? A sites page rank shows how important Google says it is for search results. The higher the page rank, the higher and more likely the page will display in a search. Additionally, every page has its own individual page rank. With a good internal site linking structure when one page obtains a higher page rank it will pass it on to all other pages in your site. You should check your home page as well as many different pages throughout your site to see what your overall page ranking is.
Wikipedia actually has a great overly technical description of the page rank algorithm: http://en.wikipedia.org/wiki/PageRank
February2
At this moment in life I am using Google Chrome as my browser of choice.
It is fast, efficient, and has some interesting features and functionality that makes it easy for me to use (I am a big fan of the startup page, as well as how it organizes bookmarks, etc). However, I just noticed that it does seem to use my hosts file. For those of you who don’t know, a hosts file is a file that allows you to configure certain websites to redirect to certain other sites. For a home user, a big use is to block certain websites from displaying or accessing your computer…. Such as Google Analytics.
Let’s say I wanted to keep google analytics from tracking when I go to my own website. This is a very useful feature when you do not want the pages you view on your own site to show up on your google analytics page. This skews the ratings, generally towards direct referral traffic.
The way it works in Internet Explorer, Firefox, Safari, etc is… in Windows XP simply open: C:\WINDOWS\system32\drivers\etc\hosts
In notepad and add:
# [Google Inc]
127.0.0.1 www.google-analytics.com
to the file.
Is this a feature intentionally left out of Google Chrome to prevent users from blocking Google advertising like Google Adwords, etc? You can do it like this:
# [Google Inc]
127.0.0.1 pagead.googlesyndication.com
127.0.0.1 pagead2.googlesyndication.com #[Google AdWords]
127.0.0.1 adservices.google.com
127.0.0.1 ssl.google-analytics.com #[urchinTracker]
127.0.0.1 www.google-analytics.com #[Google Analytics]
127.0.0.1 imageads.googleadservices.com #[Ewido.TrackingCookie.Googleadservices]
127.0.0.1 imageads1.googleadservices.com
127.0.0.1 imageads2.googleadservices.com
127.0.0.1 imageads3.googleadservices.com
127.0.0.1 imageads4.googleadservices.com
127.0.0.1 imageads5.googleadservices.com
127.0.0.1 imageads6.googleadservices.com
127.0.0.1 imageads7.googleadservices.com
127.0.0.1 imageads8.googleadservices.com
127.0.0.1 imageads9.googleadservices.com
127.0.0.1 www.googleadservices.com
January20
I just updated my web site pages with the new Google Analytics tracking code snippet. It fixes a rare javascript pop-up error message by using a try-catch snippet. If you are familiar with object oriented programming languages, try-catch statements are nothing new. If you aren’t familiar… well the Google article gives you everything you need to know.
For more on javascript try catch statements:
http://www.w3schools.com/jS/js_try_catch.asp
Have you updated your snippets?
January18
Matt Cutts: Gadgets, Google, and SEO
neat fun stuff
- 30 day challenge update: meditation!
It’s time for an update on my 30 day challenges. Here’s what I’ve done the last few months:
June: I didn’t respond to email after 10 p.m. and I read the New Testament of the Bible. Both were interesting in different ways. It turns out that 10 p.m. is a pretty good time for me to [...]
- Climbing Kilimanjaro
“Don’t think. Just walk.” — a fellow hiker.
Last week I returned from climbing Mt. Kilimanjaro in Tanzania, Africa. I’ll start with the bottom line: I made it to the top!
That’s three of us at sunrise on the sixth day. We took the Machame route, which takes seven days. In theory, you could march [...]
- Switching between dev and beta Chrome channels on Linux
If you’re on Linux (say Ubuntu 10.04, also known as Lucid Lynx), you can switch between the developer (dev) and beta channels of Chrome like this:
Switch from Beta to Dev:
sudo apt-get install google-chrome-unstable
Switch from Dev to Beta:
sudo apt-get install google-chrome-beta
That’s easier for me than going back for the .deb file and doing something with it.
Also, [...]
- Climbing Mt. Kilimanjaro
I’m leaving Tuesday to try to climb Mount Kilimanjaro. If you want to show your support, please donate at charity:water. Anyone who wants to give is welcome.
Mt. Kilimanjaro is the highest mountain in Africa, at 19,340 feet (5895 meters). It’s hard to climb Kilimanjaro, mainly because of the altitude. I’ll be completely without [...]
- How to find start-up ideas
Chris Dixon had an interesting post a while ago about how to find start-up ideas. The advice boiled down to keeping a spreadsheet of ideas and talking to lots of smart people (entrepreneurs, potential customers, VCs, people at big companies). It’s good advice. Paul Graham also wrote in 2008 about startup ideas he’d like to [...]
- Webspam projects in 2010?
About a year and a half ago, I asked for suggestions for webspam projects for 2009. The feedback that we got was extremely helpful. It’s almost exactly the middle of 2010, so it seemed like a good time to ask again: what projects do you think webspam should work on in 2010 and beyond?
Here’s the [...]
- [POLL] Help me pick my next 30-day challenge!
This month I made my 30 day challenge be “Don’t respond to email after 10 p.m.” I’ve done very well overall on this challenge, and I like the results a lot. I’ll probably try to keep up this behavior.
Now I need to pick my next challenge. I read through the 350+ suggestions and comments that [...]
- Give Buzz another look
Have you given Buzz a try recently? Robert Scoble just asked if it was time to reconsider Buzz. Coincidentally I said almost the same thing in a question and answer session with Danny Sullivan last week at the SMX Advanced search conference.
I’ll repeat what I said last week. Do you remember when you first started [...]
- SEO site review session from Google I/O 2010
A couple weeks or so ago, we did an SEO site review session at Google I/O 2010. The video from that session is now live:
The video is about an hour long, but I hope it’s a pretty good use of your time if you’re interested in search engine optimization. Enjoy!
- SEO Advice: Make a web page for each store location
If your company has a bunch of store locations, please don’t hide that information behind a search form or a POST. If you want your store pages to be found, it’s best to have a unique, easily crawlable url for each store. Ideally, you would also create an HTML sitemap that points to the web [...]