Making Communications Buzz

Friday, January 26, 2007

Web Marketing Buzz: Microsoft Knows The Importance, But Not The Howto

Web marketing means using new media like blogs and Wikipedia to promote your cause, service or product. Here are two cases where Microsoft shows us how not to do Web marketing.

A Wake-Up Call to Microsoft's PR Team

From the January 1, 2007, edition of The New York Times:

Several bloggers reported last week that they had received Acer Ferrari laptops, which can sell for more than $2,200, from Microsoft. A spokeswoman for Microsoft confirmed on Friday that the company had sent out about 90 computers to bloggers who write about technology and other subjects" that could be affected by the release of Windows Vista, Microsoft's new operating system. Read the story...

Microsoft Offers Cash for Wikipedia Edit

By BRIAN BERGSTEIN, AP Technology Writer Tue Jan 23

Microsoft Corp. landed in the Wikipedia doghouse Tuesday after it offered to pay a blogger to change technical articles on the community-produced Web encyclopedia site. Read the story...

News travels fast these days.

Labels: ,

Thursday, January 25, 2007

"www" in a website address: Why it matters to website success - continued

Here is a follow-up to my post about why "www" in front of your domain matters to the rank of your website in search engines like Google, Yahoo and MSN ("www" in a website address: Why it matters to website success).

If you want the code to use on your website host server to change all incoming requests for URLs without the "www" into URLs with the "www", simply put the following into your .htaccess file. The first 2 lines are a comment to remind you what the code is for.

# If an address without the "www." prefix is entered,
# this will redirect to the page with the "www." prefix.
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]

# That's it!

Here is a good resource on .htaccess files:
http://encyclopedia.thefreedictionary.com/htaccess


Also, remember to change other settings and code on your website that involve the domain and whether it has "www" in it or not.

For example, WordPress blog software users should be sure to make the following changes.

Before adding the above code to the .htaccess file, WordPress users must be sure to login to their blog admin panel and go to Options > General.

Under *WordPress address (URI)* enter the address with "www." in front if it is not already there.

Likewise for the *Blog address (URI)*.

If these addresses don't have "www." in them, the .htaccess rewrite will cause an error. Other blog software, such as Typepad, is likely to require a similar change.

("URL" stands for Universal Resource Locator and "URI" stands for Universal Resource Indicator". For most purposes, the two terms are interchangeable: both mean "web address".)

If you use Google Site Search, you will need to make sure that the domain used in the Site Search code has "www" in it.

After adding the rewrite code to my .htaccess file, Google Site Search I use on McBuzz.com at http://www.mcbuzz.com/search.shtml did not work. The results page was blank. To make it work again, I went into the HTML and changed
input type="hidden" name="domains" value="mcbuzz.com"
to
input type="hidden" name="domains" value="www.mcbuzz.com"

The fact that Google Site Search requires the "www" is further evidence, it seems to me, of the importance of standardizing your URL to include "www". (You could try to standardize it to not include "www", but that seems -- well, not as standard, and thus harder to implement.)

If you have questions or comments about using the .htaccess file, or about the importance of standardizing your domain as either "www.example.com" or "example.com", please post your comment below or contact me through the McBuzz Communications website.

Looking forward to hearing from you!

Labels: , , , , ,

Tuesday, January 23, 2007

Web Marketing is Essential to Business: Blogs Are Essential To Web Marketing: Therefore...

Blogs (Weblogs) are an essential part of any Web Marketing strategy. If you are not using a blog as part of your Web Marketing strategy, you need a very good reason not to. And you should still plan to use a blog within a few years.

Used effectively, a blog brings traffic to your website and it raises your website's ranking in search engines.

Blogs are an extremely economical way to market your business.

The Phoenix Business Journal recently highlighted the rise of the blog as a marketing tool.

The article notes that people are experiencing tremendous results by using a blog to market their business. As one new blogger in the Real Estate field puts it,
Blogging is easy, low cost, international in reach, and it increases your credibility while compelling you to become a student of your own profession.

Check out the article to learn more:
Blogging Makes Inroads as Effective Marketing Tool
Phoenix Business Journal
December 22, 2006

Contact McBuzz Communications to find out how easy and inexpensive using a blog for web marketing can be.

Labels: , , , , , ,

Tuesday, January 16, 2007

"www" in a website address: Why it matters to website success

"www.mcbuzz.com" and "mcbuzz.com" -- what's the difference? None, right? Put either one in your browser's address window and you go to the same website.

No. Not exactly.

Business owners and others who want to be found on the Web should be aware that although http://www.mcbuzz.com and http://mcbuzz.com take you to the same website, www.mcbuzz.com and mcbuzz.com are, strictly speaking, different domains.

Strange as this may sound, here is why it matters to web marketing & website success. The two domains can have different rankings in a search engine like Google. Not only that, one can actually detract from the rank of the other.

How? Because when another website links to yours, it will either use www.example.com or example.com in the link URL (the web address).

Incoming links are a critical part, some would say the most critical part, of a web page's ranking in Google.

So, if half of the sites that link to yours use "www." and half do not, the positive effect on your site's ranking will be divided between the two domains.

Put another way, if all of the sites that link to your website use "www." in the link URL (http://www.mcbuzz.com instead of http://mcbuzz.com, say), then all of the positive effect on your site's ranking will be assigned to www.mcbuzz.com and its subpages.

There are several ways to make sure that visitors to your site all go to the same domain. You can start by making sure that you, or whoever works on your website, is consistent in creating URLs for the site. That way you ensure, at least to a significant degree, that incoming links to your site will all have the same form.

There are also some technical solutions you can use to change non-www. addresses into www. addresses on your website's host server. These are slightly complicated, "don't-try-this-at-home" kinds of things that I will write more about in the future. In the meantime, contact me through the McBuzz Communications Web site and I will help you with those. No purchase necessary.

Labels: , , , , , ,

Tuesday, January 09, 2007

Web Marketing, Website Design Gone Bad: Adobe Acrobat Reader in Your Web Browser is Vulnerable to Malicious Attacks

Mark McLaren and McBuzz normally blog about web marketing, website design, etc., but here's an alert regarding Adobe Acrobat Reader: Versions earlier than version 8 are vulnerable to malicious code attacks whenever you open a PDF in your web browser.

See the eWeek website for more: Security Flaws Haunt PDF, OpenOffice Users.

There is a simple solution. Go to the Adobe website and get version 8 of Adobe Reader.

Labels: , , , ,