Skip to main content
Jan 05, 2018

Noindex WTF

On a client project, we wanted to prevent search engines from accessing pages on the site. It needed to be directly linked to from some various sources, public, but not queryable. So we did the reasonable thing. We modified our robots.txt and added our metatags. Unfortunately, this didn't seem to work as we would expect and pages still showed up in Google searches.
#drupal  #google  #seo
Nov 25, 2012

gCal - A Google Calendar

Recently at work I developed a quick and dirty Google Calendar plugin for WordPress called gCal. In all simplicity, it needed to grab the public calendar XML file, parse it, shoot out a list and provide event details in a JavaScript modal popup.
#google  #plugin  #wordpress
Nov 23, 2012

Optimize your website

Watching file sizes and following coding standards are only one simple way to optimize your website. Proper HTML will ensure you page is processed as smoothly as possible, but does not mean a major speed boost.
#apache  #google  #web
Dec 03, 2011

Awesome Google Infographic

Over at Business MBA, I found this awesome infographic labeled "Behind the Numbers" that breaks down some information about one of the largest companies out there, Google.
#google
Nov 30, 2011

Tips for Google Maps and Mobile

When developing web applications it is always wise to use the most up to date APIs and know when to scale back on certain functionality.
#google  #tips  #web
Nov 27, 2011

Google+ Profile and your Blog

Google just made it easy to link your Google+ profile to your blog or other articles. Simply ensure to put a link to your Google+ profile with a rel="author" tag.
<a rel="author" href="https://plus.google.com/101530880977549569019/" title="Google+ Profile">
#google