<!DOCTYPE html>
<html lang="en-US" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SEO Consulting Services, SEO Audits, and Ongoing SEO by Bill Hartzer</title>
<meta name="description" content="Bill Hartzer is an SEO consultant and has been actively practicing Search Engine Optimization since 1996. He now provides SEO consulting services." />
<link rel="canonical" href="https://www.hartzer.com/services/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="SEO Consulting Services, SEO Audits, and Ongoing SEO by Bill Hartzer" />
<meta property="og:description" content="Bill Hartzer is an SEO consultant and has been actively practicing Search Engine Optimization since 1996. He now provides SEO consulting services." />
<meta property="og:url" content="https://www.hartzer.com/services/" />
<meta property="og:site_name" content="Hartzer Consulting" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:description" content="Bill Hartzer is an SEO consultant and has been actively practicing Search Engine Optimization since 1996. He now provides SEO consulting services." />
<meta name="twitter:title" content="SEO Consulting Services, SEO Audits, and Ongoing SEO by Bill Hartzer" />
<meta name="twitter:image" content="https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width.jpg" />
<meta name="twitter:creator" content="@billhartzer" />
<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"Organization","url":"https:\/\/www.hartzer.com\/","sameAs":[],"@id":"https:\/\/www.hartzer.com\/#organization","name":"Hartzer Consulting","logo":""}</script>
<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.hartzer.com\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/www.hartzer.com\/services\/","name":"SEO Consulting Services"}}]}</script>
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel='stylesheet' id='formidable-css' href='https://www.hartzer.com/wp-content/plugins/formidable/css/formidableforms.css' type='text/css' media='all' />
<link rel='stylesheet' id='focus-pro-theme-css' href='https://www.hartzer.com/wp-content/themes/focus-pro/style.css' type='text/css' media='all' />
<link rel='stylesheet' id='ez-icomoon-css' href='https://www.hartzer.com/wp-content/plugins/easy-table-of-contents/vendor/icomoon/style.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='ez-toc-css' href='https://www.hartzer.com/wp-content/plugins/easy-table-of-contents/assets/css/screen.min.css' type='text/css' media='all' />
<style id='ez-toc-inline-css' type='text/css'>
div#ez-toc-container p.ez-toc-title {font-size: 120%;}div#ez-toc-container p.ez-toc-title {font-weight: 500;}div#ez-toc-container ul li {font-size: 95%;}
</style>
<link rel='stylesheet' id='dashicons-css' href='https://www.hartzer.com/wp-includes/css/dashicons.min.css' type='text/css' media='all' />
<link rel='stylesheet' id='jquery-lazyloadxt-spinner-css-css' href='//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/css/jquery.lazyloadxt.spinner.css' type='text/css' media='all' />
<script type='text/javascript' src='https://www.hartzer.com/wp-includes/js/jquery/jquery.js'></script>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/plugins/seo-automatic-seo-tools/themes/seoinspector/js/htmltooltip.js'></script>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/plugins/seo-automatic-seo-tools/themes/seoinspector/js/seoinspector.js'></script>
<!--[if lt IE 9]>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/themes/genesis/lib/js/html5shiv.min.js'></script>
<![endif]-->
<script type='text/javascript' src='https://www.hartzer.com/wp-content/themes/focus-pro/js/responsive-menu.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var WpDisableAsyncLinks = {"wp-disable-google-fonts":"\/\/fonts.googleapis.com\/css?family=Economica:700|Lora:400,400italic"};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/plugins/wp-disable/js/css-lazy-load.min.js'></script>
<link rel="alternate" type="application/json+oembed" href="https://www.hartzer.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hartzer.com%2Fservices%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://www.hartzer.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.hartzer.com%2Fservices%2F&#038;format=xml" />
<link rel="stylesheet" href="https://www.hartzer.com/wp-content/plugins/seo-automatic-seo-tools/sc-bulk-url-checker/tablesorter/themes/blue/style.css" type="text/css" id="bulkurl" media="print, projection, screen" /> <link rel="stylesheet" href="https://www.hartzer.com/wp-content/plugins/seo-automatic-seo-tools/seo-automatic-styles.css" type="text/css" media="screen, projection, tv" />
<!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="https://www.hartzer.com/wp-content/plugins/seo-automatic-seo-tools/themes/seoinspector/css/seoinspector-ie.css" media="screen, projection, tv" />
    <![endif]-->
<script type="text/javascript">
(function(url){
	if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
	var addEvent = function(evt, handler) {
		if (window.addEventListener) {
			document.addEventListener(evt, handler, false);
		} else if (window.attachEvent) {
			document.attachEvent('on' + evt, handler);
		}
	};
	var removeEvent = function(evt, handler) {
		if (window.removeEventListener) {
			document.removeEventListener(evt, handler, false);
		} else if (window.detachEvent) {
			document.detachEvent('on' + evt, handler);
		}
	};
	var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
	var logHuman = function() {
		if (window.wfLogHumanRan) { return; }
		window.wfLogHumanRan = true;
		var wfscr = document.createElement('script');
		wfscr.type = 'text/javascript';
		wfscr.async = true;
		wfscr.src = url + '&r=' + Math.random();
		(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
		for (var i = 0; i < evts.length; i++) {
			removeEvent(evts[i], logHuman);
		}
	};
	for (var i = 0; i < evts.length; i++) {
		addEvent(evts[i], logHuman);
	}
})('//www.hartzer.com/?wordfence_lh=1&hid=B9A1F7F625522124C798D8654675F3AF');
</script><script type="text/javascript">document.documentElement.className += " js";</script>

<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112852865-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-112852865-1');
</script>
<script type='application/ld+json'> 
{
  "@context": "http://www.schema.org",
  "@type": "ProfessionalService",
  "name": "Hartzer Consulting",
  "url": "https://www.hartzer.com/",
  "logo": "https://www.hartzer.com/wp-content/uploads/2018/01/27044400_10215338146307968_206630486_n.png",
  "image": "https://www.hartzer.com/wp-content/uploads/2018/01/cropped-27152647_10215337909982060_1176661019_n.pngg",
  "description": "Hartzer Consulting provides SEO and marketing consulting services for businesses.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "14601 Hyde Away Lane",
    "addressLocality": "Mabank",
    "addressRegion": "TX",
    "postalCode": "75147",
    "addressCountry": "USA",
    "telephone": "+1 (214) 236-4378"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "32.436126",
    "longitude": "-96.090991"
  },
  "hasMap": "https://www.google.com/maps/place/14601+Hyde+Away+Ln,+Mabank,+TX+75147/@32.436126,-96.0931797,17z/data=!3m1!4b1!4m5!3m4!1s0x86493da0703f5e3f:0xeab39a6fd82d01ff!8m2!3d32.436126!4d-96.090991",
  "openingHours": "Mo, Tu, We, Th, Fr, Sa, Su 07:00-21:00",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+1 (214) 236-4378",
    "contactType": "Sales"
  },
  "priceRange": "$$"
}
 </script>
