Explorar el Código

Server changes

Samson hace 2 años
padre
commit
d5b498f023
Se han modificado 2 ficheros con 122 adiciones y 0 borrados
  1. 112 0
      public/sitemap.xml
  2. 10 0
      resources/views/layouts/base.blade.php

+ 112 - 0
public/sitemap.xml

@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset
+      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
+      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
+            http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
+<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->
+
+
+<url>
+  <loc>https://hemband.com/</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>1.00</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/find-a-clinic</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/snyder-hemband</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/about-hemorrhoids</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/treatment-guide</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/post-treatment-care</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/comparing-treatment-options</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/faqs</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/contact-us</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/privacy-policy</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/terms-of-service</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.80</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/get-trained</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/practice-support</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/contact-us</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/practice-support/reimbursement-guide</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/privacy-policy</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/terms-of-service</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.64</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/practice-support/training</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.51</priority>
+</url>
+<url>
+  <loc>https://hemband.com/physicians/practice-support/directory-listing</loc>
+  <lastmod>2022-12-11T23:48:40+00:00</lastmod>
+  <priority>0.51</priority>
+</url>
+
+
+</urlset>

+ 10 - 0
resources/views/layouts/base.blade.php

@@ -30,6 +30,16 @@
 
     gtag('config', 'G-B257QLRVB2');
   </script>
+<!-- Google tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-251765041-1">
+</script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-251765041-1');
+</script>
 </head>
 
 <body>