Browse Source

final edits ๐Ÿ‘

windhamdavid 2 years ago
parent
commit
9a3dacd29a
2 changed files with 17 additions and 4 deletions
  1. 4 0
      .htaccess
  2. 13 4
      index.html

+ 4 - 0
.htaccess

@@ -0,0 +1,4 @@
+RewriteEngine On
+RewriteBase /
+RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
+RewriteRule ^(.*)$ https://%1/$1 [R=301,L]

+ 13 - 4
index.html

@@ -3,11 +3,11 @@
 <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-    <meta name="description" content="Hodges Law Firm - Greenwood, South Carolina">
+    <meta name="description" content="Since 2013 our office in Uptown Greenwood has been serving the legal needs of the residents of Greenwood, as well their neighbors in Abbeville, Edgefield, Laurens, McCormick, Newberry and Saluda.">
   	<meta property="og:site_name" content="Hodges Law Firm" /> 
   	<meta property="og:title" content="Hodges Law Firm"/> 
-  	<meta property="og:description" content="Hodges Law Firm - Greenwood, South Carolina" />
-  	<meta property="og:image" content="https://hodges-law-firm.com/img/Hodges_Law_Firm-logo-2.png" />
+  	<meta property="og:description" content="Since 2013 our office in Uptown Greenwood has been serving the legal needs of the residents of Greenwood, as well as their neighbors in Abbeville, Edgefield, Laurens, McCormick, Newberry and Saluda." />
+  	<meta property="og:image" content="https://hodges-law-firm.com/img/Hodges-Law-Firm-logo-2.jpg" />
   	<meta property="og:url" content="https://hodges-law-firm.com" />
   	<meta name="twitter:card" content="summary_large_image">
     <title>Hodges Law Firm</title>
@@ -46,7 +46,7 @@
       <div class="col-lg-8 col-xl-8">
         <div class="text-container fade-in">
           <h2 class="franklin_dk h1-large">Serving the Citizens of Upstate South Carolina</h2>
-          <p class="p-large">Since 2013 our office in Uptown Greenwood has been serving the legal needs of the residents of Greenwood, as well their neighbors in Abbeville, Edgefield, Laurens, McCormick, Newberry and Saluda.</p>
+          <p class="p-large">Since 2013 our office in Uptown Greenwood has been serving the legal needs of the residents of Greenwood, as well as their neighbors in Abbeville, Edgefield, Laurens, McCormick, Newberry and Saluda.</p>
           <p class="p-large">Our attorneys are also proud of their history of civic service through their charitable work and involvement in community organizations.</p>
           <p class="p-large">We are a small family firm that provides personal attention and quality representation to every client.  If you have legal trouble, please call us for a free consultation to see if we can help you in your time of need.</p>
         </div>
@@ -369,5 +369,14 @@
   <img src="img/up-arrow.png" alt="alternative">
 </button>
 <script src="js/site.js"></script>
+
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-1KQJY6W18E"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'G-1KQJY6W18E');
+</script>
 </body>
 </html>