<meta name="ahrefs-site-verification" content="f6148163d3bd7c23994b3e97be46f9f4a218c96f7ee2ca04f03a5c130a7b284b">
<meta name="msvalidate.01" content="C9634B59B5BBE0B230EEE24B67589F05" />
<style type="text/css">.site-title a { background: url(https://www.hartzer.com/wp-content/uploads/2018/08/hartzer-logo-new-150h.png) no-repeat !important; }</style>
<link rel="amphtml" href="https://www.hartzer.com/services/?amp"><link rel="icon" href="https://www.hartzer.com/wp-content/uploads/2018/01/cropped-27042902_10215338071506098_1597979596_n-1-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.hartzer.com/wp-content/uploads/2018/01/cropped-27042902_10215338071506098_1597979596_n-1-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://www.hartzer.com/wp-content/uploads/2018/01/cropped-27042902_10215338071506098_1597979596_n-1-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.hartzer.com/wp-content/uploads/2018/01/cropped-27042902_10215338071506098_1597979596_n-1-270x270.png" />
</head>
<body class="page-template-default page page-id-1192 custom-header header-image content-sidebar" itemscope itemtype="https://schema.org/WebPage"><div class="site-container"><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement"><div class="wrap"><ul id="menu-main-menu" class="menu genesis-nav-menu menu-primary"><li id="menu-item-13" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-13"><a href="https://www.hartzer.com/about/" itemprop="url"><span itemprop="name">About</span></a>
<ul class="sub-menu">
<li id="menu-item-10412" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10412"><a href="https://www.hartzer.com/seo-speaker/" itemprop="url"><span itemprop="name">SEO Speaker</span></a></li>
<li id="menu-item-10411" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10411"><a href="https://www.hartzer.com/seo-expert-witness/" itemprop="url"><span itemprop="name">SEO Expert Witness</span></a></li>
<li id="menu-item-10409" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10409"><a href="https://www.hartzer.com/full-stack-marketer/" itemprop="url"><span itemprop="name">Full Stack Marketer</span></a></li>
</ul>
</li>
<li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current-menu-ancestor current-menu-parent menu-item-has-children menu-item-16"><a href="https://www.hartzer.com/services/" itemprop="url"><span itemprop="name">Services</span></a>
<ul class="sub-menu">
<li id="menu-item-10389" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1192 current_page_item menu-item-10389"><a href="https://www.hartzer.com/services/" itemprop="url"><span itemprop="name">SEO Consulting Services</span></a></li>
<li id="menu-item-10382" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10382"><a href="https://www.hartzer.com/google-penalty-recovery-service/" itemprop="url"><span itemprop="name">Search Engine Penalty Recovery</span></a></li>
<li id="menu-item-10410" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10410"><a href="https://www.hartzer.com/online-reputation-management-services/" itemprop="url"><span itemprop="name">Online Reputation Management</span></a></li>
<li id="menu-item-10379" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10379"><a href="https://www.hartzer.com/competitive-research/" itemprop="url"><span itemprop="name">Competitive Research</span></a></li>
<li id="menu-item-10381" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10381"><a href="https://www.hartzer.com/gmb-posting-service/" itemprop="url"><span itemprop="name">Google My Business Listing &#038; Posting</span></a></li>
<li id="menu-item-10377" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10377"><a href="https://www.hartzer.com/360-photography-virtual-tour-photographer/" itemprop="url"><span itemprop="name">360 Photography</span></a></li>
</ul>
</li>
<li id="menu-item-10387" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10387"><a href="https://www.hartzer.com/search-engine-optimization/" itemprop="url"><span itemprop="name">SEO Services</span></a>
<ul class="sub-menu">
<li id="menu-item-10386" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10386"><a href="https://www.hartzer.com/ongoing-monthly-seo-services/" itemprop="url"><span itemprop="name">Ongoing Monthly SEO Services</span></a></li>
<li id="menu-item-10388" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10388"><a href="https://www.hartzer.com/seo-audit-service/" itemprop="url"><span itemprop="name">SEO Audit Service</span></a></li>
<li id="menu-item-10378" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10378"><a href="https://www.hartzer.com/combine-websites-seo-services/" itemprop="url"><span itemprop="name">Combine Websites – SEO Services</span></a></li>
<li id="menu-item-10385" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10385"><a href="https://www.hartzer.com/mini-seo-audit/" itemprop="url"><span itemprop="name">Mini SEO Audit</span></a></li>
<li id="menu-item-10390" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10390"><a href="https://www.hartzer.com/technical-seo-audit/" itemprop="url"><span itemprop="name">Technical SEO Audit</span></a></li>
<li id="menu-item-10391" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10391"><a href="https://www.hartzer.com/website-launch-seo-services/" itemprop="url"><span itemprop="name">Website Launch SEO Services</span></a></li>
<li id="menu-item-10392" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10392"><a href="https://www.hartzer.com/website-migration-seo-services/" itemprop="url"><span itemprop="name">Website Migration – SEO Services</span></a></li>
<li id="menu-item-10393" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10393"><a href="https://www.hartzer.com/website-redesign-seo-services/" itemprop="url"><span itemprop="name">Website Redesign – SEO Services</span></a></li>
<li id="menu-item-10394" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10394"><a href="https://www.hartzer.com/website-traffic-rankings-loss-audit/" itemprop="url"><span itemprop="name">Website Traffic and Rankings Loss Audit</span></a></li>
<li id="menu-item-10384" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10384"><a href="https://www.hartzer.com/link-audit/" itemprop="url"><span itemprop="name">Link Audit</span></a></li>
<li id="menu-item-10380" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10380"><a href="https://www.hartzer.com/search-engine-optimization-for-ecommerce-sites/" itemprop="url"><span itemprop="name">Ecommerce Search Engine Optimization</span></a></li>
<li id="menu-item-10383" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10383"><a href="https://www.hartzer.com/keyword-research-and-analysis/" itemprop="url"><span itemprop="name">Keyword Research and Analysis</span></a></li>
</ul>
</li>
<li id="menu-item-10413" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10413"><a href="https://www.hartzer.com/search-engine-optimization-tips/" itemprop="url"><span itemprop="name">SEO 101</span></a>
<ul class="sub-menu">
<li id="menu-item-10414" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-10414"><a href="https://www.hartzer.com/search-engine-optimization-tips-2/" itemprop="url"><span itemprop="name">Search Engine Optimization Tips</span></a></li>
</ul>
</li>
<li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="https://www.hartzer.com/blog/" itemprop="url"><span itemprop="name">Blog</span></a></li>
<li id="menu-item-10401" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10401"><a href="https://www.hartzer.com/free-seo-tools/" itemprop="url"><span itemprop="name">SEO Tools</span></a>
<ul class="sub-menu">
<li id="menu-item-10403" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10403"><a href="https://www.hartzer.com/link-variance/" itemprop="url"><span itemprop="name">Link Variance – Link Anchor Text Variance</span></a></li>
<li id="menu-item-10405" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10405"><a href="https://www.hartzer.com/keyword-list-multiplier/" itemprop="url"><span itemprop="name">Keyword List Multiplier</span></a></li>
<li id="menu-item-10406" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10406"><a href="https://www.hartzer.com/structured-data-schema-generator/" itemprop="url"><span itemprop="name">Schema Markup Generator</span></a></li>
<li id="menu-item-10407" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10407"><a href="https://www.hartzer.com/url-checker/" itemprop="url"><span itemprop="name">URL Checker</span></a></li>
<li id="menu-item-10408" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10408"><a href="https://www.hartzer.com/bulk-url-checker/" itemprop="url"><span itemprop="name">Bulk URL Checker</span></a></li>
<li id="menu-item-10400" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10400"><a href="https://www.hartzer.com/file-merger/" itemprop="url"><span itemprop="name">File Merger</span></a></li>
<li id="menu-item-10404" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10404"><a href="https://www.hartzer.com/rss-feed-commander/" itemprop="url"><span itemprop="name">RSS Feed Commander</span></a></li>
</ul>
</li>
<li id="menu-item-10422" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-10422"><a href="https://www.hartzer.com/domain-names-developed-domains-and-expired-domains/" itemprop="url"><span itemprop="name">Domain Names</span></a>
<ul class="sub-menu">
<li id="menu-item-10420" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10420"><a href="https://www.hartzer.com/domain-name-appraisal-services-and-domain-name-values/" itemprop="url"><span itemprop="name">Domain Name Appraisal</span></a></li>
<li id="menu-item-10421" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10421"><a href="https://www.hartzer.com/how-to-know-if-you-should-renew-your-domain-name/" itemprop="url"><span itemprop="name">Should Renew Your Domain Name?</span></a></li>
<li id="menu-item-10423" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-10423"><a href="https://www.hartzer.com/domains/" itemprop="url"><span itemprop="name">Moving to a New Domain Name</span></a></li>
</ul>
</li>
<li id="menu-item-14" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-14"><a href="https://www.hartzer.com/contact/" itemprop="url"><span itemprop="name">Contact</span></a></li>
</ul></div></nav><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="title-area"><p class="site-title" itemprop="headline"><a href="https://www.hartzer.com/">Hartzer Consulting</a></p><p class="site-description" itemprop="description">SEO Consulting firm in Texas</p></div><div class="widget-area header-widget-area"><section id="text-2" class="widget widget_text"><div class="widget-wrap"><h4 class="widget-title widgettitle">Practicing organic and natural SEO since 1996.</h4>
<div class="textwidget"></div>
</div></section>
</div></div></header><div class="site-inner"><div class="content-sidebar-wrap"><main class="content"><article class="post-1192 page type-page status-publish entry" itemscope itemtype="https://schema.org/CreativeWork"><header class="entry-header"><h1 class="entry-title" itemprop="headline">SEO Consulting Services</h1>
</header><div class="entry-content" itemprop="text"><p>Hartzer Consulting provides SEO consulting services for businesses and individuals. As an SEO consultant and SEO expert (having practiced SEO since 1996) Bill Hartzer has seen a lot of websites come and go. Some have been more successful than others. Why do some online businesses seem to just &#8220;pop up overnight&#8221; and become extremely successful, being found just about everywhere online? These businesses have only been around for a short period of time, they seem to be found everywhere online, but they do not offer better products or services than you do.</p>
<h2>What are they doing that you are not doing?</h2>
<p>Most likely they have an internet marketing plan, and that marketing plan includes several things, starting with SEO and social media marketing, as well as great content. If they&#8217;re not investing in proper SEO and content, then they&#8217;re using paid methods to get traffic to their website.</p>
<p>If you invest money into a great website and web design and don&#8217;t include an internet marketing plan, then you will not see a great Return on Investment (ROI) from your website.</p>
<p>Even the best website design will not bring visitors to your website.</p>
<p>It&#8217;s the internet marketing and SEO that brings visitors to your website through search engine optimization and social media marketing.</p>
<p><b>We realize that you have invested a lot of money into great website design and web development.</b></p>
<p>It&#8217;s now time to start appealing to your potential customers: those who are searching for the products and services that you offer.</p>
<p><H2>Search for Your Company Name</H2><br />
Perhaps when you visit a search engine like <a href="https://www.google.com/">Google</a> and search for your company name, you already show up at the top of the list. So why would you want to show up in the search results for something different than your company name? It&#8217;s all about the keywords that people search for to find something.</p>
<p>Your potential customers that have not heard about your company are searching at their favorite search engine using a keyword or keyword phrase. If your website shows up on the first page of the search results for that keyword, and you sell what they are looking for, there is a good chance that they will come visit your website and learn about your company.</p>
<p><H2>What could being found in the Search engines do for my business?</H2><br />
Let&#8217;s take, for example, an local business that currently sells their merchandise at their local retail store in a local shopping mall. This is their only retail location. The shopping mall has a certain number of visitors every year, and even though this local business has a great location in the mall, there are only certain times of year when the shopping mall is very crowded.</p>
<p>How can this business attract even more customers? They already have a website where people can buy online, and a recent review of the sales showed that the website&#8217;s customers are mostly likely people who have visited their retail store in the shopping mall.</p>
<p>A local business decided to try SEO by themselves; they then hired an SEO Consultant when they discovered they weren&#8217;t getting the results they wanted. By hiring someone like me to perform the <a href="https://www.hartzer.com/seo-audit-service/">SEO audit service</a> on their current website, Bill Hartzer was able to find major issues with the website that prevented it from being indexed properly in the search engines.</p>
<p>After working with this local business and using search engine optimization best practices, the business started selling thousands of dollars of sales every day on their website. They eventually closed their local retail location at the shopping mall and relocated to a local warehouse, doing the majority of their business online.</p>
<p><a href="https://www.billhartzer.com/seo/should-you-hire-an-seo-consultant-or-an-seo-agency/"><img src="//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width.jpg" alt="seo consulting service" width="350" height="183" class="lazy lazy-hidden alignnone size-full wp-image-10639" srcset="" data-srcset="https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width.jpg 350w, https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width-300x157.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /><noscript><img src="https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width.jpg" alt="seo consulting service" width="350" height="183" class="alignnone size-full wp-image-10639" srcset="https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width.jpg 350w, https://www.hartzer.com/wp-content/uploads/2018/04/seo-consultant-seo-agency-350width-300x157.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /></noscript></a></p>
<p><H2>SEO Consulting Service or an SEO Agency?</H2><br />
Before you make any decisions on hiring someone to help you with your internet marketing, you need to decide if you need to hire an SEO consultant who provides consulting like myself or an SEO Agency. Do you want to deal with one person, the actual person doing the work (like I do)? Or, do you want to call someone at an agency, an account manager, talk to them, and have them relay the message to someone doing the work? There are pros and cons to hiring both. You may want to spend the time to read Bill Hartzer&#8217;s article called <a href="https://www.billhartzer.com/seo/should-you-hire-an-seo-consultant-or-an-seo-agency/">Should You Hire a Consultant or an SEO Agency?</a> to help you make your decision.</p>
<p><H3>How can you take advantage of our SEO Consulting Service?</H3><br />
We can provide you with a variety of internet marketing services. Whether your business needs more visitors and more sales overall, or whether you need a very specific part of the online marketing process such as a <a href="https://www.hartzer.com/search-engine-optimization-audit-services/">Search Engine Optimization Audit</a>, Link Building, or even Social Media Account Setup and Management, we can handle it for you. Here are some of the website marketing services that we provide:</p>
<ul>
<li><a href="https://www.hartzer.com/search-engine-optimization/">Search Engine Optimization</a></li>
<li><a href="https://www.hartzer.com/search-engine-optimization-audit-services/">Search Engine Optimization Audit Services</a></li>
<li><a href="https://www.hartzer.com/online-reputation-management-services/">Online Reputation Management</a></li>
<li><a href="https://www.hartzer.com/linking-campaigns-lead-to-increased-online-visibility/">Linking Campaigns</a></li>
<li><a href="https://www.hartzer.com/why-seo-and-social-media-sites-go-hand-in-hand/">Social Media Account Management</a></li>
</ul>
<p><a href="https://www.hartzer.com/contact/">Contact us right now</a> and let&#8217;s talk about not only bringing visitors, but bring the RIGHT visitors to your website, people who are looking for exactly the products or services that you sell. We can help you see a great Return on Investment from your website.</p>
<p><em>Website Marketing, Ongoing SEO, SEO consulting, and Online Reputation Management can be confusing.</em> Talk to someone like Bill Hartzer who has over 20 years of website marketing experience who can steer you in the right direction, not just someone who is going to try to &#8220;sell you&#8221; search engine marketing or website marketing services.</p>
<p>We are happy to provide you with <em>no obligation price quote</em> for Website Marketing, Search Engine Optimization, or Online Reputation Management services.</p>
<div class="frm_forms  with_frm_style frm_style_formidable-style" id="frm_form_3_container">
<form enctype="multipart/form-data" method="post" class="frm-show-form  frm_pro_form " id="form_contact2">
<div class="frm_form_fields ">
<fieldset>
<legend class="frm_hidden">Contact Us</legend>
<div class="frm_fields_container">
<input type="hidden" name="frm_action" value="create" />
<input type="hidden" name="form_id" value="3" />
<input type="hidden" name="frm_hide_fields_3" id="frm_hide_fields_3" value="" />
<input type="hidden" name="form_key" value="contact2" />
<input type="hidden" name="item_meta[0]" value="" />
<input type="hidden" id="frm_submit_entry_3" name="frm_submit_entry_3" value="49ee1ef96a" /><input type="hidden" name="_wp_http_referer" value="/services/" /><label for="frm_verify_3" class="frm_screen_reader frm_hidden">If you are human, leave this field blank.</label>
<input type="text" class="frm_hidden frm_verify" id="frm_verify_3" name="frm_verify" value="" />
<div id="frm_field_11_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half">
<label for="field_qh4icy22" class="frm_primary_label">Name
<span class="frm_required">*</span>
</label>
<input type="text" id="field_qh4icy22" name="item_meta[11]" value="" data-reqmsg="This field cannot be blank." data-invmsg="Name is invalid" aria-describedby="frm_desc_field_qh4icy22" />
<div class="frm_description">First</div>
</div>
<div id="frm_field_12_container" class="frm_form_field form-field  frm_required_field frm_hidden_container frm_half">
<label for="field_ocfup122" class="frm_primary_label">Last
<span class="frm_required">*</span>
</label>
<input type="text" id="field_ocfup122" name="item_meta[12]" value="" data-reqmsg="This field cannot be blank." data-invmsg="Last is invalid" aria-describedby="frm_desc_field_ocfup122" />
<div class="frm_description">Last</div>
</div>
<div id="frm_field_13_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_full">
<label for="field_29yf4d22" class="frm_primary_label">Email
<span class="frm_required">*</span>
</label>
<input type="email" id="field_29yf4d22" name="item_meta[13]" value="" data-reqmsg="This field cannot be blank." data-invmsg="Please enter a valid email address" />
</div>
<div id="frm_field_14_container" class="frm_form_field form-field  frm_top_container frm_full">
<label for="field_itt5me2" class="frm_primary_label">Website
<span class="frm_required"></span>
</label>
<input type="url" id="field_itt5me2" name="item_meta[14]" value="" data-invmsg="Please enter a valid website" />
</div>
<div id="frm_field_15_container" class="frm_form_field form-field  frm_required_field frm_top_container frm_full">
<label for="field_9jv0r122" class="frm_primary_label">Message
<span class="frm_required">*</span>
</label>
<textarea name="item_meta[15]" id="field_9jv0r122" rows="5" data-reqmsg="This field cannot be blank." data-invmsg="Message is invalid"></textarea>
</div>
<div id="frm_field_90_container" class="frm_form_field form-field  frm_none_container">
<label class="frm_primary_label">Are you a robot?
<span class="frm_required"></span>
</label>
<div id="field_eesbb" class="g-recaptcha" data-sitekey="6LdEGUIUAAAAAJm16ZuDtoj3rhzgoFb_l0V-QIiW" data-size="normal" data-theme="light"></div>
</div>
<input type="hidden" name="item_key" value="" />
<div class="frm_submit">
<button class="frm_button_submit frm_final_submit" type="submit" formnovalidate="formnovalidate">Submit</button>
</div></div>
</fieldset>
</div>
</form>
</div>
</div></article></main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" itemscope itemtype="https://schema.org/WPSideBar"><section id="search-2" class="widget widget_search"><div class="widget-wrap"><form class="search-form" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction" method="get" action="https://www.hartzer.com/" role="search"><meta itemprop="target" content="https://www.hartzer.com/?s={s}" /><input itemprop="query-input" type="search" name="s" placeholder="Search this website &#x2026;" /><input type="submit" value="Search" /></form></div></section>
<section id="recent-posts-2" class="widget widget_recent_entries"><div class="widget-wrap"> <h4 class="widget-title widgettitle">Recent Posts</h4>
<ul>
<li>
<a href="https://www.hartzer.com/blog/seo-expert-bill-hartzer-interviewed-cbs/">SEO Expert Bill Hartzer Interviewed on CBS News</a>
</li>
<li>
<a href="https://www.hartzer.com/blog/hartzer-consulting-exclusive-domain-portfolio/">Hartzer Consulting Named Exclusive Broker for Large Home Inspection Domain Name Portfolio</a>
</li>
<li>
<a href="https://www.hartzer.com/blog/5-ways-to-use-a-domain-name/">5 Ways to Use a Domain Name</a>
</li>
<li>
<a href="https://www.hartzer.com/blog/case-study-geo-cars-domains/">Case Study: Geo .CARS Domain Names</a>
</li>
<li>
<a href="https://www.hartzer.com/blog/gmb-loophole-keyword-spam/">Google My Business Loophole Allows Keyword Spam in Company Names</a>
</li>
</ul>
</div></section>
<section id="text-3" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><p><img class="lazy lazy-hidden" src="//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.hartzer.com/wp-content/uploads/2018/09/UKSearchAward2018JudgeBadgeIcon.jpg" /><noscript><img src="https://www.hartzer.com/wp-content/uploads/2018/09/UKSearchAward2018JudgeBadgeIcon.jpg" /></noscript></p>
<p><img class="lazy lazy-hidden" src="//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.hartzer.com/wp-content/uploads/2018/08/us-search-awards.png" /><noscript><img src="https://www.hartzer.com/wp-content/uploads/2018/08/us-search-awards.png" /></noscript></p>
<p><img class="lazy lazy-hidden" src="//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://www.hartzer.com/wp-content/uploads/2018/08/pubcon-1.jpg" /><noscript><img src="https://www.hartzer.com/wp-content/uploads/2018/08/pubcon-1.jpg" /></noscript></p>
<p><a href="https://my.escrow.com/partner.asp?pid=54675"><img class="lazy lazy-hidden" src="//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/images/lazy_placeholder.gif" data-lazy-type="image" data-src="https://secureapi.escrow.com/api/ecart/Content/Images/Affiliate%20Banners/Escow_Banner_120x240.jpg" alt="Escrow.com: Buy or Sell Online Without the Fear of Fraud" width="120" height="240" border="0" /><noscript><img src="https://secureapi.escrow.com/api/ecart/Content/Images/Affiliate%20Banners/Escow_Banner_120x240.jpg" alt="Escrow.com: Buy or Sell Online Without the Fear of Fraud" width="120" height="240" border="0" /></noscript></a></p>
</div>
</div></section>
</aside></div></div><div class="footer-widgets"><div class="wrap"><div class="widget-area footer-widgets-1 footer-widget-area"><section id="text-5" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><h3>Contact Us:</h3>
<p><b>Hartzer Consulting</b><br />
14601 Hyde Away Lane<br />
Mabank, TX 75147<br />
<a href="tel://+12142364378">+1 214-236-4378</a> or <a href="tel:12142364378">Call Us</a></p>
<h3>Connect With Us:</h3>
<p><a href="https://twitter.com/billhartzer">Hartzer Consulting on Twitter</a><br />
<a href="https://www.linkedin.com/in/bhartzer">Bill Hartzer on LinkedIn</a><br />
<a href="https://www.facebook.com/bhartzer">Bill Hartzer on Facebook</a><br />
Read our <a href="https://search.google.com/local/posts?q=Hartzer+Consulting&#038;ludocid=15073592083084471746&#038;lpsid=3142277362359923309">GMB Posts</a></p>
</div>
</div></section>
</div><div class="widget-area footer-widgets-3 footer-widget-area"><section id="text-6" class="widget widget_text"><div class="widget-wrap"> <div class="textwidget"><p>Copyright Bill Hartzer and Hartzer Consulting © 2001 to 2018 unless otherwise noted. <a href="https://www.hartzer.com/disclaimer/">Disclaimer</a> &#8211; <a href="https://www.hartzer.com/privacy/">Privacy Policy</a> &#8211; <a href="https://www.hartzer.com/terms-of-use/">Terms of Use</a></p>
</div>
</div></section>
</div></div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap">.</div></footer></div>
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5b7ad0eff31d0f771d83f88a/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<script type='text/javascript'>
/* <![CDATA[ */
var a3_lazyload_params = {"apply_images":"1","apply_videos":"1"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extra.min.js'></script>
<script type='text/javascript' src='//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.srcset.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var a3_lazyload_extend_params = {"edgeY":"0"};
/* ]]> */
</script>
<script type='text/javascript' src='//www.hartzer.com/wp-content/plugins/a3-lazy-load/assets/js/jquery.lazyloadxt.extend.js'></script>
<script type='text/javascript' src='https://www.hartzer.com/wp-includes/js/wp-embed.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var frm_js = {"ajax_url":"https:\/\/www.hartzer.com\/wp-admin\/admin-ajax.php","images_url":"https:\/\/www.hartzer.com\/wp-content\/plugins\/formidable\/images","loading":"Loading\u2026","remove":"Remove","offset":"4","nonce":"9fa924275c","id":"ID","no_results":"No results match","file_spam":"That file looks like Spam.","calc_error":"There is an error in the calculation in the field with key","empty_fields":"Please complete the preceding required fields before uploading a file."};
var frm_js = {"ajax_url":"https:\/\/www.hartzer.com\/wp-admin\/admin-ajax.php","images_url":"https:\/\/www.hartzer.com\/wp-content\/plugins\/formidable\/images","loading":"Loading\u2026","remove":"Remove","offset":"4","nonce":"9fa924275c","id":"ID","no_results":"No results match","file_spam":"That file looks like Spam.","calc_error":"There is an error in the calculation in the field with key","empty_fields":"Please complete the preceding required fields before uploading a file."};
var frm_js = {"ajax_url":"https:\/\/www.hartzer.com\/wp-admin\/admin-ajax.php","images_url":"https:\/\/www.hartzer.com\/wp-content\/plugins\/formidable\/images","loading":"Loading\u2026","remove":"Remove","offset":"4","nonce":"9fa924275c","id":"ID","no_results":"No results match","file_spam":"That file looks like Spam.","calc_error":"There is an error in the calculation in the field with key","empty_fields":"Please complete the preceding required fields before uploading a file."};
var frm_js = {"ajax_url":"https:\/\/www.hartzer.com\/wp-admin\/admin-ajax.php","images_url":"https:\/\/www.hartzer.com\/wp-content\/plugins\/formidable\/images","loading":"Loading\u2026","remove":"Remove","offset":"4","nonce":"9fa924275c","id":"ID","no_results":"No results match","file_spam":"That file looks like Spam.","calc_error":"There is an error in the calculation in the field with key","empty_fields":"Please complete the preceding required fields before uploading a file."};
/* ]]> */
</script>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/plugins/formidable/js/formidable.min.js'></script>
<script type='text/javascript' defer="defer" async="async" src='https://www.google.com/recaptcha/api.js'></script>
<script type='text/javascript' src='https://www.hartzer.com/wp-content/plugins/formidable-pro/js/formidablepro.min.js'></script>
<script>
/*<![CDATA[*/
/*]]>*/
</script>
</body></html>
