Wal-Mart SEO & SEM
This Post is geared towards Fellow SEO’s
Back in December there was a lot of talk about Sam’s Club offering SEO and SEM services. I haven’t seen a follow up on the service and wonder how the service is working out. I have not seen or heard of a business actually using the service.
Over at Search Engine Journal they discuss “Sam’s Club Search Marketing: Good or Bad for the Industry?” I haven’t seen a follow up since the rumblings started. I would like to get a hold of a solid review of the service. Let me know if you can review it objectively and show proof of the service.
SEO Meta Tags
Meta tags are frequently talked about. Why? Meta tags are arguably the most important factor in Search Engine Optimization. There seems to be a meta tag for everything. But what do they really all mean?
The three primary Meta Tags for SEO and the others have little or no bearing for search engines due to past abuse or overuse.
- Title - <title>The name of your page should go here</title>
- Description - <meta name=“description” content=“The description of the content should be contained withing these quotation marks” />
- Keywords (less relevant in recent but may or may not be read by search engines so should be used with less focus) - <meta name=“keyword” content=“keyword1, keyphrase2, keyword 3″ />
By putting these between the head tags in the html source code give significant help to Search Engines. Using these tags should describe the page. A page about cooking oil should look like these:
- <title>Cooking Oil proper disposal</title>
- <meta name=“description” content=“Cooking oil disposial done correctly is environmentally safe and has the least damage to our environment” />
- <meta name=“keyword” content=“vegetable oil corn oil olive oil disposal” />
In the past there has been debate about whether to use commas or not in the keyword meta tag since they aren’t really all that important don’t get caught up in the debate. Do what ever flows or isn’t included in the other tags. Spend more time SEO copywriting the page than on the Keyword Meta Tag.
Meta tags are not required for display in a browser. Meta tags are invisible to the eye or at least relatively. You can see meta tags by right clicking a page and viewing it’s source. They are typically near the top of the page. So what makes Meta Tags important to Search Engine Optimization? The content in meta tags are displayed in Search Engine Results.

Displays:

In the case when meta tags aren’t used, search engines typically generate the description used in search results from text on page. For the obvious reason pages that don’t have the description meta tags don’t typically perform well.
Using the meta tags properly will come in another post later that you will be able to find over at Birmingham SEO.
Keys to Successful SEO
Many people ask what is the key to successful SEO? In a short answer there is no one exact scheme or plan that fits every website, except to have a plan. Like in a business if you don’t have a plan then you are destine for failure. With any effective plan you have to know what you want for an end result and how to get there. Effective plans begin with:
- Target Keywords and Key Phrases
- Targeting your audience
- Writing effective content
Simple right? If you can maintain and understand those basic things you have a the basis for an effective SEO campaign. There are many detail postings and strategy oriented Search Engine Optimization articles, always remember to keep it simple.
The word optimization means streamline, simple, and easy. Keep it simple. If it seems complex then you should change it.
What is search engine marketing?
Search engine marketing by definition is marketing and advertising through search engines.
If you do a quick search on Search Engine Marketing you will find all types of answers. The most practical answer is advertising through search engines. Search Engine Optimization and Search Engine Marketing are two different marketing techniques. Both use search engines, both use keywords, both can be found on the same search engine result pages (SERP), but both are different. They are different in their approach. Search Engine Marketing, or SEM, is paid or sponsored search often called Pay-Per-Click. The most commonly used tools for sponsor search is Google Adwords or Yahoo Search Marketing. Search Engine Optimization is for free organic results and used with page content and many other factors discussed at this site.
Both Google Adwords and Yahoo Search Marketing use keywords. They use keywords as a way to sell advertising space. Advertising space? If you have ever noticed along the top and bottom of most Search Engine Result Pages there are links. Those links are being paid to be there. Most all the times the ads are purchased based upon search terms or blocks of search terms.

What does this have to do with search engine optimization? With a joint effort of search engine marketing and optimization can produce a major Return on Investment (ROI). SEO is a long term investment and SEM should be used for the interim. Together the two different approaches can make a big difference on ROI. Using a Pay-Per-Click campaign to "kick start" a marketing campaign is a good idea. Pay-Per-Click offers very little direct SEO advantages besides traffic and visibility. Visibility leads to the potential of bookmarking and linking. Traffic brings search agents to the site also.
Back in the old days, summer 2007, search marketing occasionally gave excellent links. With many sites hosting paid listings on their site, much like SEO by Chris, search bot crawlers would occasionally index paid ads from these text link advertisements. Hosted ads are not supposed to be indexed or crawled, errors do happen (after all humans program the search agents). An ad appearing on a page often means that the ads are contextually relevant giving a credible link. Since October 2007 less of these type of indexing errors. Since these errors are not supposed to happen and should continue to be phased out as indexes are updated.
So what is Search Engine Marketing to Search Engine Optimization? Together in tandem they are part of complete online marketing strategy. Effectively used they will produce a maximum return on investment.
Hotlinking Causing Bandwidth overages?
Last week I posted about .htaccess and put a brief snippet about blocking hotlinks. Hotlinks are direct links to a web site’s files (images, video, etc.). Find out more about hotlinking, here. Hotlinking can cause bandwidth overages if you are the victim of hotlinking.
To stop hotlinking
In your .Htaccess file enter the:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC] RewriteRule .*.(gif|GIF|jpg|JPG|png|PNG|doc|DOC|pdf|PDF|txt|TXT|pl|PL|ico|ICO|css|CSS|js|JS)$ - [F]
By modifying the "RewriteCond" you can allow hotlinking from certain domains. You want to make sure you allow linking from your domain. The method above allows links from only the domain listed. "www.domain.com" should be changed to the url you would link for the files to appear. I block access to all files in my site that I do not want linked in other domains.
Reasons to be hotlinked
There is a certain school of thought that believes that some SEO "link Juice" will be passed from using links to these files. I have not found this to be true. Also, blocking images in this way is supposed to block files from appearing in search indexes and databases. Just the inverse of this it can help you get exposure via Image search or files if they are indexed. If you are an artist or graphic designer you may want your images to appear in search. That decision has to be made by you. I have seen some pretty nifty javascript and php code that will allow the files to be indexed in google/yahoo/live/ask image results and when clicked on it directs you to the page where usage requirements are shared and the images held for purchase.
Hosting Hotlinked Images
If you plan to host hotlinked images you need to be prepared for the extra bandwidth usage. Don’t forget to check with your host to make sure you have a proper plan for your planned usage. I have found 1and1.com to have adequate hosting plans that are inexpensive and very reliable. But if you post a video I recommend using a streaming video service such as YouTube or Google Video. A couple downloads and you have already depleted your bandwidth usage. In addition to using a lot of bandwidth it can also use a lot of system resources if the video will be streaming.
Bonus Information and video
Matt Cutts, a Star Google employee, talks about proper usage of image ALT attributes. If you are going to allow hotlinking it is best that you meet standards for inclusion. Whether you allow hotlinking or not it is a great idea to use the alt attribute as it makes it more accessible for screen readers and is simply an overall usability standard.
I do not want to share my bandwidth without consent. If someone contacted me with a request to share images it wouldn’t be a problem. What do you think hotlinking? To let others hotlink or to block hotlinking?


