The Blog is never done…

I always seem too busy to work on my own site. I often wonder why people use my services. I realize that all my clients come from word of mouth advertising because of the good things I have done for them. Well, I am getting ready to start a new chapter in life and focus on a specialty market for orphanages and churches. I am not sure where this will take me, being the fact that most of these organizations can not afford my services.

I hope to spend more time here telling you of the great things that are happening in the world of SEO and how it relates to specific markets.

Currently there are 3 sitesĀ  of primary focus.

  • LordJesusMinistries.org
  • AmazingNews.us
  • CCOLife.org

You will notice that there is no hyper link to them from me..Do you know why?

SEO is Climbing After One Week

From the site you can see there is ‘The SEO Proof’ images and links are part of my simple marketing strategy. I was thinking of different tag lines to summarize what this site is about, and what it is that we do. The truth is I am all about the proof. You want to know what SEO can do for your site? I added a few keywords to my list of reported keywords. After a week, I have my first words on the top page of the SERP (Search Engine Result Page). I have not done anything dramatic, just added keyword rich content, and a page or so. I have been working on the layout so that it is much more appealing to the Search Engines. The Proof is in the SEO.

Correctly written pages rank higher and quicker, imagine what we can do for your site.

What is Black Hat SEO?

Great question,

Black Hat SEO can be summarized in two distinct fields. The first field is a new idea and the search engines have not disproved of it yet. The second is the complete disregard to those guidelines. The issue with these methods are that, you the client, take chances on doing something that will get you banned form the search indexes. This means that your site is not found on the banned engine. For instance if you get banned on Google. It is as if your site does not exist. Black Hat will eventually get you banned some techniques do get adopted into the White Hat SEO, but they are proven safe such as the dash instead of the underscore.

Black Hat is more of the dark side of code manipulation. I know it, I understand it, I recognize it and inform my clients of possible issues that will arise from such tactics. I will not turn you in, but I will not associate with any projects that use Black Hat SEO. Ethically speaking I can not associate with these techniques, they will in the end cause more damage to a site then help it.

Sitemap.xml

Yesterday, I ran my Web Ranking Report this is not to be confused with the Site Ranking Reports we run against keywords. No a Web Ranking Report is about general statistics of your site, pages indexed, domains linked specific measuring factors. I noticed that my pages are not properly reported in all the engines. I realized that my sitmap.xml was not present. Since my site is primarily a wordpress blog I used XML-Site Map to automatically generate the site map. It did not included the tags or the categories but did include all of the static pages.

I have a Google webmaster account and uploaded this site map to the webmaster account so I can verify the crawl rates in the future. I will do this for MSN and Yahoo also. By next months report all the major search engines should be reporting and indexing my pages. A major plus for SEO. Just one more aspect to The SEO Proof which you need to do to your site.

The SEO Proof

As many of my clients already know, I do not reveal any information about there site. I believe that a site administrator to post here when my advice helps them. The problem is that many new clients who are from word of mouth advertising do not have the benefit of knowing what I do. So the SEO Proof is about me taking this blog to the hight that I want on selected keywords.

This is site is the proof the SEO works. I will show you exact benefits of why to use these techniques on your own site. The issues is not if you will optimize your site. but when. I assure you your competition has already begun the task.

Redirect, 301 Redirect

301 Redirect

301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code "301" is interpreted as "moved permanently".

Below are a Couple of methods to implement URL Redirection

PHP Redirect

<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>

IIS Redirect

  • In internet services manager, right click on the file or folder you wish to redirect
  • Select the radio titled "a redirection to a URL".
  • Enter the redirection page
  • Check "The exact url entered above" and the "A permanent redirection for this resource"
  • Click on ‘Apply’

ColdFusion Redirect

<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value="http://www.new-url.com">

ASP Redirect

<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently"
Response.AddHeader "Location","http://www.new-url.com/"
%>

ASP .NET Redirect

<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com");
}
</script>

JSP (Java) Redirect

<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%>

CGI PERL Redirect

$q = new CGI;
print $q->redirect("http://www.new-url.com/");

Ruby on Rails Redirect

def old_action
headers["Status"] = "301 Moved Permanently"
redirect_to "http://www.new-url.com/"
end

Redirect Old domain to New domain (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all your directories and pages of your old domain will get correctly redirected to your new domain.
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*) http://www.newdomain.com/$1 [R=301,L]

Please REPLACE www.newdomain.com in the above code with your actual domain name.

In addition to the redirect I would suggest that you contact every backlinking site to modify their backlink to point to your new website.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

Redirect to www (htaccess redirect)

Create a .htaccess file with the below code, it will ensure that all requests coming in to domain.com will get redirected to www.domain.com
The .htaccess file needs to be placed in the root directory of your old website (i.e the same directory where your index file is placed)

Options +FollowSymlinks
RewriteEngine on
rewritecond %{http_host} ^domain.com [nc]
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc]

Please REPLACE domain.com and www.newdomain.com with your actual domain name.

Note* This .htaccess method of redirection works ONLY on Linux servers having the Apache Mod-Rewrite moduled enabled.

How to Redirect HTML

Please refer to section titled ‘How to Redirect with htaccess’, if your site is hosted on a Linux Server and ‘IIS Redirect’, if your site is hosted on a Windows Server.

SEO Choosing a URL

Choosing a URL or Domain Name Using Search Engine Optimization techniques.

How do I choose a URL? First I try to sum up the website in a few words. I am a consultant in SEO PPC and SEM. I am also a web master meaning I know how to manipulate the code for my clients advantage. I am also very affordable. My key words or the services I am trying to market are SEO, PPC,Consultant,Affordable,SEM. I prefer the ‘-’ to separate my keywords so I choose PPC-SEO-Masters.com as my online business and affordable-seo-consultans.com. My second favorite key words method is placing all the words as one word like ppcseomasters or affordableseoconsultans. I would never use the underscore -_- such as seo_consultans because search engines see the underscore as part of a word where the dash separates words. I prefer smaller urls for people to remember easily. Words that stick in a consumers mind also help. I realized that I had to many websites and choose last month to combine everything into one domain and focus on this domain. Thus ElectronicCarpenter.com has been created and this is my blog