It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://addvaluebusiness.com

  1. <!DOCTYPE html>
  2. <html lang="en-US" >
  3. <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",e=>{this.persisted=e.persisted}),window.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(t=>{if(t.hasAttribute("src")){let i=new URL(t.src).origin;i!==location.origin&&e.push({src:i,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){return await this._littleBreath(),new Promise(t=>{function i(){e.setAttribute("data-rocket-status","executed"),t()}function r(){e.setAttribute("data-rocket-status","failed"),t()}try{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");if(n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",i),e.addEventListener("error",r),s)e.src=s,e.removeAttribute("data-rocket-src");else if(navigator.userAgent.indexOf("Firefox/")>0){var a=document.createElement("script");[...e.attributes].forEach(e=>{"type"!==e.nodeName&&a.setAttribute("data-rocket-type"===e.nodeName?"type":e.nodeName,e.nodeValue)}),a.text=e.text,e.parentNode.replaceChild(a,e),i()}else e.src="data:text/javascript;base64,"+btoa(e.text)}catch(o){r()}})}async _loadScriptsFromList(e){let t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(e,i){!function e(i){!t[i]&&(t[i]={originalFunctions:{add:i.addEventListener,remove:i.removeEventListener},eventsToRewrite:[]},i.addEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.add.apply(i,arguments)},i.removeEventListener=function(){arguments[0]=r(arguments[0]),t[i].originalFunctions.remove.apply(i,arguments)});function r(e){return t[i].eventsToRewrite.indexOf(e)>=0?"rocket-"+e:e}}(e),t[e].eventsToRewrite.push(i)}function r(e,t){let i=e[t];Object.defineProperty(e,t,{get:()=>i||function(){},set(r){e["rocket"+t]=i=r}})}i(document,"DOMContentLoaded"),i(window,"DOMContentLoaded"),i(window,"load"),i(window,"pageshow"),i(document,"readystatechange"),r(document,"onreadystatechange"),r(window,"onload"),r(window,"onpageshow"),Object.defineProperty(document,"readyState",{get:()=>e.rocketReadyState,set(t){e.rocketReadyState=t}}),document.readyState="loading"}_delayJQueryReady(e){let t;function i(i){if(i&&i.fn&&!e.allJQueries.includes(i)){i.fn.ready=i.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(i):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(i)),i([])};let r=i.fn.on;i.fn.on=i.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]})}return r.apply(this,arguments),this},e.allJQueries.push(i)}t=i}i(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){i(e)}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,document.readyState="interactive",await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){document.readyState="complete",await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script>
  4.  
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <!-- WP_HEAD() START -->
  7.  
  8.  
  9. <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
  10.  
  11. <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - BEGINNING OF OUTPUT -->
  12. <style>
  13. @font-face {
  14. font-family: "sw-icon-font";
  15. src:url("https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3");
  16. src:url("https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.eot?ver=4.4.6.3#iefix") format("embedded-opentype"),
  17. url("https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.woff?ver=4.4.6.3") format("woff"),
  18. url("https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.ttf?ver=4.4.6.3") format("truetype"),
  19. url("https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/fonts/sw-icon-font.svg?ver=4.4.6.3#1445203416") format("svg");
  20. font-weight: normal;
  21. font-style: normal;
  22. font-display:block;
  23. }
  24. </style>
  25. <!-- Social Warfare v4.4.6.3 https://warfareplugins.com - END OF OUTPUT -->
  26.  
  27.  
  28. <!-- This site is optimized with the Yoast SEO plugin v22.5 - https://yoast.com/wordpress/plugins/seo/ -->
  29. <title>Add Value Business Blog - All about growing Business that Adds Value</title><link rel="preload" as="style" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;display=swap" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;display=swap" media="print" onload="this.media='all'" /><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900&#038;display=swap" /></noscript><link rel="stylesheet" href="https://www.addvaluebusiness.com/wp-content/cache/min/1/54bf70417b1fcb949fc4cd77ddabf4a8.css" media="all" data-minify="1" />
  30. <meta name="description" content="Add Value Business blog is the premiere business blog for helping businesses grow using the latest technology, strategy, and marketing ideas." />
  31. <link rel="canonical" href="https://www.addvaluebusiness.com/" />
  32. <link rel="next" href="https://www.addvaluebusiness.com/page/2/" />
  33. <meta property="og:locale" content="en_US" />
  34. <meta property="og:type" content="website" />
  35. <meta property="og:title" content="Add Value Business Blog" />
  36. <meta property="og:description" content="Add Value Business blog is the premiere business blog for helping businesses grow using the latest technology, strategy, and marketing ideas." />
  37. <meta property="og:url" content="https://www.addvaluebusiness.com/" />
  38. <meta property="og:site_name" content="Add Value Business Blog" />
  39. <meta name="twitter:card" content="summary_large_image" />
  40. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://www.addvaluebusiness.com/","url":"https://www.addvaluebusiness.com/","name":"Add Value Business Blog - All about growing Business that Adds Value","isPartOf":{"@id":"https://www.addvaluebusiness.com/#website"},"description":"Add Value Business blog is the premiere business blog for helping businesses grow using the latest technology, strategy, and marketing ideas.","breadcrumb":{"@id":"https://www.addvaluebusiness.com/#breadcrumb"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://www.addvaluebusiness.com/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://www.addvaluebusiness.com/#website","url":"https://www.addvaluebusiness.com/","name":"Add Value Business Blog","description":"All about growing Business that Adds Value","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.addvaluebusiness.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"}]}</script>
  41. <!-- / Yoast SEO plugin. -->
  42.  
  43.  
  44. <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' />
  45. <!-- This site uses the Google Analytics by MonsterInsights plugin v8.26.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
  46. <script type="rocketlazyloadscript" data-rocket-src="//www.googletagmanager.com/gtag/js?id=G-P2FBSGQEBQ"  data-cfasync="false" data-wpfc-render="false" data-rocket-type="text/javascript" async></script>
  47. <script type="rocketlazyloadscript" data-cfasync="false" data-wpfc-render="false" data-rocket-type="text/javascript">
  48. var mi_version = '8.26.0';
  49. var mi_track_user = true;
  50. var mi_no_track_reason = '';
  51. var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/www.addvaluebusiness.com\/"};
  52. if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
  53. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
  54. } else {
  55. var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
  56. }
  57.  
  58. var disableStrs = [
  59. 'ga-disable-G-P2FBSGQEBQ',
  60. ];
  61.  
  62. /* Function to detect opted out users */
  63. function __gtagTrackerIsOptedOut() {
  64. for (var index = 0; index < disableStrs.length; index++) {
  65. if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
  66. return true;
  67. }
  68. }
  69.  
  70. return false;
  71. }
  72.  
  73. /* Disable tracking if the opt-out cookie exists. */
  74. if (__gtagTrackerIsOptedOut()) {
  75. for (var index = 0; index < disableStrs.length; index++) {
  76. window[disableStrs[index]] = true;
  77. }
  78. }
  79.  
  80. /* Opt-out function */
  81. function __gtagTrackerOptout() {
  82. for (var index = 0; index < disableStrs.length; index++) {
  83. document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
  84. window[disableStrs[index]] = true;
  85. }
  86. }
  87.  
  88. if ('undefined' === typeof gaOptout) {
  89. function gaOptout() {
  90. __gtagTrackerOptout();
  91. }
  92. }
  93. window.dataLayer = window.dataLayer || [];
  94.  
  95. window.MonsterInsightsDualTracker = {
  96. helpers: {},
  97. trackers: {},
  98. };
  99. if (mi_track_user) {
  100. function __gtagDataLayer() {
  101. dataLayer.push(arguments);
  102. }
  103.  
  104. function __gtagTracker(type, name, parameters) {
  105. if (!parameters) {
  106. parameters = {};
  107. }
  108.  
  109. if (parameters.send_to) {
  110. __gtagDataLayer.apply(null, arguments);
  111. return;
  112. }
  113.  
  114. if (type === 'event') {
  115. parameters.send_to = monsterinsights_frontend.v4_id;
  116. var hookName = name;
  117. if (typeof parameters['event_category'] !== 'undefined') {
  118. hookName = parameters['event_category'] + ':' + name;
  119. }
  120.  
  121. if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
  122. MonsterInsightsDualTracker.trackers[hookName](parameters);
  123. } else {
  124. __gtagDataLayer('event', name, parameters);
  125. }
  126. } else {
  127. __gtagDataLayer.apply(null, arguments);
  128. }
  129. }
  130.  
  131. __gtagTracker('js', new Date());
  132. __gtagTracker('set', {
  133. 'developer_id.dZGIzZG': true,
  134. });
  135. if ( MonsterInsightsLocations.page_location ) {
  136. __gtagTracker('set', MonsterInsightsLocations);
  137. }
  138. __gtagTracker('config', 'G-P2FBSGQEBQ', {"forceSSL":"true","link_attribution":"true"} );
  139. window.gtag = __gtagTracker; (function () {
  140. /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
  141. /* ga and __gaTracker compatibility shim. */
  142. var noopfn = function () {
  143. return null;
  144. };
  145. var newtracker = function () {
  146. return new Tracker();
  147. };
  148. var Tracker = function () {
  149. return null;
  150. };
  151. var p = Tracker.prototype;
  152. p.get = noopfn;
  153. p.set = noopfn;
  154. p.send = function () {
  155. var args = Array.prototype.slice.call(arguments);
  156. args.unshift('send');
  157. __gaTracker.apply(null, args);
  158. };
  159. var __gaTracker = function () {
  160. var len = arguments.length;
  161. if (len === 0) {
  162. return;
  163. }
  164. var f = arguments[len - 1];
  165. if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
  166. if ('send' === arguments[0]) {
  167. var hitConverted, hitObject = false, action;
  168. if ('event' === arguments[1]) {
  169. if ('undefined' !== typeof arguments[3]) {
  170. hitObject = {
  171. 'eventAction': arguments[3],
  172. 'eventCategory': arguments[2],
  173. 'eventLabel': arguments[4],
  174. 'value': arguments[5] ? arguments[5] : 1,
  175. }
  176. }
  177. }
  178. if ('pageview' === arguments[1]) {
  179. if ('undefined' !== typeof arguments[2]) {
  180. hitObject = {
  181. 'eventAction': 'page_view',
  182. 'page_path': arguments[2],
  183. }
  184. }
  185. }
  186. if (typeof arguments[2] === 'object') {
  187. hitObject = arguments[2];
  188. }
  189. if (typeof arguments[5] === 'object') {
  190. Object.assign(hitObject, arguments[5]);
  191. }
  192. if ('undefined' !== typeof arguments[1].hitType) {
  193. hitObject = arguments[1];
  194. if ('pageview' === hitObject.hitType) {
  195. hitObject.eventAction = 'page_view';
  196. }
  197. }
  198. if (hitObject) {
  199. action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
  200. hitConverted = mapArgs(hitObject);
  201. __gtagTracker('event', action, hitConverted);
  202. }
  203. }
  204. return;
  205. }
  206.  
  207. function mapArgs(args) {
  208. var arg, hit = {};
  209. var gaMap = {
  210. 'eventCategory': 'event_category',
  211. 'eventAction': 'event_action',
  212. 'eventLabel': 'event_label',
  213. 'eventValue': 'event_value',
  214. 'nonInteraction': 'non_interaction',
  215. 'timingCategory': 'event_category',
  216. 'timingVar': 'name',
  217. 'timingValue': 'value',
  218. 'timingLabel': 'event_label',
  219. 'page': 'page_path',
  220. 'location': 'page_location',
  221. 'title': 'page_title',
  222. 'referrer' : 'page_referrer',
  223. };
  224. for (arg in args) {
  225. if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
  226. hit[gaMap[arg]] = args[arg];
  227. } else {
  228. hit[arg] = args[arg];
  229. }
  230. }
  231. return hit;
  232. }
  233.  
  234. try {
  235. f.hitCallback();
  236. } catch (ex) {
  237. }
  238. };
  239. __gaTracker.create = newtracker;
  240. __gaTracker.getByName = newtracker;
  241. __gaTracker.getAll = function () {
  242. return [];
  243. };
  244. __gaTracker.remove = noopfn;
  245. __gaTracker.loaded = true;
  246. window['__gaTracker'] = __gaTracker;
  247. })();
  248. } else {
  249. console.log("");
  250. (function () {
  251. function __gtagTracker() {
  252. return null;
  253. }
  254.  
  255. window['__gtagTracker'] = __gtagTracker;
  256. window['gtag'] = __gtagTracker;
  257. })();
  258. }
  259. </script>
  260. <!-- / Google Analytics by MonsterInsights -->
  261.  
  262. <style id='classic-theme-styles-inline-css' type='text/css'>
  263. /*! This file is auto-generated */
  264. .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
  265. </style>
  266. <style id='global-styles-inline-css' type='text/css'>
  267. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  268. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  269. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  270. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  271. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  272. </style>
  273.  
  274.  
  275. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.addvaluebusiness.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=8.26.0" id="monsterinsights-frontend-script-js" defer></script>
  276. <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
  277. var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/www.addvaluebusiness.com","hash_tracking":"false","v4_id":"G-P2FBSGQEBQ"};/* ]]> */
  278. </script>
  279. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.addvaluebusiness.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
  280. <link rel="https://api.w.org/" href="https://www.addvaluebusiness.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://www.addvaluebusiness.com/xmlrpc.php?rsd" />
  281. <meta name="generator" content="WordPress 6.5.2" />
  282. <!-- HFCM by 99 Robots - Snippet # 3: gtag.js -->
  283. <!-- Global site tag (gtag.js) - Google Analytics -->
  284. <script type="rocketlazyloadscript" async data-rocket-src="https://www.googletagmanager.com/gtag/js?id=G-VE0JP3NMQF"></script>
  285. <script type="rocketlazyloadscript">
  286.  window.dataLayer = window.dataLayer || [];
  287.  function gtag(){dataLayer.push(arguments);}
  288.  gtag('js', new Date());
  289.  
  290.  gtag('config', 'G-VE0JP3NMQF');
  291. </script>
  292. <!-- /end HFCM by 99 Robots -->
  293. <link rel="icon" href="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/cropped-add-value-business-canva-32x32.png" sizes="32x32" />
  294. <link rel="icon" href="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/cropped-add-value-business-canva-192x192.png" sizes="192x192" />
  295. <link rel="apple-touch-icon" href="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/cropped-add-value-business-canva-180x180.png" />
  296. <meta name="msapplication-TileImage" content="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/cropped-add-value-business-canva-270x270.png" />
  297.  
  298.  
  299.  
  300.  
  301. <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript><!-- END OF WP_HEAD() -->
  302. </head>
  303. <body class="home blog  wp-embed-responsive oxygen-body" >
  304.  
  305.  
  306.  
  307.  
  308. <div id="div_block-41-135" class="ct-div-block" ></div><header id="_header-1-135" class="oxy-header-wrapper oxy-overlay-header oxy-header" ><div id="_header_row-2-135" class="oxy-header-row" ><div class="oxy-header-container"><div id="_header_left-3-135" class="oxy-header-left" >
  309. <div id="-pro-menu-59-135" class="oxy-pro-menu " ><div class="oxy-pro-menu-mobile-open-icon  oxy-pro-menu-off-canvas-trigger oxy-pro-menu-off-canvas-left" data-off-canvas-alignment="left"><svg id="-pro-menu-59-135-open-icon"><use xlink:href="#Lineariconsicon-menu"></use></svg></div>
  310.  
  311.                
  312.        <div class="oxy-pro-menu-container  oxy-pro-menu-dropdown-links-visible-on-mobile oxy-pro-menu-dropdown-links-toggle oxy-pro-menu-show-dropdown" data-aos-duration="400"
  313.  
  314.             data-oxy-pro-menu-dropdown-animation="fade-up"
  315.             data-oxy-pro-menu-dropdown-animation-duration="0.4"
  316.             data-entire-parent-toggles-dropdown="true"
  317.  
  318.                          data-oxy-pro-menu-off-canvas-animation="fade-left"
  319.            
  320.                          data-oxy-pro-menu-dropdown-animation-duration="0.4"
  321.            
  322.                          data-oxy-pro-menu-dropdown-links-on-mobile="toggle">
  323.            
  324.            <div class="menu-main-top-container"><ul id="menu-main-top" class="oxy-pro-menu-list"><li id="menu-item-137" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-137"><a href="https://www.addvaluebusiness.com/" aria-current="page">Home</a></li>
  325. <li id="menu-item-97" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-97"><a href="https://www.addvaluebusiness.com/about/">About</a></li>
  326. <li id="menu-item-17" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17"><a href="#">Blog</a>
  327. <ul class="sub-menu">
  328. <li id="menu-item-224" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://www.addvaluebusiness.com/category/business-tech/">Business Tech</a></li>
  329. <li id="menu-item-225" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://www.addvaluebusiness.com/category/marketing/">Marketing</a></li>
  330. <li id="menu-item-226" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://www.addvaluebusiness.com/category/social-media/">Social Media</a></li>
  331. <li id="menu-item-227" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-227"><a href="https://www.addvaluebusiness.com/category/apps/">Apps</a></li>
  332. </ul>
  333. </li>
  334. <li id="menu-item-136" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-136"><a href="#">Resources</a>
  335. <ul class="sub-menu">
  336. <li id="menu-item-139" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-139"><a href="https://www.addvaluebusiness.com/privacy-policy/">Privacy Policy</a></li>
  337. </ul>
  338. </li>
  339. <li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="https://www.addvaluebusiness.com/contact/">Contact</a></li>
  340. </ul></div>
  341.            <div class="oxy-pro-menu-mobile-close-icon"><svg id="svg--pro-menu-59-135"><use xlink:href="#FontAwesomeicon-close"></use></svg>close</div>
  342.  
  343.        </div>
  344.  
  345.        </div>
  346.  
  347. <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  348. jQuery('#-pro-menu-59-135 .oxy-pro-menu-show-dropdown .menu-item-has-children > a', 'body').each(function(){
  349.                jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"><svg class="oxy-pro-menu-dropdown-icon"><use xlink:href="#FontAwesomeicon-arrow-down"></use></svg></div>');
  350.            });
  351.            jQuery('#-pro-menu-59-135 .oxy-pro-menu-show-dropdown .menu-item:not(.menu-item-has-children) > a', 'body').each(function(){
  352.                jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"></div>');
  353.            }); </script><a id="link-57-135" class="ct-link" href="https://www.addvaluebusiness.com/"   ><img  id="image-6-135" alt="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="ct-image" data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/Add-Value-Business-Blog.png"/><noscript><img  id="image-6-135" alt="" src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/Add-Value-Business-Blog.png" class="ct-image"/></noscript></a></div><div id="_header_center-4-135" class="oxy-header-center" ><div id="div_block-97-135" class="ct-div-block" ><a id="link-63-135" class="ct-link" href="https://www.addvaluebusiness.com/"   ><img  id="image-61-135" alt="" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="ct-image" data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/Add-Value-Business-Blog.png"/><noscript><img  id="image-61-135" alt="" src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/Add-Value-Business-Blog.png" class="ct-image"/></noscript></a><div id="div_block-92-135" class="ct-div-block" >
  354.                <div id="_search_form-93-135" class="oxy-search-form" >
  355.                <form role="search" method="get" id="searchform" class="searchform" action="https://www.addvaluebusiness.com/">
  356. <div>
  357. <label class="screen-reader-text" for="s">Search for:</label>
  358. <input type="text" value="" name="s" id="s" />
  359. <input type="submit" id="searchsubmit" value="Search" />
  360. </div>
  361. </form>                </div>
  362.        
  363.        <div id="code_block-94-135" class="ct-code-block" ></div><div id="fancy_icon-95-135" class="ct-fancy-icon" ><svg id="svg-fancy_icon-95-135"><use xlink:href="#Lineariconsicon-magnifier"></use></svg></div></div></div></div><div id="_header_right-5-135" class="oxy-header-right" ><div id="div_block-14-135" class="ct-div-block" ><div id="div_block-18-135" class="ct-div-block" ><div id="div_block-32-135" class="ct-div-block" ><div id="_social_icons-9-135" class="oxy-social-icons" ><a href='https://instagram.com/mikegingerich' target='_blank' class='oxy-social-icons-instagram'><svg><title>Visit our Instagram</title><use xlink:href='#oxy-social-icons-icon-instagram-blank'></use></svg></a><a href='https://twitter.com/mike_gingerich' target='_blank' class='oxy-social-icons-twitter'><svg><title>Visit our Twitter</title><use xlink:href='#oxy-social-icons-icon-twitter-blank'></use></svg></a></div></div><div id="div_block-25-135" class="ct-div-block" >
  364.                <div id="_search_form-22-135" class="oxy-search-form" >
  365.                <form role="search" method="get" id="searchform" class="searchform" action="https://www.addvaluebusiness.com/">
  366. <div>
  367. <label class="screen-reader-text" for="s">Search for:</label>
  368. <input type="text" value="" name="s" id="s" />
  369. <input type="submit" id="searchsubmit" value="Search" />
  370. </div>
  371. </form>                </div>
  372.        
  373.        <div id="code_block-24-135" class="ct-code-block" ></div><div id="fancy_icon-30-135" class="ct-fancy-icon" ><svg id="svg-fancy_icon-30-135"><use xlink:href="#Lineariconsicon-magnifier"></use></svg></div></div></div>
  374. <div id="-pro-menu-7-135" class="oxy-pro-menu " ><div class="oxy-pro-menu-mobile-open-icon " data-off-canvas-alignment=""><svg id="-pro-menu-7-135-open-icon"><use xlink:href="#FontAwesomeicon-ellipsis-v"></use></svg>Menu</div>
  375.  
  376.                
  377.        <div class="oxy-pro-menu-container  oxy-pro-menu-dropdown-links-visible-on-mobile oxy-pro-menu-dropdown-links-toggle oxy-pro-menu-show-dropdown" data-aos-duration="400"
  378.  
  379.             data-oxy-pro-menu-dropdown-animation="fade-up"
  380.             data-oxy-pro-menu-dropdown-animation-duration="0.4"
  381.             data-entire-parent-toggles-dropdown="true"
  382.  
  383.            
  384.                          data-oxy-pro-menu-dropdown-animation-duration="0.4"
  385.            
  386.                          data-oxy-pro-menu-dropdown-links-on-mobile="toggle">
  387.            
  388.            <div class="menu-main-top-container"><ul id="menu-main-top-1" class="oxy-pro-menu-list"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-137"><a href="https://www.addvaluebusiness.com/" aria-current="page">Home</a></li>
  389. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-97"><a href="https://www.addvaluebusiness.com/about/">About</a></li>
  390. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-17"><a href="#">Blog</a>
  391. <ul class="sub-menu">
  392. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-224"><a href="https://www.addvaluebusiness.com/category/business-tech/">Business Tech</a></li>
  393. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-225"><a href="https://www.addvaluebusiness.com/category/marketing/">Marketing</a></li>
  394. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-226"><a href="https://www.addvaluebusiness.com/category/social-media/">Social Media</a></li>
  395. <li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-227"><a href="https://www.addvaluebusiness.com/category/apps/">Apps</a></li>
  396. </ul>
  397. </li>
  398. <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-136"><a href="#">Resources</a>
  399. <ul class="sub-menu">
  400. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-139"><a href="https://www.addvaluebusiness.com/privacy-policy/">Privacy Policy</a></li>
  401. </ul>
  402. </li>
  403. <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"><a href="https://www.addvaluebusiness.com/contact/">Contact</a></li>
  404. </ul></div>
  405.            <div class="oxy-pro-menu-mobile-close-icon"><svg id="svg--pro-menu-7-135"><use xlink:href="#FontAwesomeicon-close"></use></svg>close</div>
  406.  
  407.        </div>
  408.  
  409.        </div>
  410.  
  411. <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  412. jQuery('#-pro-menu-7-135 .oxy-pro-menu-show-dropdown .menu-item-has-children > a', 'body').each(function(){
  413.                jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"><svg class="oxy-pro-menu-dropdown-icon"><use xlink:href="#FontAwesomeicon-arrow-circle-o-down"></use></svg></div>');
  414.            });
  415.            jQuery('#-pro-menu-7-135 .oxy-pro-menu-show-dropdown .menu-item:not(.menu-item-has-children) > a', 'body').each(function(){
  416.                jQuery(this).append('<div class="oxy-pro-menu-dropdown-icon-click-area"></div>');
  417.            }); </script></div></div></div></div></header>
  418. <section id="section-502-198" class=" ct-section" ><div class="ct-section-inner-wrap"><div id="new_columns-503-198" class="ct-new-columns" ><a id="link-504-198" class="ct-link top-div" href="https://www.addvaluebusiness.com/category/marketing/"   ><div id="div_block-505-198" class="ct-div-block" ><div id="text_block-506-198" class="ct-text-block" >Marketing</div></div></a><a id="link-507-198" class="ct-link top-div" href="https://www.addvaluebusiness.com/category/social-media/"   ><div id="div_block-508-198" class="ct-div-block" ><div id="text_block-509-198" class="ct-text-block" >Social Media</div></div></a></div><div id="new_columns-510-198" class="ct-new-columns" ><a id="link-511-198" class="ct-link top-div" href="https://www.addvaluebusiness.com/category/business-growth/"   ><div id="div_block-512-198" class="ct-div-block" ><div id="text_block-513-198" class="ct-text-block" >Business Growth</div></div></a><a id="link-514-198" class="ct-link top-div" href="https://www.addvaluebusiness.com/category/e-commerce/"   ><div id="div_block-515-198" class="ct-div-block" ><div id="text_block-516-198" class="ct-text-block" >E-commerce</div></div></a></div></div></section><div id="div_block-85-21" class="ct-div-block" ><h1 id="headline-86-21" class="ct-headline">Your top resource for business strategy and growth</h1><div id="text_block-90-21" class="ct-text-block" ><a href="http://addvaluebusiness.com/category/all/">Explore Now</a></div></div><section id="section-93-21" class=" ct-section" ><div class="ct-section-inner-wrap"><div id="new_columns-94-21" class="ct-new-columns" ><div id="div_block-95-21" class="ct-div-block" ><div id="_dynamic_list-102-21" class="oxy-dynamic-list"><div id="div_block-103-21-1" class="ct-div-block" data-id="div_block-103-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/04/RoseCityOfficeFurnishings-305458-Healthy-Office-Environment-image1.jpg" id="div_block-111-21-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/" target="_self" style="background-size: cover;" data-id="div_block-111-21"></a><div id="div_block-114-21-1" class="ct-div-block" data-id="div_block-114-21"><h3 id="headline-123-21-1" class="ct-headline" data-id="headline-123-21">The Latest</h3><a id="link-133-21-1" class="ct-link" href="https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/" target="_self" data-id="link-133-21"><h2 id="headline-125-21-1" class="ct-headline" data-id="headline-125-21"><span id="span-129-21-1" class="ct-span" data-id="span-129-21">5 Great Ways To Create a Healthy Office Environment</span></h2></a><div id="text_block-126-21-1" class="ct-text-block" data-id="text_block-126-21"><span id="span-131-198-1" class="ct-span" data-id="span-131-198">A healthy work environment is crucial for employee well-being...</span></div><a id="link-134-21-1" class="ct-link" href="https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/" target="_self" data-id="link-134-21"><h3 id="headline-127-21-1" class="ct-headline" data-id="headline-127-21">read more</h3></a></div></div>                    
  419.                                            
  420.                                        <div class="oxy-repeater-pages-wrap">
  421.                        <div class="oxy-repeater-pages">
  422.                            <span aria-current="page" class="page-numbers current">1</span>
  423. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  424. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  425. <span class="page-numbers dots">&hellip;</span>
  426. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/575/">575</a>
  427. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  428.                    </div>
  429.                                        
  430.                    </div>
  431. <div id="_dynamic_list-136-21" class="oxy-dynamic-list"><div id="div_block-137-21-1" class="ct-div-block" data-id="div_block-137-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/04/RoseCityOfficeFurnishings-305458-Healthy-Office-Environment-image1.jpg" id="link-140-21-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/" target="_self" style="background-size: cover;" data-id="link-140-21"></a><a id="link-164-21-1" class="ct-link" href="https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/" target="_self" data-id="link-164-21"><h3 id="headline-158-21-1" class="ct-headline" data-id="headline-158-21"><span id="span-165-21-1" class="ct-span" data-id="span-165-21">5 Great Ways To Create a Healthy Office Environment</span></h3></a></div><div id="div_block-137-21-2" class="ct-div-block" data-id="div_block-137-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/04/piphanyCoaches-281737-Market-Uncertainty-CEO-image1.jpeg" id="link-140-21-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-to-navigate-market-uncertainty-as-a-ceo/" target="_self" style="background-size: cover;" data-id="link-140-21"></a><a id="link-164-21-2" class="ct-link" href="https://www.addvaluebusiness.com/how-to-navigate-market-uncertainty-as-a-ceo/" target="_self" data-id="link-164-21"><h3 id="headline-158-21-2" class="ct-headline" data-id="headline-158-21"><span id="span-165-21-2" class="ct-span" data-id="span-165-21">How To Navigate Market Uncertainty as a CEO</span></h3></a></div><div id="div_block-137-21-3" class="ct-div-block" data-id="div_block-137-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/04/OnYourFeetUSALLC-309050-business-story-telling-image1.jpg" id="link-140-21-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/the-benefits-of-storytelling-in-business/" target="_self" style="background-size: cover;" data-id="link-140-21"></a><a id="link-164-21-3" class="ct-link" href="https://www.addvaluebusiness.com/the-benefits-of-storytelling-in-business/" target="_self" data-id="link-164-21"><h3 id="headline-158-21-3" class="ct-headline" data-id="headline-158-21"><span id="span-165-21-3" class="ct-span" data-id="span-165-21">The Benefits of Storytelling in Business</span></h3></a></div><div id="div_block-137-21-4" class="ct-div-block" data-id="div_block-137-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/IG.jpg" id="link-140-21-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/what-content-works-best-on-instagram/" target="_self" style="background-size: cover;" data-id="link-140-21"></a><a id="link-164-21-4" class="ct-link" href="https://www.addvaluebusiness.com/what-content-works-best-on-instagram/" target="_self" data-id="link-164-21"><h3 id="headline-158-21-4" class="ct-headline" data-id="headline-158-21"><span id="span-165-21-4" class="ct-span" data-id="span-165-21">What Content Works Best on Instagram?</span></h3></a></div>                    
  432.                                            
  433.                                        <div class="oxy-repeater-pages-wrap">
  434.                        <div class="oxy-repeater-pages">
  435.                            <span aria-current="page" class="page-numbers current">1</span>
  436. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  437. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  438. <span class="page-numbers dots">&hellip;</span>
  439. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/144/">144</a>
  440. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  441.                    </div>
  442.                                        
  443.                    </div>
  444. <div id="div_block-176-21" class="ct-div-block" ></div><div id="div_block-179-21" class="ct-div-block" ><div id="div_block-180-21" class="ct-div-block" ><h2 id="headline-183-21" class="ct-headline">Marketing</h2><a id="div_block-187-21" class="ct-link" href="/category/marketing/"   ><h3 id="headline-188-21" class="ct-headline">view all</h3><div id="fancy_icon-190-21" class="ct-fancy-icon" ><svg id="svg-fancy_icon-190-21"><use xlink:href="#FontAwesomeicon-chevron-circle-right"></use></svg></div></a></div><div id="div_block-181-21" class="ct-div-block" ><div id="text_block-212-21" class="ct-text-block" ><div style="text-align: left;">All the latest in marketing and specifically digital marketing for small businesses and startups.&nbsp; From email marketing, social media marketing for businesses, to SEO, from content writing to tracking analytics. Marketing topics in our Add Value business blog cover a full-range of items to help you stay in-the-know for your business.&nbsp;</div></div></div><div id="_dynamic_list-217-21" class="oxy-dynamic-list"><div id="div_block-218-21-1" class="ct-div-block" data-id="div_block-218-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/RecordersChartsPens-272455-Consumers-Food-Brands-Image1.jpg" id="link-219-21-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/why-do-consumers-trust-the-food-brands-they-buy/" target="_self" style="background-size: cover;" data-id="link-219-21"></a><a id="link-220-21-1" class="ct-link" href="https://www.addvaluebusiness.com/why-do-consumers-trust-the-food-brands-they-buy/" target="_self" data-id="link-220-21"><h3 id="headline-221-21-1" class="ct-headline" data-id="headline-221-21"><span id="span-222-21-1" class="ct-span" data-id="span-222-21">Why Do Consumers Trust the Food Brands They Buy?</span></h3></a></div><div id="div_block-218-21-2" class="ct-div-block" data-id="div_block-218-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/11/SMS.jpg" id="link-219-21-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/the-best-sms-mass-messaging-marketing-tools-for-2023/" target="_self" style="background-size: cover;" data-id="link-219-21"></a><a id="link-220-21-2" class="ct-link" href="https://www.addvaluebusiness.com/the-best-sms-mass-messaging-marketing-tools-for-2023/" target="_self" data-id="link-220-21"><h3 id="headline-221-21-2" class="ct-headline" data-id="headline-221-21"><span id="span-222-21-2" class="ct-span" data-id="span-222-21">The Best SMS Mass Messaging Marketing Tools for 2023</span></h3></a></div><div id="div_block-218-21-3" class="ct-div-block" data-id="div_block-218-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/11/reputation.png" id="link-219-21-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/overlooked-factors-to-protect-your-companys-reputation/" target="_self" style="background-size: cover;" data-id="link-219-21"></a><a id="link-220-21-3" class="ct-link" href="https://www.addvaluebusiness.com/overlooked-factors-to-protect-your-companys-reputation/" target="_self" data-id="link-220-21"><h3 id="headline-221-21-3" class="ct-headline" data-id="headline-221-21"><span id="span-222-21-3" class="ct-span" data-id="span-222-21">Overlooked Factors To Protect Your Company&rsquo;s Reputation</span></h3></a></div><div id="div_block-218-21-4" class="ct-div-block" data-id="div_block-218-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/10/print-marketing.png" id="link-219-21-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/is-print-marketing-dead-a-data-deep-dive-into-ad-power/" target="_self" style="background-size: cover;" data-id="link-219-21"></a><a id="link-220-21-4" class="ct-link" href="https://www.addvaluebusiness.com/is-print-marketing-dead-a-data-deep-dive-into-ad-power/" target="_self" data-id="link-220-21"><h3 id="headline-221-21-4" class="ct-headline" data-id="headline-221-21"><span id="span-222-21-4" class="ct-span" data-id="span-222-21">Is Print Marketing Dead? A Data Deep Dive Into Ad Power</span></h3></a></div>                    
  445.                                            
  446.                                        <div class="oxy-repeater-pages-wrap">
  447.                        <div class="oxy-repeater-pages">
  448.                            <span aria-current="page" class="page-numbers current">1</span>
  449. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  450. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  451. <span class="page-numbers dots">&hellip;</span>
  452. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/14/">14</a>
  453. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  454.                    </div>
  455.                                        
  456.                    </div>
  457. </div><div id="div_block-309-21" class="ct-div-block" ></div><div id="div_block-346-21" class="ct-div-block" ><div id="div_block-347-21" class="ct-div-block" ><h2 id="headline-348-21" class="ct-headline">Social Media</h2><a id="link-349-21" class="ct-link" href="/category/social-media/"   ><h3 id="headline-350-21" class="ct-headline">view all</h3><div id="fancy_icon-351-21" class="ct-fancy-icon" ><svg id="svg-fancy_icon-351-21"><use xlink:href="#FontAwesomeicon-chevron-circle-right"></use></svg></div></a></div><div id="div_block-352-21" class="ct-div-block" ><div id="text_block-353-21" class="ct-text-block" ><div style="text-align: left;">Discover the latest in social media marketing to help your business.&nbsp; From new trends to new social media updates, we cover the news to the strategies and tactics you need to be successful with social media marketing for your business.&nbsp; Add Value Business blog is your one-stop source for resourcing.</div></div></div><div id="_dynamic_list-354-21" class="oxy-dynamic-list"><div id="div_block-355-21-1" class="ct-div-block" data-id="div_block-355-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/IG.jpg" id="link-356-21-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/what-content-works-best-on-instagram/" target="_self" style="background-size: cover;" data-id="link-356-21"></a><a id="link-357-21-1" class="ct-link" href="https://www.addvaluebusiness.com/what-content-works-best-on-instagram/" target="_self" data-id="link-357-21"><h3 id="headline-358-21-1" class="ct-headline" data-id="headline-358-21"><span id="span-359-21-1" class="ct-span" data-id="span-359-21">What Content Works Best on Instagram?</span></h3></a></div><div id="div_block-355-21-2" class="ct-div-block" data-id="div_block-355-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/tiktok.jpg" id="link-356-21-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/what-content-works-best-on-tiktok/" target="_self" style="background-size: cover;" data-id="link-356-21"></a><a id="link-357-21-2" class="ct-link" href="https://www.addvaluebusiness.com/what-content-works-best-on-tiktok/" target="_self" data-id="link-357-21"><h3 id="headline-358-21-2" class="ct-headline" data-id="headline-358-21"><span id="span-359-21-2" class="ct-span" data-id="span-359-21">What Content Works Best on TikTok?</span></h3></a></div><div id="div_block-355-21-3" class="ct-div-block" data-id="div_block-355-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/12/tiktok.jpg" id="link-356-21-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-do-tiktok-battles-work/" target="_self" style="background-size: cover;" data-id="link-356-21"></a><a id="link-357-21-3" class="ct-link" href="https://www.addvaluebusiness.com/how-do-tiktok-battles-work/" target="_self" data-id="link-357-21"><h3 id="headline-358-21-3" class="ct-headline" data-id="headline-358-21"><span id="span-359-21-3" class="ct-span" data-id="span-359-21">How do TikTok Battles Work?</span></h3></a></div><div id="div_block-355-21-4" class="ct-div-block" data-id="div_block-355-21"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/10/youtube.jpg" id="link-356-21-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-to-make-money-on-youtube/" target="_self" style="background-size: cover;" data-id="link-356-21"></a><a id="link-357-21-4" class="ct-link" href="https://www.addvaluebusiness.com/how-to-make-money-on-youtube/" target="_self" data-id="link-357-21"><h3 id="headline-358-21-4" class="ct-headline" data-id="headline-358-21"><span id="span-359-21-4" class="ct-span" data-id="span-359-21">How to Make Money on YouTube</span></h3></a></div>                    
  458.                                            
  459.                                        <div class="oxy-repeater-pages-wrap">
  460.                        <div class="oxy-repeater-pages">
  461.                            <span aria-current="page" class="page-numbers current">1</span>
  462. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  463. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  464. <span class="page-numbers dots">&hellip;</span>
  465. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/13/">13</a>
  466. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  467.                    </div>
  468.                                        
  469.                    </div>
  470. </div><div id="div_block-381-21" class="ct-div-block" ></div><div id="div_block-384-21" class="ct-div-block" ><div id="div_block-385-21" class="ct-div-block" ><h2 id="headline-386-21" class="ct-headline">Business Growth</h2><a id="link-387-21" class="ct-link" href="/category/business-growth/"   ><h3 id="headline-388-21" class="ct-headline">view all</h3><div id="fancy_icon-389-21" class="ct-fancy-icon" ><svg id="svg-fancy_icon-389-21"><use xlink:href="#FontAwesomeicon-chevron-circle-right"></use></svg></div></a></div><div id="div_block-390-21" class="ct-div-block" ><div id="text_block-391-21" class="ct-text-block" ><div style="text-align: left;">Whether your business is a brand new startup, an idea at this stage, or a well-seasoned company trying to continue to innovate, we've got your covered.&nbsp; With business blog resources on productivity, efficiency, leadership, as well as business strategies and the latest key news in the tech world, we've got your covered.</div><br></div></div><div id="_dynamic_list-526-198" class="oxy-dynamic-list"><div id="div_block-527-198-1" class="ct-div-block" data-id="div_block-527-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/business-funding.jpg" id="link-528-198-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/ways-working-capital-solutions-can-transform-your-business/" target="_self" style="background-size: cover;" data-id="link-528-198"></a><a id="link-529-198-1" class="ct-link" href="https://www.addvaluebusiness.com/ways-working-capital-solutions-can-transform-your-business/" target="_self" data-id="link-529-198"><h3 id="headline-530-198-1" class="ct-headline" data-id="headline-530-198"><span id="span-531-198-1" class="ct-span" data-id="span-531-198">Ways Working Capital Solutions Can Transform Your Business</span></h3></a></div><div id="div_block-527-198-2" class="ct-div-block" data-id="div_block-527-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/03/PolymerMolding-248375-Improving-Annual-Budget-Image2.jpg" id="link-528-198-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/business-tips-for-improving-your-annual-budget/" target="_self" style="background-size: cover;" data-id="link-528-198"></a><a id="link-529-198-2" class="ct-link" href="https://www.addvaluebusiness.com/business-tips-for-improving-your-annual-budget/" target="_self" data-id="link-529-198"><h3 id="headline-530-198-2" class="ct-headline" data-id="headline-530-198"><span id="span-531-198-2" class="ct-span" data-id="span-531-198">Business Tips for Improving Your Annual Budget</span></h3></a></div><div id="div_block-527-198-3" class="ct-div-block" data-id="div_block-527-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/02/loyal.jpg" id="link-528-198-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-to-implement-an-effective-loyalty-program-for-your-automotive-workshop/" target="_self" style="background-size: cover;" data-id="link-528-198"></a><a id="link-529-198-3" class="ct-link" href="https://www.addvaluebusiness.com/how-to-implement-an-effective-loyalty-program-for-your-automotive-workshop/" target="_self" data-id="link-529-198"><h3 id="headline-530-198-3" class="ct-headline" data-id="headline-530-198"><span id="span-531-198-3" class="ct-span" data-id="span-531-198">How to Implement an Effective Loyalty Program for Your Automotive Workshop</span></h3></a></div><div id="div_block-527-198-4" class="ct-div-block" data-id="div_block-527-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2024/01/marketing.jpg" id="link-528-198-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-to-write-a-marketing-plan/" target="_self" style="background-size: cover;" data-id="link-528-198"></a><a id="link-529-198-4" class="ct-link" href="https://www.addvaluebusiness.com/how-to-write-a-marketing-plan/" target="_self" data-id="link-529-198"><h3 id="headline-530-198-4" class="ct-headline" data-id="headline-530-198"><span id="span-531-198-4" class="ct-span" data-id="span-531-198">How to Write a Marketing Plan</span></h3></a></div>                    
  471.                                            
  472.                                        <div class="oxy-repeater-pages-wrap">
  473.                        <div class="oxy-repeater-pages">
  474.                            <span aria-current="page" class="page-numbers current">1</span>
  475. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  476. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  477. <span class="page-numbers dots">&hellip;</span>
  478. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/27/">27</a>
  479. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  480.                    </div>
  481.                                        
  482.                    </div>
  483. </div><div id="div_block-421-21" class="ct-div-block" ></div><div id="div_block-427-21" class="ct-div-block" ><div id="div_block-428-21" class="ct-div-block" ><h2 id="headline-429-21" class="ct-headline">E-commerce</h2><a id="link-430-21" class="ct-link" href="/category/e-commerce/"   ><h3 id="headline-431-21" class="ct-headline">view all</h3><div id="fancy_icon-432-21" class="ct-fancy-icon" ><svg id="svg-fancy_icon-432-21"><use xlink:href="#FontAwesomeicon-chevron-circle-right"></use></svg></div></a></div><div id="div_block-433-21" class="ct-div-block" ><div id="text_block-434-21" class="ct-text-block" ><div style="text-align: left;"><span style="font-family: &quot;&quot;;"></span></div>E-commerce is growing and growing and businesses must be looking at how they can offer the best shopping experiences to their customers online.&nbsp; From growing traffic, to speedier checkouts, and richer shopping experiences, we cover the details on e-commerce for business in the Add Value business blog.<div style="text-align: left;"><br></div></div></div><div id="_dynamic_list-533-198" class="oxy-dynamic-list"><div id="div_block-534-198-1" class="ct-div-block" data-id="div_block-534-198"><a id="link-535-198-1" class="ct-link" href="https://www.addvaluebusiness.com/what-are-the-three-characteristics-of-composable-commerce/" target="_self" style="background-image:url();background-size: cover;" data-id="link-535-198"></a><a id="link-536-198-1" class="ct-link" href="https://www.addvaluebusiness.com/what-are-the-three-characteristics-of-composable-commerce/" target="_self" data-id="link-536-198"><h3 id="headline-537-198-1" class="ct-headline" data-id="headline-537-198"><span id="span-538-198-1" class="ct-span" data-id="span-538-198">What Are The Three Characteristics of Composable Commerce?</span></h3></a></div><div id="div_block-534-198-2" class="ct-div-block" data-id="div_block-534-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/10/tiktok-1.jpg" id="link-535-198-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/what-is-tiktok-shop/" target="_self" style="background-size: cover;" data-id="link-535-198"></a><a id="link-536-198-2" class="ct-link" href="https://www.addvaluebusiness.com/what-is-tiktok-shop/" target="_self" data-id="link-536-198"><h3 id="headline-537-198-2" class="ct-headline" data-id="headline-537-198"><span id="span-538-198-2" class="ct-span" data-id="span-538-198">What is TikTok Shop?</span></h3></a></div><div id="div_block-534-198-3" class="ct-div-block" data-id="div_block-534-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/09/ecommerce.jpg" id="link-535-198-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/the-impact-of-artificial-intelligence-on-the-e-commerce-industry/" target="_self" style="background-size: cover;" data-id="link-535-198"></a><a id="link-536-198-3" class="ct-link" href="https://www.addvaluebusiness.com/the-impact-of-artificial-intelligence-on-the-e-commerce-industry/" target="_self" data-id="link-536-198"><h3 id="headline-537-198-3" class="ct-headline" data-id="headline-537-198"><span id="span-538-198-3" class="ct-span" data-id="span-538-198">The Impact of Artificial Intelligence on the e-commerce Industry</span></h3></a></div><div id="div_block-534-198-4" class="ct-div-block" data-id="div_block-534-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/08/IG.jpg" id="link-535-198-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/mastering-instagram-marketing-for-ecommerce-strategies-to-boost-your-business/" target="_self" style="background-size: cover;" data-id="link-535-198"></a><a id="link-536-198-4" class="ct-link" href="https://www.addvaluebusiness.com/mastering-instagram-marketing-for-ecommerce-strategies-to-boost-your-business/" target="_self" data-id="link-536-198"><h3 id="headline-537-198-4" class="ct-headline" data-id="headline-537-198"><span id="span-538-198-4" class="ct-span" data-id="span-538-198">Mastering Instagram Marketing for eCommerce: Strategies to Boost Your Business</span></h3></a></div>                    
  484.                                            
  485.                                        <div class="oxy-repeater-pages-wrap">
  486.                        <div class="oxy-repeater-pages">
  487.                            <span aria-current="page" class="page-numbers current">1</span>
  488. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  489. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/3/">3</a>
  490. <span class="page-numbers dots">&hellip;</span>
  491. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/6/">6</a>
  492. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  493.                    </div>
  494.                                        
  495.                    </div>
  496. </div></div><div id="div_block-96-21" class="ct-div-block" ><div id="div_block-443-198" class="ct-div-block" ><div id="div_block-444-198" class="ct-div-block" ><img  id="image-447-198" alt="mike gingerich business blog add value" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" class="ct-image" data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/mike-gingerich-2021-2-190x190-1.png"/><noscript><img  id="image-447-198" alt="mike gingerich business blog add value" src="https://www.addvaluebusiness.com/wp-content/uploads/2021/08/mike-gingerich-2021-2-190x190-1.png" class="ct-image"/></noscript></div><div id="div_block-445-198" class="ct-div-block" ><h4 id="headline-448-198" class="ct-headline">Hi! I’m Mike.</h4><div id="text_block-450-198" class="ct-text-block" >Welcome to the top blog resource on business marketing, business tech, and business growth. Always bringing you the latest and best ideas and business strategies.<br></div><div id="div_block-458-198" class="ct-div-block" ><a id="link-39-202" class="ct-link" href="http://addvaluebusiness.com/about/"   ><h4 id="headline-452-198" class="ct-headline">Read More</h4></a><a id="link-41-202" class="ct-link" href="http://addvaluebusiness.com/about/"   ><div id="fancy_icon-454-198" class="ct-fancy-icon" ><svg id="svg-fancy_icon-454-198"><use xlink:href="#FontAwesomeicon-chevron-circle-right"></use></svg></div></a></div></div></div><div id="_social_icons-462-198" class="oxy-social-icons" ><a href='https://facebook.com/mikegdigital' target='_blank' class='oxy-social-icons-facebook'><svg><title>Visit our Facebook</title><use xlink:href='#oxy-social-icons-icon-facebook-blank'></use></svg></a><a href='https://instagram.com/mikegingerich' target='_blank' class='oxy-social-icons-instagram'><svg><title>Visit our Instagram</title><use xlink:href='#oxy-social-icons-icon-instagram-blank'></use></svg></a><a href='https://twitter.com/mike_gingerich' target='_blank' class='oxy-social-icons-twitter'><svg><title>Visit our Twitter</title><use xlink:href='#oxy-social-icons-icon-twitter-blank'></use></svg></a></div><div id="div_block-122-202" class="ct-div-block" ></div><div id="code_block-113-202" class="ct-code-block" ><a href="https://shopify.pxf.io/c/1429567/1550161/13624" rel="sponsored"  Target="_Blank"><img border="0" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E"  width="300" height="300" data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2023/04/shopify-en-US_Affiliates_Booking_Static_banner-e1682088161266.webp"><noscript><img border="0" src="https://www.addvaluebusiness.com/wp-content/uploads/2023/04/shopify-en-US_Affiliates_Booking_Static_banner-e1682088161266.webp"  width="300" height="300"></noscript></a></div><div id="code_block-184-202" class="ct-code-block" ><a href="https://go.fiverr.com/visit/?bta=694986&nci=9563" rel="sponsored"  Target="_Blank"><img border="0" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20300%20250'%3E%3C/svg%3E"  width="300" height="250" data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2023/03/fiverr.jpeg"><noscript><img border="0" src="https://www.addvaluebusiness.com/wp-content/uploads/2023/03/fiverr.jpeg"  width="300" height="250"></noscript></a></div><div id="code_block-153-202" class="ct-code-block" ><a href="https://www.siteground.com/go/m61yx48u0d" target="_blank"><img border="0" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%200%200'%3E%3C/svg%3E" alt="Ad - Web Hosting from SiteGround - Click to learn more." data-lazy-src="https://www.addvaluebusiness.com/wp-content/uploads/2023/03/siteground-hosting.jpeg"><noscript><img border="0" src="https://www.addvaluebusiness.com/wp-content/uploads/2023/03/siteground-hosting.jpeg" alt="Ad - Web Hosting from SiteGround - Click to learn more."></noscript></a></div><div id="div_block-482-198" class="ct-div-block" ><h4 id="headline-480-198" class="ct-headline">TOP POSTS</h4><div id="_dynamic_list-474-198" class="oxy-dynamic-list"><div id="div_block-475-198-1" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/11/buying-a-new-house.jpg" id="link-476-198-1" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/buying-a-new-house-in-2024-key-factors-to-consider/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-1" class="ct-link" href="https://www.addvaluebusiness.com/buying-a-new-house-in-2024-key-factors-to-consider/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-1" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-1" class="ct-span" data-id="span-479-198">Buying a New House in 2024: Key Factors to Consider</span></h3></a></div><div id="div_block-475-198-2" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/05/Magai.jpg" id="link-476-198-2" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/what-is-magai-co-powered-by-chatgpt-and-gpt-4/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-2" class="ct-link" href="https://www.addvaluebusiness.com/what-is-magai-co-powered-by-chatgpt-and-gpt-4/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-2" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-2" class="ct-span" data-id="span-479-198">What is Magai.co Powered by ChatGPT and GPT-4?</span></h3></a></div><div id="div_block-475-198-3" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2023/04/How-to-Use-ChatGPT-to-Generate-Killer-Content-Ideas.jpg" id="link-476-198-3" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/how-to-use-chatgpt-to-generate-killer-content-ideas/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-3" class="ct-link" href="https://www.addvaluebusiness.com/how-to-use-chatgpt-to-generate-killer-content-ideas/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-3" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-3" class="ct-span" data-id="span-479-198">How to Use ChatGPT to Generate Killer Content Ideas</span></h3></a></div><div id="div_block-475-198-4" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2022/09/Semantic-SEO-How-to-Use-It-for-Better-Rankings.jpg" id="link-476-198-4" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/semantic-seo-how-to-use-it-for-better-rankings/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-4" class="ct-link" href="https://www.addvaluebusiness.com/semantic-seo-how-to-use-it-for-better-rankings/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-4" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-4" class="ct-span" data-id="span-479-198">Semantic SEO: How to Use It for Better Rankings</span></h3></a></div><div id="div_block-475-198-5" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2022/07/Low-Cost-Business-Ideas-with-High-Profit-Potential.jpg" id="link-476-198-5" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/low-cost-business-ideas-with-high-profit-potential-in-2022/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-5" class="ct-link" href="https://www.addvaluebusiness.com/low-cost-business-ideas-with-high-profit-potential-in-2022/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-5" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-5" class="ct-span" data-id="span-479-198">7 Low Cost Business Ideas with High Profit Potential in 2022</span></h3></a></div><div id="div_block-475-198-6" class="ct-div-block" data-id="div_block-475-198"><a data-bg="https://www.addvaluebusiness.com/wp-content/uploads/2022/05/Time-Tracking-Software-For-Small-Business.jpg" id="link-476-198-6" class="ct-link rocket-lazyload" href="https://www.addvaluebusiness.com/time-tracking-software-for-small-business/" target="_self" style="background-size: cover;" data-id="link-476-198"></a><a id="link-477-198-6" class="ct-link" href="https://www.addvaluebusiness.com/time-tracking-software-for-small-business/" target="_self" data-id="link-477-198"><h3 id="headline-478-198-6" class="ct-headline" data-id="headline-478-198"><span id="span-479-198-6" class="ct-span" data-id="span-479-198">Time Tracking Software For Small Business</span></h3></a></div>                    
  497.                                            
  498.                                        <div class="oxy-repeater-pages-wrap">
  499.                        <div class="oxy-repeater-pages">
  500.                            <span aria-current="page" class="page-numbers current">1</span>
  501. <a class="page-numbers" href="https://www.addvaluebusiness.com/page/2/">2</a>
  502. <a class="next page-numbers" href="https://www.addvaluebusiness.com/page/2/">Next &raquo;</a>                        </div>
  503.                    </div>
  504.                                        
  505.                    </div>
  506. </div></div></div></div></section><div id="code_block-157-21" class="ct-code-block" ></div><div id="div_block-70-135" class="ct-div-block" ></div><section id="section-65-135" class=" ct-section" ><div class="ct-section-inner-wrap"><div id="div_block-66-135" class="ct-div-block" ><div id="new_columns-67-135" class="ct-new-columns" ><div id="div_block-68-135" class="ct-div-block" ><div id="_rich_text-82-135" class="oxy-rich-text" ><p><span class="copyright">© 2019-2023 Mike Gingerich Global, LLC    </span><a href="http://addvaluebusiness.com/contact/">Contact</a>   -   <a href="http://addvaluebusiness.com/privacy-policy/">Privacy</a></p></div></div><div id="div_block-69-135" class="ct-div-block" ><div id="div_block-76-135" class="ct-div-block" ><a id="text_block-77-135" class="ct-link-text" href="#" target="_self"  >Back To Top</a><div id="_social_icons-72-135" class="oxy-social-icons" ><a href='https://instagram.com/mikegingerich' target='_blank' class='oxy-social-icons-instagram'><svg><title>Visit our Instagram</title><use xlink:href='#oxy-social-icons-icon-instagram-blank'></use></svg></a><a href='https://twitter.com/mike_gingerich' target='_blank' class='oxy-social-icons-twitter'><svg><title>Visit our Twitter</title><use xlink:href='#oxy-social-icons-icon-twitter-blank'></use></svg></a></div></div></div></div></div></div></section> <!-- WP_FOOTER -->
  507. <script type="rocketlazyloadscript">jQuery(document).on('click','a[href*="#"]',function(t){if(jQuery(t.target).closest('.wc-tabs').length>0){return}if(jQuery(this).is('[href="#"]')||jQuery(this).is('[href="#0"]')||jQuery(this).is('[href*="replytocom"]')){return};if(location.pathname.replace(/^\//,"")==this.pathname.replace(/^\//,"")&&location.hostname==this.hostname){var e=jQuery(this.hash);(e=e.length?e:jQuery("[name="+this.hash.slice(1)+"]")).length&&(t.preventDefault(),jQuery("html, body").animate({scrollTop:e.offset().top-0},400))}});</script><style>.ct-FontAwesomeicon-close{width:0.78571428571429em}</style>
  508. <style>.ct-FontAwesomeicon-arrow-circle-o-down{width:0.85714285714286em}</style>
  509. <style>.ct-FontAwesomeicon-arrow-down{width:0.92857142857143em}</style>
  510. <style>.ct-FontAwesomeicon-chevron-circle-right{width:0.85714285714286em}</style>
  511. <style>.ct-FontAwesomeicon-ellipsis-v{width:0.21428571428571em}</style>
  512. <?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"><defs><symbol id="FontAwesomeicon-close" viewBox="0 0 22 28"><title>close</title><path d="M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z"/></symbol><symbol id="FontAwesomeicon-arrow-circle-o-down" viewBox="0 0 24 28"><title>arrow-circle-o-down</title><path d="M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z"/></symbol><symbol id="FontAwesomeicon-arrow-down" viewBox="0 0 26 28"><title>arrow-down</title><path d="M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z"/></symbol><symbol id="FontAwesomeicon-chevron-circle-right" viewBox="0 0 24 28"><title>chevron-circle-right</title><path d="M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z"/></symbol><symbol id="FontAwesomeicon-ellipsis-v" viewBox="0 0 6 28"><title>ellipsis-v</title><path d="M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z"/></symbol></defs></svg><?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1"><defs><symbol id="Lineariconsicon-magnifier" viewBox="0 0 20 20"><title>magnifier</title><path class="path1" d="M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z"/></symbol><symbol id="Lineariconsicon-menu" viewBox="0 0 20 20"><title>menu</title><path class="path1" d="M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z"/><path class="path2" d="M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z"/><path class="path3" d="M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z"/></symbol></defs></svg>
  513.        <script type="rocketlazyloadscript" data-rocket-type="text/javascript">
  514.  
  515.            function oxygen_init_pro_menu() {
  516.                jQuery('.oxy-pro-menu-container').each(function(){
  517.                    
  518.                    // dropdowns
  519.                    var menu = jQuery(this),
  520.                        animation = menu.data('oxy-pro-menu-dropdown-animation'),
  521.                        animationDuration = menu.data('oxy-pro-menu-dropdown-animation-duration');
  522.                    
  523.                    jQuery('.sub-menu', menu).attr('data-aos',animation);
  524.                    jQuery('.sub-menu', menu).attr('data-aos-duration',animationDuration*1000);
  525.  
  526.                    oxygen_offcanvas_menu_init(menu);
  527.                    jQuery(window).resize(function(){
  528.                        oxygen_offcanvas_menu_init(menu);
  529.                    });
  530.  
  531.                    // let certain CSS rules know menu being initialized
  532.                    // "10" timeout is extra just in case, "0" would be enough
  533.                    setTimeout(function() {menu.addClass('oxy-pro-menu-init');}, 10);
  534.                });
  535.            }
  536.  
  537.            jQuery(document).ready(oxygen_init_pro_menu);
  538.            document.addEventListener('oxygen-ajax-element-loaded', oxygen_init_pro_menu, false);
  539.            
  540.            let proMenuMouseDown = false;
  541.  
  542.            jQuery(".oxygen-body")
  543.            .on("mousedown", '.oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-open-container) .menu-item-has-children', function(e) {
  544.                proMenuMouseDown = true;
  545.            })
  546.  
  547.            .on("mouseup", '.oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-open-container) .menu-item-has-children', function(e) {
  548.                proMenuMouseDown = false;
  549.            })
  550.  
  551.            .on('mouseenter focusin', '.oxy-pro-menu-show-dropdown:not(.oxy-pro-menu-open-container) .menu-item-has-children', function(e) {
  552.                if( proMenuMouseDown ) return;
  553.                
  554.                var subMenu = jQuery(this).children('.sub-menu');
  555.                subMenu.addClass('aos-animate oxy-pro-menu-dropdown-animating').removeClass('sub-menu-left');
  556.  
  557.                var duration = jQuery(this).parents('.oxy-pro-menu-container').data('oxy-pro-menu-dropdown-animation-duration');
  558.  
  559.                setTimeout(function() {subMenu.removeClass('oxy-pro-menu-dropdown-animating')}, duration*1000);
  560.  
  561.                var offset = subMenu.offset(),
  562.                    width = subMenu.width(),
  563.                    docWidth = jQuery(window).width();
  564.  
  565.                    if (offset.left+width > docWidth) {
  566.                        subMenu.addClass('sub-menu-left');
  567.                    }
  568.            })
  569.            
  570.            .on('mouseleave focusout', '.oxy-pro-menu-show-dropdown .menu-item-has-children', function( e ) {
  571.                if( jQuery(this).is(':hover') ) return;
  572.  
  573.                jQuery(this).children('.sub-menu').removeClass('aos-animate');
  574.  
  575.                var subMenu = jQuery(this).children('.sub-menu');
  576.                //subMenu.addClass('oxy-pro-menu-dropdown-animating-out');
  577.  
  578.                var duration = jQuery(this).parents('.oxy-pro-menu-container').data('oxy-pro-menu-dropdown-animation-duration');
  579.                setTimeout(function() {subMenu.removeClass('oxy-pro-menu-dropdown-animating-out')}, duration*1000);
  580.            })
  581.  
  582.            // open icon click
  583.            .on('click', '.oxy-pro-menu-mobile-open-icon', function() {    
  584.                var menu = jQuery(this).parents('.oxy-pro-menu');
  585.                // off canvas
  586.                if (jQuery(this).hasClass('oxy-pro-menu-off-canvas-trigger')) {
  587.                    oxygen_offcanvas_menu_run(menu);
  588.                }
  589.                // regular
  590.                else {
  591.                    menu.addClass('oxy-pro-menu-open');
  592.                    jQuery(this).siblings('.oxy-pro-menu-container').addClass('oxy-pro-menu-open-container');
  593.                    jQuery('body').addClass('oxy-nav-menu-prevent-overflow');
  594.                    jQuery('html').addClass('oxy-nav-menu-prevent-overflow');
  595.                    
  596.                    oxygen_pro_menu_set_static_width(menu);
  597.                }
  598.                // remove animation and collapse
  599.                jQuery('.sub-menu', menu).attr('data-aos','');
  600.                jQuery('.oxy-pro-menu-dropdown-toggle .sub-menu', menu).slideUp(0);
  601.            });
  602.  
  603.            function oxygen_pro_menu_set_static_width(menu) {
  604.                var menuItemWidth = jQuery(".oxy-pro-menu-list > .menu-item", menu).width();
  605.                jQuery(".oxy-pro-menu-open-container > div:first-child, .oxy-pro-menu-off-canvas-container > div:first-child", menu).width(menuItemWidth);
  606.            }
  607.  
  608.            function oxygen_pro_menu_unset_static_width(menu) {
  609.                jQuery(".oxy-pro-menu-container > div:first-child", menu).width("");
  610.            }
  611.  
  612.            // close icon click
  613.            jQuery('body').on('click', '.oxy-pro-menu-mobile-close-icon', function(e) {
  614.                
  615.                var menu = jQuery(this).parents('.oxy-pro-menu');
  616.  
  617.                menu.removeClass('oxy-pro-menu-open');
  618.                jQuery(this).parents('.oxy-pro-menu-container').removeClass('oxy-pro-menu-open-container');
  619.                jQuery('.oxy-nav-menu-prevent-overflow').removeClass('oxy-nav-menu-prevent-overflow');
  620.  
  621.                if (jQuery(this).parent('.oxy-pro-menu-container').hasClass('oxy-pro-menu-off-canvas-container')) {
  622.                    oxygen_offcanvas_menu_run(menu);
  623.                }
  624.  
  625.                oxygen_pro_menu_unset_static_width(menu);
  626.            });
  627.  
  628.            // dropdown toggle icon click
  629.            jQuery('body').on(
  630.                'touchstart click',
  631.                '.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children > a > .oxy-pro-menu-dropdown-icon-click-area,'+
  632.                '.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children > a > .oxy-pro-menu-dropdown-icon-click-area',
  633.                function(e) {
  634.                    e.preventDefault();
  635.  
  636.                    // fix for iOS false triggering submenu clicks
  637.                    jQuery('.sub-menu').css('pointer-events', 'none');
  638.                    setTimeout( function() {
  639.                        jQuery('.sub-menu').css('pointer-events', 'initial');
  640.                    }, 500);
  641.  
  642.                    // workaround to stop click event from triggering after touchstart
  643.                    if (window.oxygenProMenuIconTouched === true) {
  644.                        window.oxygenProMenuIconTouched = false;
  645.                        return;
  646.                    }
  647.                    if (e.type==='touchstart') {
  648.                        window.oxygenProMenuIconTouched = true;
  649.                    }
  650.                    oxygen_pro_menu_toggle_dropdown(this);
  651.                }
  652.            );
  653.  
  654.            function oxygen_pro_menu_toggle_dropdown(trigger) {
  655.  
  656.                var duration = jQuery(trigger).parents('.oxy-pro-menu-container').data('oxy-pro-menu-dropdown-animation-duration');
  657.  
  658.                jQuery(trigger).closest('.menu-item-has-children').children('.sub-menu').slideToggle({
  659.                    start: function () {
  660.                        jQuery(this).css({
  661.                            display: "flex"
  662.                        })
  663.                    },
  664.                    duration: duration*1000
  665.                });
  666.            }
  667.                    
  668.            // fullscreen menu link click
  669.            var selector = '.oxy-pro-menu-open .menu-item a';
  670.            jQuery('body').on('click', selector, function(event){
  671.                
  672.                if (jQuery(event.target).closest('.oxy-pro-menu-dropdown-icon-click-area').length > 0) {
  673.                    // toggle icon clicked, no need to hide the menu
  674.                    return;
  675.                }
  676.                else if ((jQuery(this).attr("href") === "#" || jQuery(this).closest(".oxy-pro-menu-container").data("entire-parent-toggles-dropdown")) &&
  677.                         jQuery(this).parent().hasClass('menu-item-has-children')) {
  678.                    // empty href don't lead anywhere, treat it as toggle trigger
  679.                    oxygen_pro_menu_toggle_dropdown(event.target);
  680.                    // keep anchor links behavior as is, and prevent regular links from page reload
  681.                    if (jQuery(this).attr("href").indexOf("#")!==0) {
  682.                        return false;
  683.                    }
  684.                }
  685.  
  686.                // hide the menu and follow the anchor
  687.                if (jQuery(this).attr("href").indexOf("#")===0) {
  688.                    jQuery('.oxy-pro-menu-open').removeClass('oxy-pro-menu-open');
  689.                    jQuery('.oxy-pro-menu-open-container').removeClass('oxy-pro-menu-open-container');
  690.                    jQuery('.oxy-nav-menu-prevent-overflow').removeClass('oxy-nav-menu-prevent-overflow');
  691.                }
  692.  
  693.            });
  694.  
  695.            // off-canvas menu link click
  696.            var selector = '.oxy-pro-menu-off-canvas .menu-item a';
  697.            jQuery('body').on('click', selector, function(event){
  698.                if (jQuery(event.target).closest('.oxy-pro-menu-dropdown-icon-click-area').length > 0) {
  699.                    // toggle icon clicked, no need to trigger it
  700.                    return;
  701.                }
  702.                else if ((jQuery(this).attr("href") === "#" || jQuery(this).closest(".oxy-pro-menu-container").data("entire-parent-toggles-dropdown")) &&
  703.                    jQuery(this).parent().hasClass('menu-item-has-children')) {
  704.                    // empty href don't lead anywhere, treat it as toggle trigger
  705.                    oxygen_pro_menu_toggle_dropdown(event.target);
  706.                    // keep anchor links behavior as is, and prevent regular links from page reload
  707.                    if (jQuery(this).attr("href").indexOf("#")!==0) {
  708.                        return false;
  709.                    }
  710.                }
  711.            });
  712.  
  713.            // off canvas
  714.            function oxygen_offcanvas_menu_init(menu) {
  715.  
  716.                // only init off-canvas animation if trigger icon is visible i.e. mobile menu in action
  717.                var offCanvasActive = jQuery(menu).siblings('.oxy-pro-menu-off-canvas-trigger').css('display');
  718.                if (offCanvasActive!=='none') {
  719.                    var animation = menu.data('oxy-pro-menu-off-canvas-animation');
  720.                    setTimeout(function() {menu.attr('data-aos', animation);}, 10);
  721.                }
  722.                else {
  723.                    // remove AOS
  724.                    menu.attr('data-aos', '');
  725.                };
  726.            }
  727.            
  728.            function oxygen_offcanvas_menu_run(menu) {
  729.  
  730.                var container = menu.find(".oxy-pro-menu-container");
  731.                
  732.                if (!container.attr('data-aos')) {
  733.                    // initialize animation
  734.                    setTimeout(function() {oxygen_offcanvas_menu_toggle(menu, container)}, 0);
  735.                }
  736.                else {
  737.                    oxygen_offcanvas_menu_toggle(menu, container);
  738.                }
  739.            }
  740.  
  741.            var oxygen_offcanvas_menu_toggle_in_progress = false;
  742.  
  743.            function oxygen_offcanvas_menu_toggle(menu, container) {
  744.  
  745.                if (oxygen_offcanvas_menu_toggle_in_progress) {
  746.                    return;
  747.                }
  748.  
  749.                container.toggleClass('aos-animate');
  750.  
  751.                if (container.hasClass('oxy-pro-menu-off-canvas-container')) {
  752.                    
  753.                    oxygen_offcanvas_menu_toggle_in_progress = true;
  754.                    
  755.                    var animation = container.data('oxy-pro-menu-off-canvas-animation'),
  756.                        timeout = container.data('aos-duration');
  757.  
  758.                    if (!animation){
  759.                        timeout = 0;
  760.                    }
  761.  
  762.                    setTimeout(function() {
  763.                        container.removeClass('oxy-pro-menu-off-canvas-container')
  764.                        menu.removeClass('oxy-pro-menu-off-canvas');
  765.                        oxygen_offcanvas_menu_toggle_in_progress = false;
  766.                    }, timeout);
  767.                }
  768.                else {
  769.                    container.addClass('oxy-pro-menu-off-canvas-container');
  770.                    menu.addClass('oxy-pro-menu-off-canvas');
  771.                    oxygen_pro_menu_set_static_width(menu);
  772.                }
  773.            }
  774.        </script>
  775.  
  776.    
  777. <svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  778.   <defs>
  779.      <symbol id="oxy-social-icons-icon-linkedin" viewBox="0 0 32 32">
  780.         <title>linkedin</title>
  781.         <path d="M12 12h5.535v2.837h0.079c0.77-1.381 2.655-2.837 5.464-2.837 5.842 0 6.922 3.637 6.922 8.367v9.633h-5.769v-8.54c0-2.037-0.042-4.657-3.001-4.657-3.005 0-3.463 2.218-3.463 4.509v8.688h-5.767v-18z"></path>
  782.         <path d="M2 12h6v18h-6v-18z"></path>
  783.         <path d="M8 7c0 1.657-1.343 3-3 3s-3-1.343-3-3c0-1.657 1.343-3 3-3s3 1.343 3 3z"></path>
  784.      </symbol>
  785.      <symbol id="oxy-social-icons-icon-facebook" viewBox="0 0 32 32">
  786.         <title>facebook</title>
  787.         <path d="M19 6h5v-6h-5c-3.86 0-7 3.14-7 7v3h-4v6h4v16h6v-16h5l1-6h-6v-3c0-0.542 0.458-1 1-1z"></path>
  788.      </symbol>
  789.      <symbol id="oxy-social-icons-icon-pinterest" viewBox="0 0 32 32">
  790.         <title>pinterest</title>
  791.         <path d="M16 2.138c-7.656 0-13.863 6.206-13.863 13.863 0 5.875 3.656 10.887 8.813 12.906-0.119-1.094-0.231-2.781 0.050-3.975 0.25-1.081 1.625-6.887 1.625-6.887s-0.412-0.831-0.412-2.056c0-1.925 1.119-3.369 2.506-3.369 1.181 0 1.756 0.887 1.756 1.95 0 1.188-0.756 2.969-1.15 4.613-0.331 1.381 0.688 2.506 2.050 2.506 2.462 0 4.356-2.6 4.356-6.35 0-3.319-2.387-5.638-5.787-5.638-3.944 0-6.256 2.956-6.256 6.019 0 1.194 0.456 2.469 1.031 3.163 0.113 0.137 0.131 0.256 0.094 0.4-0.106 0.438-0.338 1.381-0.387 1.575-0.063 0.256-0.2 0.306-0.463 0.188-1.731-0.806-2.813-3.337-2.813-5.369 0-4.375 3.175-8.387 9.156-8.387 4.806 0 8.544 3.425 8.544 8.006 0 4.775-3.012 8.625-7.194 8.625-1.406 0-2.725-0.731-3.175-1.594 0 0-0.694 2.644-0.863 3.294-0.313 1.206-1.156 2.712-1.725 3.631 1.3 0.4 2.675 0.619 4.106 0.619 7.656 0 13.863-6.206 13.863-13.863 0-7.662-6.206-13.869-13.863-13.869z"></path>
  792.      </symbol>
  793.      <symbol id="oxy-social-icons-icon-youtube" viewBox="0 0 32 32">
  794.         <title>youtube</title>
  795.         <path d="M31.681 9.6c0 0-0.313-2.206-1.275-3.175-1.219-1.275-2.581-1.281-3.206-1.356-4.475-0.325-11.194-0.325-11.194-0.325h-0.012c0 0-6.719 0-11.194 0.325-0.625 0.075-1.987 0.081-3.206 1.356-0.963 0.969-1.269 3.175-1.269 3.175s-0.319 2.588-0.319 5.181v2.425c0 2.587 0.319 5.181 0.319 5.181s0.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563 0.244 10.881 0.319 10.881 0.319s6.725-0.012 11.2-0.331c0.625-0.075 1.988-0.081 3.206-1.356 0.962-0.969 1.275-3.175 1.275-3.175s0.319-2.587 0.319-5.181v-2.425c-0.006-2.588-0.325-5.181-0.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z"></path>
  796.      </symbol>
  797.      <symbol id="oxy-social-icons-icon-rss" viewBox="0 0 32 32">
  798.         <title>rss</title>
  799.         <path d="M4.259 23.467c-2.35 0-4.259 1.917-4.259 4.252 0 2.349 1.909 4.244 4.259 4.244 2.358 0 4.265-1.895 4.265-4.244-0-2.336-1.907-4.252-4.265-4.252zM0.005 10.873v6.133c3.993 0 7.749 1.562 10.577 4.391 2.825 2.822 4.384 6.595 4.384 10.603h6.16c-0-11.651-9.478-21.127-21.121-21.127zM0.012 0v6.136c14.243 0 25.836 11.604 25.836 25.864h6.152c0-17.64-14.352-32-31.988-32z"></path>
  800.      </symbol>
  801.      <symbol id="oxy-social-icons-icon-twitter" viewBox="0 0 32 32">
  802.         <title>twitter</title>
  803.         <path d="M32 7.075c-1.175 0.525-2.444 0.875-3.769 1.031 1.356-0.813 2.394-2.1 2.887-3.631-1.269 0.75-2.675 1.3-4.169 1.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625 0-6.563 2.938-6.563 6.563 0 0.512 0.056 1.012 0.169 1.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563 0.969-0.887 2.1-0.887 3.3 0 2.275 1.156 4.287 2.919 5.463-1.075-0.031-2.087-0.331-2.975-0.819 0 0.025 0 0.056 0 0.081 0 3.181 2.263 5.838 5.269 6.437-0.55 0.15-1.131 0.231-1.731 0.231-0.425 0-0.831-0.044-1.237-0.119 0.838 2.606 3.263 4.506 6.131 4.563-2.25 1.762-5.075 2.813-8.156 2.813-0.531 0-1.050-0.031-1.569-0.094 2.913 1.869 6.362 2.95 10.069 2.95 12.075 0 18.681-10.006 18.681-18.681 0-0.287-0.006-0.569-0.019-0.85 1.281-0.919 2.394-2.075 3.275-3.394z"></path>
  804.      </symbol>
  805.      <symbol id="oxy-social-icons-icon-instagram" viewBox="0 0 32 32">
  806.         <title>instagram</title>
  807.         <path d="M16 2.881c4.275 0 4.781 0.019 6.462 0.094 1.563 0.069 2.406 0.331 2.969 0.55 0.744 0.288 1.281 0.638 1.837 1.194 0.563 0.563 0.906 1.094 1.2 1.838 0.219 0.563 0.481 1.412 0.55 2.969 0.075 1.688 0.094 2.194 0.094 6.463s-0.019 4.781-0.094 6.463c-0.069 1.563-0.331 2.406-0.55 2.969-0.288 0.744-0.637 1.281-1.194 1.837-0.563 0.563-1.094 0.906-1.837 1.2-0.563 0.219-1.413 0.481-2.969 0.55-1.688 0.075-2.194 0.094-6.463 0.094s-4.781-0.019-6.463-0.094c-1.563-0.069-2.406-0.331-2.969-0.55-0.744-0.288-1.281-0.637-1.838-1.194-0.563-0.563-0.906-1.094-1.2-1.837-0.219-0.563-0.481-1.413-0.55-2.969-0.075-1.688-0.094-2.194-0.094-6.463s0.019-4.781 0.094-6.463c0.069-1.563 0.331-2.406 0.55-2.969 0.288-0.744 0.638-1.281 1.194-1.838 0.563-0.563 1.094-0.906 1.838-1.2 0.563-0.219 1.412-0.481 2.969-0.55 1.681-0.075 2.188-0.094 6.463-0.094zM16 0c-4.344 0-4.887 0.019-6.594 0.094-1.7 0.075-2.869 0.35-3.881 0.744-1.056 0.412-1.95 0.956-2.837 1.85-0.894 0.888-1.438 1.781-1.85 2.831-0.394 1.019-0.669 2.181-0.744 3.881-0.075 1.713-0.094 2.256-0.094 6.6s0.019 4.887 0.094 6.594c0.075 1.7 0.35 2.869 0.744 3.881 0.413 1.056 0.956 1.95 1.85 2.837 0.887 0.887 1.781 1.438 2.831 1.844 1.019 0.394 2.181 0.669 3.881 0.744 1.706 0.075 2.25 0.094 6.594 0.094s4.888-0.019 6.594-0.094c1.7-0.075 2.869-0.35 3.881-0.744 1.050-0.406 1.944-0.956 2.831-1.844s1.438-1.781 1.844-2.831c0.394-1.019 0.669-2.181 0.744-3.881 0.075-1.706 0.094-2.25 0.094-6.594s-0.019-4.887-0.094-6.594c-0.075-1.7-0.35-2.869-0.744-3.881-0.394-1.063-0.938-1.956-1.831-2.844-0.887-0.887-1.781-1.438-2.831-1.844-1.019-0.394-2.181-0.669-3.881-0.744-1.712-0.081-2.256-0.1-6.6-0.1v0z"></path>
  808.         <path d="M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219c0-4.537-3.681-8.219-8.219-8.219zM16 21.331c-2.944 0-5.331-2.387-5.331-5.331s2.387-5.331 5.331-5.331c2.944 0 5.331 2.387 5.331 5.331s-2.387 5.331-5.331 5.331z"></path>
  809.         <path d="M26.462 7.456c0 1.060-0.859 1.919-1.919 1.919s-1.919-0.859-1.919-1.919c0-1.060 0.859-1.919 1.919-1.919s1.919 0.859 1.919 1.919z"></path>
  810.      </symbol>
  811.      <symbol id="oxy-social-icons-icon-facebook-blank" viewBox="0 0 32 32">
  812.         <title>facebook-blank</title>
  813.         <path d="M29 0h-26c-1.65 0-3 1.35-3 3v26c0 1.65 1.35 3 3 3h13v-14h-4v-4h4v-2c0-3.306 2.694-6 6-6h4v4h-4c-1.1 0-2 0.9-2 2v2h6l-1 4h-5v14h9c1.65 0 3-1.35 3-3v-26c0-1.65-1.35-3-3-3z"></path>
  814.      </symbol>
  815.      <symbol id="oxy-social-icons-icon-rss-blank" viewBox="0 0 32 32">
  816.         <title>rss-blank</title>
  817.         <path d="M29 0h-26c-1.65 0-3 1.35-3 3v26c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3v-26c0-1.65-1.35-3-3-3zM8.719 25.975c-1.5 0-2.719-1.206-2.719-2.706 0-1.488 1.219-2.712 2.719-2.712 1.506 0 2.719 1.225 2.719 2.712 0 1.5-1.219 2.706-2.719 2.706zM15.544 26c0-2.556-0.994-4.962-2.794-6.762-1.806-1.806-4.2-2.8-6.75-2.8v-3.912c7.425 0 13.475 6.044 13.475 13.475h-3.931zM22.488 26c0-9.094-7.394-16.5-16.481-16.5v-3.912c11.25 0 20.406 9.162 20.406 20.413h-3.925z"></path>
  818.      </symbol>
  819.      <symbol id="oxy-social-icons-icon-linkedin-blank" viewBox="0 0 32 32">
  820.         <title>linkedin-blank</title>
  821.         <path d="M29 0h-26c-1.65 0-3 1.35-3 3v26c0 1.65 1.35 3 3 3h26c1.65 0 3-1.35 3-3v-26c0-1.65-1.35-3-3-3zM12 26h-4v-14h4v14zM10 10c-1.106 0-2-0.894-2-2s0.894-2 2-2c1.106 0 2 0.894 2 2s-0.894 2-2 2zM26 26h-4v-8c0-1.106-0.894-2-2-2s-2 0.894-2 2v8h-4v-14h4v2.481c0.825-1.131 2.087-2.481 3.5-2.481 2.488 0 4.5 2.238 4.5 5v9z"></path>
  822.      </symbol>
  823.      <symbol id="oxy-social-icons-icon-pinterest-blank" viewBox="0 0 32 32">
  824.         <title>pinterest</title>
  825.         <path d="M16 2.138c-7.656 0-13.863 6.206-13.863 13.863 0 5.875 3.656 10.887 8.813 12.906-0.119-1.094-0.231-2.781 0.050-3.975 0.25-1.081 1.625-6.887 1.625-6.887s-0.412-0.831-0.412-2.056c0-1.925 1.119-3.369 2.506-3.369 1.181 0 1.756 0.887 1.756 1.95 0 1.188-0.756 2.969-1.15 4.613-0.331 1.381 0.688 2.506 2.050 2.506 2.462 0 4.356-2.6 4.356-6.35 0-3.319-2.387-5.638-5.787-5.638-3.944 0-6.256 2.956-6.256 6.019 0 1.194 0.456 2.469 1.031 3.163 0.113 0.137 0.131 0.256 0.094 0.4-0.106 0.438-0.338 1.381-0.387 1.575-0.063 0.256-0.2 0.306-0.463 0.188-1.731-0.806-2.813-3.337-2.813-5.369 0-4.375 3.175-8.387 9.156-8.387 4.806 0 8.544 3.425 8.544 8.006 0 4.775-3.012 8.625-7.194 8.625-1.406 0-2.725-0.731-3.175-1.594 0 0-0.694 2.644-0.863 3.294-0.313 1.206-1.156 2.712-1.725 3.631 1.3 0.4 2.675 0.619 4.106 0.619 7.656 0 13.863-6.206 13.863-13.863 0-7.662-6.206-13.869-13.863-13.869z"></path>
  826.      </symbol>
  827.      <symbol id="oxy-social-icons-icon-youtube-blank" viewBox="0 0 32 32">
  828.         <title>youtube</title>
  829.         <path d="M31.681 9.6c0 0-0.313-2.206-1.275-3.175-1.219-1.275-2.581-1.281-3.206-1.356-4.475-0.325-11.194-0.325-11.194-0.325h-0.012c0 0-6.719 0-11.194 0.325-0.625 0.075-1.987 0.081-3.206 1.356-0.963 0.969-1.269 3.175-1.269 3.175s-0.319 2.588-0.319 5.181v2.425c0 2.587 0.319 5.181 0.319 5.181s0.313 2.206 1.269 3.175c1.219 1.275 2.819 1.231 3.531 1.369 2.563 0.244 10.881 0.319 10.881 0.319s6.725-0.012 11.2-0.331c0.625-0.075 1.988-0.081 3.206-1.356 0.962-0.969 1.275-3.175 1.275-3.175s0.319-2.587 0.319-5.181v-2.425c-0.006-2.588-0.325-5.181-0.325-5.181zM12.694 20.15v-8.994l8.644 4.513-8.644 4.481z"></path>
  830.      </symbol>
  831.      <symbol id="oxy-social-icons-icon-twitter-blank" viewBox="0 0 32 32">
  832.         <title>twitter</title>
  833.         <path d="M32 7.075c-1.175 0.525-2.444 0.875-3.769 1.031 1.356-0.813 2.394-2.1 2.887-3.631-1.269 0.75-2.675 1.3-4.169 1.594-1.2-1.275-2.906-2.069-4.794-2.069-3.625 0-6.563 2.938-6.563 6.563 0 0.512 0.056 1.012 0.169 1.494-5.456-0.275-10.294-2.888-13.531-6.862-0.563 0.969-0.887 2.1-0.887 3.3 0 2.275 1.156 4.287 2.919 5.463-1.075-0.031-2.087-0.331-2.975-0.819 0 0.025 0 0.056 0 0.081 0 3.181 2.263 5.838 5.269 6.437-0.55 0.15-1.131 0.231-1.731 0.231-0.425 0-0.831-0.044-1.237-0.119 0.838 2.606 3.263 4.506 6.131 4.563-2.25 1.762-5.075 2.813-8.156 2.813-0.531 0-1.050-0.031-1.569-0.094 2.913 1.869 6.362 2.95 10.069 2.95 12.075 0 18.681-10.006 18.681-18.681 0-0.287-0.006-0.569-0.019-0.85 1.281-0.919 2.394-2.075 3.275-3.394z"></path>
  834.      </symbol>
  835.      <symbol id="oxy-social-icons-icon-instagram-blank" viewBox="0 0 32 32">
  836.         <title>instagram</title>
  837.         <path d="M16 2.881c4.275 0 4.781 0.019 6.462 0.094 1.563 0.069 2.406 0.331 2.969 0.55 0.744 0.288 1.281 0.638 1.837 1.194 0.563 0.563 0.906 1.094 1.2 1.838 0.219 0.563 0.481 1.412 0.55 2.969 0.075 1.688 0.094 2.194 0.094 6.463s-0.019 4.781-0.094 6.463c-0.069 1.563-0.331 2.406-0.55 2.969-0.288 0.744-0.637 1.281-1.194 1.837-0.563 0.563-1.094 0.906-1.837 1.2-0.563 0.219-1.413 0.481-2.969 0.55-1.688 0.075-2.194 0.094-6.463 0.094s-4.781-0.019-6.463-0.094c-1.563-0.069-2.406-0.331-2.969-0.55-0.744-0.288-1.281-0.637-1.838-1.194-0.563-0.563-0.906-1.094-1.2-1.837-0.219-0.563-0.481-1.413-0.55-2.969-0.075-1.688-0.094-2.194-0.094-6.463s0.019-4.781 0.094-6.463c0.069-1.563 0.331-2.406 0.55-2.969 0.288-0.744 0.638-1.281 1.194-1.838 0.563-0.563 1.094-0.906 1.838-1.2 0.563-0.219 1.412-0.481 2.969-0.55 1.681-0.075 2.188-0.094 6.463-0.094zM16 0c-4.344 0-4.887 0.019-6.594 0.094-1.7 0.075-2.869 0.35-3.881 0.744-1.056 0.412-1.95 0.956-2.837 1.85-0.894 0.888-1.438 1.781-1.85 2.831-0.394 1.019-0.669 2.181-0.744 3.881-0.075 1.713-0.094 2.256-0.094 6.6s0.019 4.887 0.094 6.594c0.075 1.7 0.35 2.869 0.744 3.881 0.413 1.056 0.956 1.95 1.85 2.837 0.887 0.887 1.781 1.438 2.831 1.844 1.019 0.394 2.181 0.669 3.881 0.744 1.706 0.075 2.25 0.094 6.594 0.094s4.888-0.019 6.594-0.094c1.7-0.075 2.869-0.35 3.881-0.744 1.050-0.406 1.944-0.956 2.831-1.844s1.438-1.781 1.844-2.831c0.394-1.019 0.669-2.181 0.744-3.881 0.075-1.706 0.094-2.25 0.094-6.594s-0.019-4.887-0.094-6.594c-0.075-1.7-0.35-2.869-0.744-3.881-0.394-1.063-0.938-1.956-1.831-2.844-0.887-0.887-1.781-1.438-2.831-1.844-1.019-0.394-2.181-0.669-3.881-0.744-1.712-0.081-2.256-0.1-6.6-0.1v0z"></path>
  838.         <path d="M16 7.781c-4.537 0-8.219 3.681-8.219 8.219s3.681 8.219 8.219 8.219 8.219-3.681 8.219-8.219c0-4.537-3.681-8.219-8.219-8.219zM16 21.331c-2.944 0-5.331-2.387-5.331-5.331s2.387-5.331 5.331-5.331c2.944 0 5.331 2.387 5.331 5.331s-2.387 5.331-5.331 5.331z"></path>
  839.         <path d="M26.462 7.456c0 1.060-0.859 1.919-1.919 1.919s-1.919-0.859-1.919-1.919c0-1.060 0.859-1.919 1.919-1.919s1.919 0.859 1.919 1.919z"></path>
  840.      </symbol>
  841.   </defs>
  842. </svg>
  843. <script type="text/javascript" id="social_warfare_script-js-extra">
  844. /* <![CDATA[ */
  845. var socialWarfare = {"addons":[],"post_id":"3213","variables":{"emphasizeIcons":false,"powered_by_toggle":false,"affiliate_link":"https:\/\/warfareplugins.com"},"floatBeforeContent":""};
  846. /* ]]> */
  847. </script>
  848. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" data-rocket-src="https://www.addvaluebusiness.com/wp-content/plugins/social-warfare/assets/js/script.min.js?ver=4.4.6.3" id="social_warfare_script-js" defer></script>
  849. <script type="rocketlazyloadscript" data-minify="1" data-rocket-type="text/javascript" data-rocket-src="https://www.addvaluebusiness.com/wp-content/cache/min/1/wp-content/plugins/oxygen/component-framework/vendor/aos/aos.js?ver=1692289519" id="oxygen-aos-js"></script>
  850. <script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="ct-footer-js">
  851.   AOS.init({
  852.                 })
  853. jQuery('body').addClass('oxygen-aos-enabled');
  854. </script><script type="rocketlazyloadscript" data-rocket-type="text/javascript"> var swp_nonce = "0f427bb161";function parentIsEvil() { var html = null; try { var doc = top.location.pathname; } catch(err){ }; if(typeof doc === "undefined") { return true } else { return false }; }; if (parentIsEvil()) { top.location = self.location.href; };var url = "https://www.addvaluebusiness.com/5-great-ways-to-create-a-healthy-office-environment/";if(url.indexOf("stfi.re") != -1) { var canonical = ""; var links = document.getElementsByTagName("link"); for (var i = 0; i < links.length; i ++) { if (links[i].getAttribute("rel") === "canonical") { canonical = links[i].getAttribute("href")}}; canonical = canonical.replace("?sfr=1", "");top.location = canonical; console.log(canonical);};var swpFloatBeforeContent = false; var swp_ajax_url = "https://www.addvaluebusiness.com/wp-admin/admin-ajax.php";var swpClickTracking = false;</script><script type="rocketlazyloadscript" data-rocket-type="text/javascript" id="ct_code_block_js_100094">jQuery('#fancy_icon-30-135').on('click', function(){
  855.  
  856. jQuery('#searchsubmit').click();
  857.  
  858. });</script>
  859. <style type="text/css" id="ct_code_block_css_100094">#searchsubmit{
  860. display:none;
  861. }
  862.  
  863. #s{
  864. background-color: rgba(0,0,0,0.1);
  865. top:0;
  866. left:0;
  867. width:180px;
  868. }
  869.  
  870. #fancy_icon-30-135 {
  871. cursor:pointer;
  872. }
  873.  
  874. #div_block-25-135:hover #s,
  875. #s:focus{
  876. opacity:1;
  877. left: -158px;
  878. }
  879.  
  880. </style>
  881. <style type="text/css" id="ct_code_block_css_157">#_dynamic_list-136-21 .oxy-repeater-pages-wrap{
  882. width: 100%;
  883.  
  884. }</style>
  885. <script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue}
  886. if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue}
  887. images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1}
  888. if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://www.addvaluebusiness.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><!-- /WP_FOOTER -->
  889. </body>
  890. </html>
  891.  
  892. <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1713822804 -->
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda