GeoLand.org


Web design, development, marketing, SEO, consulting

Add facebook google tweet linkedin share buttons to your website

January 16th, 2012 by · No Comments

Its very important to have the share buttons of the popular networks available to your readers in order to remind them to help you promote your content.  This is not a difficult task and you can always use services such as http://www.addthis.com or http://wibiya.conduit.com/ or http://www.po.st which offer a great service.  One would choose these services for the ease of use and statistics they provide.  On the other hand these services are not so easily customizable (not to the level I want them to) and they tend to be heavy on the pages load …

[Read more →]

→ No CommentsTags: css · development · social media · web design · website

Clicks and bounces and how they are considered for google search algorithm

October 5th, 2011 by · Comments Off

Its not something new that clicks and bounce rate are considered for ranking on google ranking algorithm but I just wanted to post this quick note for everyone that asks me about it. [Read more →]

Comments OffTags: google · keywords · rankings · SEO

Being different- Why a site identity matters so much

May 19th, 2011 by · Comments Off

The lone apple in a pile of oranges stands out. A color on a black background stands out. In the same way, a website with a unique identity will always stand out. With websites, functions, services, products and content are the colors and unique identity mechanisms that make them stand out. This is a basic marketing principle, and it’s as basic online as SEO- Identity creates market profile.

[Read more →]

Comments OffTags: SEO

Correct broken links and images on your drupal development environment

April 22nd, 2011 by · 2 Comments

I am in the habit of using Backup and Migrate module to quickly move from Live to Local in order to test things out. More than 80000 people trust this module I suppose to keep backups or move from Live to Local and vice versa. One of the problems that might arise when Restoring the database on localhost is that some of the content might contain links and images that will be broken if your drupal installation is in a subfolder which means you have in your .htaccess something like this
RewriteBase /folder/domain.com

and that you access your site from a browser like this
http://localhost/folder/domain.com/

[Read more →]

→ 2 CommentsTags: development · drupal · sql