<!doctype html><html lang="en-US"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="profile" href="https://gmpg.org/xfn/11"><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <!-- This site is optimized with the Yoast SEO Premium plugin v24.7 (Yoast SEO v27.7) - https://yoast.com/product/yoast-seo-premium-wordpress/ --><title>AI Funnels And Digital Marketing With David Riewe &#8226; Internet, Network, Windows Specialist</title><meta name="description" content="Internet, Network, Windows Specialist" /><link rel="canonical" href="https://davidriewe.com/" /><link rel="next" href="https://davidriewe.com/page/2/" /><meta property="og:locale" content="en_US" /><meta property="og:type" content="website" /><meta property="og:title" content="AI Funnels And Digital Marketing With David Riewe" /><meta property="og:description" content="Internet, Network, Windows Specialist" /><meta property="og:url" content="https://davidriewe.com/" /><meta property="og:site_name" content="AI Funnels And Digital Marketing With David Riewe" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:site" content="@seodenton" /> <!-- / Yoast SEO Premium plugin. --><link rel='dns-prefetch' href='//stats.wp.com' /> <!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-MZTKZP2DZ5"  data-cfasync="false" data-wpfc-render="false" async></script> <script data-cfasync="false" data-wpfc-render="false"> var mi_version = '10.2.2';
 var mi_track_user = true;
 var mi_no_track_reason = '';
 var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/davidriewe.com\/"};
 if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
 var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
 } else {
 var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
 }
 var disableStrs = [
 'ga-disable-G-MZTKZP2DZ5',
 ];
 /* Function to detect opted out users */
 function __gtagTrackerIsOptedOut() {
 for (var index = 0; index < disableStrs.length; index++) {
 if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
 return true;
 }
 }
 return false;
 }
 /* Disable tracking if the opt-out cookie exists. */
 if (__gtagTrackerIsOptedOut()) {
 for (var index = 0; index < disableStrs.length; index++) {
 window[disableStrs[index]] = true;
 }
 }
 /* Opt-out function */
 function __gtagTrackerOptout() {
 for (var index = 0; index < disableStrs.length; index++) {
 document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
 window[disableStrs[index]] = true;
 }
 }
 if ('undefined' === typeof gaOptout) {
 function gaOptout() {
 __gtagTrackerOptout();
 }
 }
 window.dataLayer = window.dataLayer || [];
 window.MonsterInsightsDualTracker = {
 helpers: {},
 trackers: {},
 };
 if (mi_track_user) {
 function __gtagDataLayer() {
 dataLayer.push(arguments);
 }
 function __gtagTracker(type, name, parameters) {
 if (!parameters) {
 parameters = {};
 }
 if (parameters.send_to) {
 __gtagDataLayer.apply(null, arguments);
 return;
 }
 if (type === 'event') {
 parameters.send_to = monsterinsights_frontend.v4_id;
 var hookName = name;
 if (typeof parameters['event_category'] !== 'undefined') {
 hookName = parameters['event_category'] + ':' + name;
 }
 if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
 MonsterInsightsDualTracker.trackers[hookName](parameters);
 } else {
 __gtagDataLayer('event', name, parameters);
 } 
 } else {
 __gtagDataLayer.apply(null, arguments);
 }
 }
 __gtagTracker('js', new Date());
 __gtagTracker('set', {
 'developer_id.dZGIzZG': true,
 });
 if ( MonsterInsightsLocations.page_location ) {
 __gtagTracker('set', MonsterInsightsLocations);
 }
 __gtagTracker('config', 'G-MZTKZP2DZ5', {"forceSSL":"true"} );
 window.gtag = __gtagTracker;										(function () {
 /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
 /* ga and __gaTracker compatibility shim. */
 var noopfn = function () {
 return null;
 };
 var newtracker = function () {
 return new Tracker();
 };
 var Tracker = function () {
 return null;
 };
 var p = Tracker.prototype;
 p.get = noopfn;
 p.set = noopfn;
 p.send = function () {
 var args = Array.prototype.slice.call(arguments);
 args.unshift('send');
 __gaTracker.apply(null, args);
 };
 var __gaTracker = function () {
 var len = arguments.length;
 if (len === 0) {
 return;
 }
 var f = arguments[len - 1];
 if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
 if ('send' === arguments[0]) {
 var hitConverted, hitObject = false, action;
 if ('event' === arguments[1]) {
 if ('undefined' !== typeof arguments[3]) {
 hitObject = {
 'eventAction': arguments[3],
 'eventCategory': arguments[2],
 'eventLabel': arguments[4],
 'value': arguments[5] ? arguments[5] : 1,
 }
 }
 }
 if ('pageview' === arguments[1]) {
 if ('undefined' !== typeof arguments[2]) {
 hitObject = {
 'eventAction': 'page_view',
 'page_path': arguments[2],
 }
 }
 }
 if (typeof arguments[2] === 'object') {
 hitObject = arguments[2];
 }
 if (typeof arguments[5] === 'object') {
 Object.assign(hitObject, arguments[5]);
 }
 if ('undefined' !== typeof arguments[1].hitType) {
 hitObject = arguments[1];
 if ('pageview' === hitObject.hitType) {
 hitObject.eventAction = 'page_view';
 }
 }
 if (hitObject) {
 action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
 hitConverted = mapArgs(hitObject);
 __gtagTracker('event', action, hitConverted);
 }
 }
 return;
 }
 function mapArgs(args) {
 var arg, hit = {};
 var gaMap = {
 'eventCategory': 'event_category',
 'eventAction': 'event_action',
 'eventLabel': 'event_label',
 'eventValue': 'event_value',
 'nonInteraction': 'non_interaction',
 'timingCategory': 'event_category',
 'timingVar': 'name',
 'timingValue': 'value',
 'timingLabel': 'event_label',
 'page': 'page_path',
 'location': 'page_location',
 'title': 'page_title',
 'referrer' : 'page_referrer',
 };
 for (arg in args) {
 if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
 hit[gaMap[arg]] = args[arg];
 } else {
 hit[arg] = args[arg];
 }
 }
 return hit;
 }
 try {
 f.hitCallback();
 } catch (ex) {
 }
 };
 __gaTracker.create = newtracker;
 __gaTracker.getByName = newtracker;
 __gaTracker.getAll = function () {
 return [];
 };
 __gaTracker.remove = noopfn;
 __gaTracker.loaded = true;
 window['__gaTracker'] = __gaTracker;
 })();
 } else {
 console.log("");
 (function () {
 function __gtagTracker() {
 return null;
 }
 window['__gtagTracker'] = __gtagTracker;
 window['gtag'] = __gtagTracker;
 })();
 }
 </script> <!-- / Google Analytics by MonsterInsights --> <style id="wp-img-auto-sizes-contain-inline-css"> img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */ </style> <style id="wp-emoji-styles-inline-css"> img.wp-smiley, img.emoji {
 display: inline !important;
 border: none !important;
 box-shadow: none !important;
 height: 1em !important;
 width: 1em !important;
 margin: 0 0.07em !important;
 vertical-align: -0.1em !important;
 background: none !important;
 padding: 0 !important;
 }
/*# sourceURL=wp-emoji-styles-inline-css */ </style><link rel='stylesheet' id='jetpack-forms-layout-css' href='https://davidriewe.com/wp-content/plugins/jetpack/jetpack_vendor/automattic/jetpack-forms/src/../dist/contact-form/css/jetpack-forms-layout.min.css?ver=15.8' media='all' /><link rel='stylesheet' id='mediaelement-css' href='https://davidriewe.com/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17' media='all' /><link rel='stylesheet' id='wp-mediaelement-css' href='https://davidriewe.com/wp-includes/js/mediaelement/wp-mediaelement.min.css?ver=7.0' media='all' /> <style id="jetpack-sharing-buttons-style-inline-css"> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em}
/*# sourceURL=https://davidriewe.com/wp-content/plugins/jetpack/_inc/blocks/sharing-buttons/view.css */ </style> <style id="global-styles-inline-css"> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--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,rgb(6,147,227) 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,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 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 rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:root { --wp--style--global--content-size: 800px;--wp--style--global--wide-size: 1200px; }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.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;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.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;}
:root :where(.wp-block-icon svg){width: 24px;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
/*# sourceURL=global-styles-inline-css */ </style><link rel='stylesheet' id='hello-elementor-css' href='https://davidriewe.com/wp-content/themes/hello-elementor/style.min.css?ver=3.3.0' media='all' /><link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://davidriewe.com/wp-content/themes/hello-elementor/theme.min.css?ver=3.3.0' media='all' /><link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://davidriewe.com/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.3.0' media='all' /><link rel='stylesheet' id='elementor-frontend-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='elementor-post-6360-css' href='https://davidriewe.com/wp-content/uploads/elementor/css/post-6360.css?ver=1780111237' media='all' /><link rel='stylesheet' id='widget-nav-menu-css' href='https://davidriewe.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.28.3' media='all' /><link rel='stylesheet' id='widget-social-icons-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='e-apple-webkit-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='widget-heading-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='e-shapes-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='widget-menu-anchor-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/widget-menu-anchor.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='e-motion-fx-css' href='https://davidriewe.com/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=3.28.3' media='all' /><link rel='stylesheet' id='widget-image-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='widget-posts-css' href='https://davidriewe.com/wp-content/plugins/elementor-pro/assets/css/widget-posts.min.css?ver=3.28.3' media='all' /><link rel='stylesheet' id='e-animation-slideInRight-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/lib/animations/styles/slideInRight.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='e-animation-slideInLeft-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/lib/animations/styles/slideInLeft.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='e-popup-css' href='https://davidriewe.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.3' media='all' /><link rel='stylesheet' id='font-awesome-5-all-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='font-awesome-4-shim-css' href='https://davidriewe.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/v4-shims.min.css?ver=4.1.1' media='all' /><link rel='stylesheet' id='elementor-post-5629-css' href='https://davidriewe.com/wp-content/uploads/elementor/css/post-5629.css?ver=1780111237' media='all' /><link rel='stylesheet' id='elementor-post-16879-css' href='https://davidriewe.com/wp-content/uploads/elementor/css/post-16879.css?ver=1780111237' media='all' /><link rel='stylesheet' id='elementor-post-15149-css' href='https://davidriewe.com/wp-content/uploads/elementor/css/post-15149.css?ver=1780111237' media='all' /><link rel='stylesheet' id='elementor-post-17695-css' href='https://davidriewe.com/wp-content/uploads/elementor/css/post-17695.css?ver=1780111237' media='all' /><link rel='stylesheet' id='elementor-gf-local-roboto-css' href='https://davidriewe.com/wp-content/uploads/elementor/google-fonts/css/elementor-gf-local-roboto.min.css?ver=1742224954' media='all' /><link rel='stylesheet' id='elementor-gf-local-robotoslab-css' href='https://davidriewe.com/wp-content/uploads/elementor/google-fonts/css/elementor-gf-local-robotoslab.min.css?ver=1742224955' media='all' /><link rel='stylesheet' id='elementor-gf-local-varelaround-css' href='https://davidriewe.com/wp-content/uploads/elementor/google-fonts/css/elementor-gf-local-varelaround.min.css?ver=1742224955' media='all' /><link rel='stylesheet' id='elementor-gf-local-montserrat-css' href='https://davidriewe.com/wp-content/uploads/elementor/google-fonts/css/elementor-gf-local-montserrat.min.css?ver=1742224957' media='all' /><link rel='stylesheet' id='elementor-gf-local-scopeone-css' href='https://davidriewe.com/wp-content/uploads/elementor/google-fonts/css/elementor-gf-local-scopeone.min.css?ver=1742224957' media='all' /> <script id="jquery-core-js" src="https://davidriewe.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1"></script><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://davidriewe.com/xmlrpc.php?rsd" /> <style>img#wpstats{display:none}</style><meta name="generator" content="Elementor 4.1.1; features: e_font_icon_svg, additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <script type="application/ld+json" class="saswp-schema-markup-output"> [{"@context":"https:\/\/schema.org\/","@type":"WebSite","@id":"https:\/\/davidriewe.com#website","headline":"AI Funnels And Digital Marketing With David Riewe","name":"AI Funnels And Digital Marketing With David Riewe","url":"https:\/\/davidriewe.com","description":"Internet, Network, Windows Specialist","potentialAction":{"@type":"SearchAction","target":"https:\/\/davidriewe.com?s={search_term_string}","query-input":"required name=search_term_string"}},
{"@context":"https:\/\/schema.org\/","@type":"ProfessionalService","@id":"https:\/\/davidriewe.com\/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism\/#professionalservice","url":"https:\/\/davidriewe.com\/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism\/","name":"AI Funnels And Digital Marketing With David Riewe","review":[],"image":[{"@type":"ImageObject","@id":"https:\/\/davidriewe.com\/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism\/#primaryimage","url":"https:\/\/davidriewe.com\/wp-content\/uploads\/2025\/03\/why-big-companies-investing-in-us-1200x1200.jpg","width":"1200","height":"1200","caption":"Illustration of U.S. map with arrows representing foreign investment from India, China, and Saudi Arabia, featuring luxury homes, data centers, and stock market graphics."},{"@type":"ImageObject","url":"https:\/\/davidriewe.com\/wp-content\/uploads\/2025\/03\/why-big-companies-investing-in-us-1200x900.jpg","width":"1200","height":"900","caption":"Illustration of U.S. map with arrows representing foreign investment from India, China, and Saudi Arabia, featuring luxury homes, data centers, and stock market graphics."},{"@type":"ImageObject","url":"https:\/\/davidriewe.com\/wp-content\/uploads\/2025\/03\/why-big-companies-investing-in-us-1200x675.jpg","width":"1200","height":"675","caption":"Illustration of U.S. map with arrows representing foreign investment from India, China, and Saudi Arabia, featuring luxury homes, data centers, and stock market graphics."},{"@type":"ImageObject","url":"https:\/\/davidriewe.com\/wp-content\/uploads\/2025\/03\/why-big-companies-investing-in-us.jpg","width":"1024","height":"1024","caption":"Illustration of U.S. map with arrows representing foreign investment from India, China, and Saudi Arabia, featuring luxury homes, data centers, and stock market graphics."}]}] </script> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
 .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
 background-image: none !important;
 }
 @media screen and (max-height: 1024px) {
 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
 .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
 background-image: none !important;
 }
 }
 @media screen and (max-height: 640px) {
 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
 .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
 background-image: none !important;
 }
 } </style><link rel="icon" href="https://davidriewe.com/wp-content/uploads/2021/04/cropped-Analyzer-IT-favicon-32x32.png" sizes="32x32" /><link rel="icon" href="https://davidriewe.com/wp-content/uploads/2021/04/cropped-Analyzer-IT-favicon-192x192.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://davidriewe.com/wp-content/uploads/2021/04/cropped-Analyzer-IT-favicon-180x180.png" /><meta name="msapplication-TileImage" content="https://davidriewe.com/wp-content/uploads/2021/04/cropped-Analyzer-IT-favicon-270x270.png" /> <style id="wp-custom-css"> /** Start Envato Elements CSS: Marketing Business (102-3-a40c1bdb56b01172cb0513fea990467a) **/
/* Kit 96 Custom Styles - classes are added to the Advanced tab of the element they affect */  /* Hover Effect For Image Gallery */
.envato-kit-96-gallery .elementor-image-gallery .gallery-item img{
 transition: all 0.5s ease;
 min-height: 320px;
}
.envato-kit-96-gallery .elementor-image-gallery .gallery-item img:hover{
 transform: scale(1.05);
 box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/* Thin Progress Bar */
.envato-kit-96-thin-bar:not(:last-child){
 margin-bottom:10px;
}
.envato-kit-96-thin-bar .elementor-progress-wrapper{
 height: 28px;
 line-height: 20px;
}
.envato-kit-96-thin-bar .elementor-progress-text{
 font-family: monospace;
 font-size: 1rem !important;
}
/* Hover Effect For Image Box */
.envato-kit-96-imagebox img{
 transition: all 0.5s ease;
}
.envato-kit-96-imagebox img:hover{
 transform: scale(1.05);
 box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
/* Custom Newsletter Form */
.envato-kit-96-newsletter-form .elementor-form-fields-wrapper{
 display: flex;
 align-items: center;
 justify-content: center;
}
.envato-kit-96-newsletter-form .elementor-form-fields-wrapper .elementor-field-group-email{
 width:68%;
}
.envato-kit-96-newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit{
 width: 30%;
 justify-content: flex-start;
 margin-left: 10px;
}
@media(max-width:767px){
 .envato-kit-96-newsletter-form .elementor-form-fields-wrapper .elementor-field-group-email,
 .envato-kit-96-newsletter-form .elementor-form-fields-wrapper .elementor-field-type-submit{
 width: 100%;
 justify-content: center;
 }
}
/* Line Style Form */
.envato-kit-96-line-form .elementor-field-textual{
 padding-left:0;
}
/* Rotate Left Arrow */
@media(max-width: 767px){
 .envato-kit-96-arrow{
 transform: rotate(90deg);
 }
}
/* Pricing Border */
.envato-kit-96-pricing-border{
 border: 1px solid #eee;
}
.envato-kit-96-pricing-shadow{
 border: 1px solid #f8f8f8;
 box-shadow: 0 0 20px rgba(0,0,0,.08);
}
/** End Envato Elements CSS: Marketing Business (102-3-a40c1bdb56b01172cb0513fea990467a) **/  /** Start Envato Elements CSS: Blocks (144-3-3a7d335f39a8579c20cdf02f8d462582) **/
.envato-block__preview{overflow: visible;}
/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
 text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
 margin-top: 0;
}
.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
 padding-left: 1.5rem;
 padding-right: 1.5rem;
}
.envato-kit-141-bottom-0 p {
 margin-bottom: 0;
}
.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
 margin-bottom: .5rem;
}
.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
 padding-bottom: 52px;
}
.envato-kit-141-display-inline {
 display: inline-block;
}
.envato-kit-141 .elementor-slick-slider ul.slick-dots {
 bottom: -40px;
}
/** End Envato Elements CSS: Blocks (144-3-3a7d335f39a8579c20cdf02f8d462582) **/
hr { 
 display: block;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
 margin-left: auto;
 margin-right: auto;
 border-style: inset;
 border-width: 10px;
}  /** Start Envato Elements CSS: Blocks (143-3-7969bb877702491bc5ca272e536ada9d) **/
.envato-block__preview{overflow: visible;}
/* Material Button Click Effect */
.envato-kit-140-material-hit .menu-item a,
.envato-kit-140-material-button .elementor-button{
 background-position: center;
 transition: background 0.8s;
}
.envato-kit-140-material-hit .menu-item a:hover,
.envato-kit-140-material-button .elementor-button:hover{
 background: radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}
.envato-kit-140-material-hit .menu-item a:active,
.envato-kit-140-material-button .elementor-button:active{
 background-color: #FFF;
 background-size: 100%;
 transition: background 0s;
}
/* Field Shadow */
.envato-kit-140-big-shadow-form .elementor-field-textual{
 box-shadow: 0 20px 30px rgba(0,0,0, .05);
}
/* FAQ */
.envato-kit-140-faq .elementor-accordion .elementor-accordion-item{
 border-width: 0 0 1px !important;
}
/* Scrollable Columns */
.envato-kit-140-scrollable{
 height: 100%;
 overflow: auto;
 overflow-x: hidden;
}
/* ImageBox: No Space */
.envato-kit-140-imagebox-nospace:hover{
 transform: scale(1.1);
 transition: all 0.3s;
}
.envato-kit-140-imagebox-nospace figure{
 line-height: 0;
}
.envato-kit-140-slide .elementor-slide-content{
 background: #FFF;
 margin-left: -60px;
 padding: 1em;
}
.envato-kit-140-carousel .slick-active:not(.slick-current)  img{
 padding: 20px !important;
 transition: all .9s;
}
/** End Envato Elements CSS: Blocks (143-3-7969bb877702491bc5ca272e536ada9d) **/  /** Start Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/
.envato-block__preview{overflow: visible;}
/* Envato Kit 141 Custom Styles - Applied to the element under Advanced */
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{
 text-align: center;
}
.envato-kit-141-top-0 h1,
.envato-kit-141-top-0 h2,
.envato-kit-141-top-0 h3,
.envato-kit-141-top-0 h4,
.envato-kit-141-top-0 h5,
.envato-kit-141-top-0 h6,
.envato-kit-141-top-0 p {
 margin-top: 0;
}
.envato-kit-141-newsletter-inline .elementor-field-textual.elementor-size-md {
 padding-left: 1.5rem;
 padding-right: 1.5rem;
}
.envato-kit-141-bottom-0 p {
 margin-bottom: 0;
}
.envato-kit-141-bottom-8 .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
 margin-bottom: .5rem;
}
.envato-kit-141.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container {
 padding-bottom: 52px;
}
.envato-kit-141-display-inline {
 display: inline-block;
}
.envato-kit-141 .elementor-slick-slider ul.slick-dots {
 bottom: -40px;
}
/** End Block Kit CSS: 144-3-3a7d335f39a8579c20cdf02f8d462582 **/ </style></head><body class="home blog wp-custom-logo wp-embed-responsive wp-theme-hello-elementor theme-default elementor-page-15149 elementor-default elementor-template-full-width elementor-kit-6360"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><div data-elementor-type="header" data-elementor-id="5629" class="elementor elementor-5629 elementor-location-header" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-24473fc elementor-section-height-min-height elementor-section-full_width elementor-section-height-default elementor-section-items-middle" data-id="24473fc" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-bottom" aria-hidden="true" data-negative="false"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7
 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4
 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e237df2" data-id="e237df2" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-7bfcb57 elementor-nav-menu__align-center elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="7bfcb57" data-element_type="widget" data-e-type="widget" data-settings="{&quot;layout&quot;:&quot;horizontal&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;svg class=\&quot;e-font-icon-svg e-fas-caret-down\&quot; viewBox=\&quot;0 0 320 512\&quot; xmlns=\&quot;http:\/\/www.w3.org\/2000\/svg\&quot;&gt;&lt;path d=\&quot;M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\&quot;&gt;&lt;\/path&gt;&lt;\/svg&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-underline e--animation-fade"><ul id="menu-1-7bfcb57" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-18656"><a href="https://davidriewe.com" aria-current="page" class="elementor-item elementor-item-active">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18658"><a href="https://reviewhubpros.com/video" class="elementor-item">⭐ Get 5x More Google Reviews Without Ads or Hassle</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19149"><a href="https://reviewhubpros.com/audit" class="elementor-item">✨ FREE Reputation Audit</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18657"><a href="https://ghlguru.com/bootcamp" class="elementor-item">HighLevel Bootcamp</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18668"><a href="https://ghlguru.com/aiemployee" class="elementor-item">AI Employee</a></li></ul></nav><div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open e-font-icon-svg e-eicon-menu-bar" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M104 333H896C929 333 958 304 958 271S929 208 896 208H104C71 208 42 237 42 271S71 333 104 333ZM104 583H896C929 583 958 554 958 521S929 458 896 458H104C71 458 42 487 42 521S71 583 104 583ZM104 833H896C929 833 958 804 958 771S929 708 896 708H104C71 708 42 737 42 771S71 833 104 833Z"></path></svg><svg aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close e-font-icon-svg e-eicon-close" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M742 167L500 408 258 167C246 154 233 150 217 150 196 150 179 158 167 167 154 179 150 196 150 212 150 229 154 242 171 254L408 500 167 742C138 771 138 800 167 829 196 858 225 858 254 829L496 587 738 829C750 842 767 846 783 846 800 846 817 842 829 829 842 817 846 804 846 783 846 767 842 750 829 737L588 500 833 258C863 229 863 200 833 171 804 137 775 137 742 167Z"></path></svg></div><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-7bfcb57" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-18656"><a href="https://davidriewe.com" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Home</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18658"><a href="https://reviewhubpros.com/video" class="elementor-item" tabindex="-1">⭐ Get 5x More Google Reviews Without Ads or Hassle</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19149"><a href="https://reviewhubpros.com/audit" class="elementor-item" tabindex="-1">✨ FREE Reputation Audit</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18657"><a href="https://ghlguru.com/bootcamp" class="elementor-item" tabindex="-1">HighLevel Bootcamp</a></li><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-18668"><a href="https://ghlguru.com/aiemployee" class="elementor-item" tabindex="-1">AI Employee</a></li></ul></nav></div></div><section class="elementor-section elementor-inner-section elementor-element elementor-element-50dda59 elementor-section-full_width elementor-section-height-default elementor-section-height-default" data-id="50dda59" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-a5e11f1" data-id="a5e11f1" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap"></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-abde74b" data-id="abde74b" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-d54869b elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons" data-id="d54869b" data-element_type="widget" data-e-type="widget" data-widget_type="social-icons.default"><div class="elementor-widget-container"><div class="elementor-social-icons-wrapper elementor-grid" role="list"> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-74365a1" href="https://www.facebook.com/ReviewHubPro" target="_blank"> <span class="elementor-screen-only">Facebook</span> <svg aria-hidden="true" class="e-font-icon-svg e-fab-facebook" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path></svg> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-73f07f6" href="https://twitter.com/AIMarketingFun" target="_blank"> <span class="elementor-screen-only">Twitter</span> <svg aria-hidden="true" class="e-font-icon-svg e-fab-twitter" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"></path></svg> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-20414bc" href="https://www.linkedin.com/in/driewe/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <svg aria-hidden="true" class="e-font-icon-svg e-fab-linkedin" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"></path></svg> </a> </span> <span class="elementor-grid-item" role="listitem"> <a class="elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-04ab000" href="https://www.instagram.com/aimarketingfunnels/" target="_blank"> <span class="elementor-screen-only">Instagram</span> <svg aria-hidden="true" class="e-font-icon-svg e-fab-instagram" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"></path></svg> </a> </span></div></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-a109c3b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a109c3b" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-10b60cc" data-id="10b60cc" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-c3e570b elementor-widget elementor-widget-heading" data-id="c3e570b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h1 class="elementor-heading-title elementor-size-default">Boost Your Brand with Riewe Digital Solutions</h1></div></div><div class="elementor-element elementor-element-2b8f09d elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="2b8f09d" data-element_type="widget" data-e-type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://ghlguru.com"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-rocket" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M505.12019,19.09375c-1.18945-5.53125-6.65819-11-12.207-12.1875C460.716,0,435.507,0,410.40747,0,307.17523,0,245.26909,55.20312,199.05238,128H94.83772c-16.34763.01562-35.55658,11.875-42.88664,26.48438L2.51562,253.29688A28.4,28.4,0,0,0,0,264a24.00867,24.00867,0,0,0,24.00582,24H127.81618l-22.47457,22.46875c-11.36521,11.36133-12.99607,32.25781,0,45.25L156.24582,406.625c11.15623,11.1875,32.15619,13.15625,45.27726,0l22.47457-22.46875V488a24.00867,24.00867,0,0,0,24.00581,24,28.55934,28.55934,0,0,0,10.707-2.51562l98.72834-49.39063c14.62888-7.29687,26.50776-26.5,26.50776-42.85937V312.79688c72.59753-46.3125,128.03493-108.40626,128.03493-211.09376C512.07526,76.5,512.07526,51.29688,505.12019,19.09375ZM384.04033,168A40,40,0,1,1,424.05,128,40.02322,40.02322,0,0,1,384.04033,168Z"></path></svg> </span> <span class="elementor-button-text">Elevate My Digital Presence</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-099c3e4" data-id="099c3e4" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap"></div></div></div></section></div></div></div></section></div><div data-elementor-type="archive" data-elementor-id="15149" class="elementor elementor-15149 elementor-location-archive" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-6d9cab00 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6d9cab00" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-36229aae" data-id="36229aae" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-a02f4c9 elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-widget elementor-widget-posts" data-id="a02f4c9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;pagination_type&quot;:&quot;numbers_and_prev_next&quot;,&quot;classic_columns&quot;:&quot;3&quot;,&quot;classic_columns_tablet&quot;:&quot;2&quot;,&quot;classic_columns_mobile&quot;:&quot;1&quot;,&quot;classic_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:35,&quot;sizes&quot;:[]},&quot;classic_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;classic_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}" data-widget_type="posts.classic"><div class="elementor-widget-container"><div class="elementor-posts-container elementor-posts elementor-posts--skin-classic elementor-grid"><article class="elementor-post elementor-grid-item post-19249 post type-post status-publish format-standard has-post-thumbnail hentry category-globalization-outsourcing"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism/" tabindex="-1" ><div class="elementor-post__thumbnail"><img fetchpriority="high" width="300" height="300" src="https://davidriewe.com/wp-content/uploads/2025/03/why-big-companies-investing-in-us-300x300.jpg" class="attachment-medium size-medium wp-image-19251" alt="Illustration of U.S. map with arrows representing foreign investment from India, China, and Saudi Arabia, featuring luxury homes, data centers, and stock market graphics." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism/" > Why Big Companies Are Investing in the U.S. (Hint: It’s Not Patriotism) </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> March 24, 2025 </span> <span class="elementor-post-avatar"> No Comments </span></div><div class="elementor-post__excerpt"><p>Corporate investment is surging in the U.S., but it’s not about patriotism—it’s about avoiding tariffs, navigating global tensions, and chasing profit. From AI-driven factories to luxury real estate fueled by investor visas, this article breaks down why the jobs aren’t coming back—and where the real opportunities are for entrepreneurs, investors, and service providers.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/why-big-companies-are-investing-in-the-u-s-hint-its-not-patriotism/" aria-label="Read more about Why Big Companies Are Investing in the U.S. (Hint: It’s Not Patriotism)" tabindex="-1" > Read More » </a></div></article><article class="elementor-post elementor-grid-item post-19233 post type-post status-publish format-standard has-post-thumbnail hentry category-doxxing-online-abuse"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/doxxed-by-association-in-denton-free-speech-matters/" tabindex="-1" ><div class="elementor-post__thumbnail"><img width="300" height="300" src="https://davidriewe.com/wp-content/uploads/2025/03/doxxing_by_association_featured_image-300x300.jpg" class="attachment-medium size-medium wp-image-19234" alt="Shadowy social media moderator ignoring online harassment alerts while a person is falsely linked to others in a web of doxxing by association." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/doxxed-by-association-in-denton-free-speech-matters/" > Doxxed by Association in Denton Free Speech Matters </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> March 22, 2025 </span> <span class="elementor-post-avatar"> No Comments </span></div><div class="elementor-post__excerpt"><p>In Denton Free Speech Matters, moderator Scott Campbell is enabling a dangerous form of online harassment: doxxing by association. By allowing false claims that tie me, David Riewe, to the controversial figure Aleksander Constatinoropolous, right-wing users are attempting to silence Aleks and put me at risk.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/doxxed-by-association-in-denton-free-speech-matters/" aria-label="Read more about Doxxed by Association in Denton Free Speech Matters" tabindex="-1" > Read More » </a></div></article><article class="elementor-post elementor-grid-item post-19224 post type-post status-publish format-standard has-post-thumbnail hentry category-economics-public-policy"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/trumps-tariff-plan-a-boost-for-american-jobs-or-a-middle-class-burden/" tabindex="-1" ><div class="elementor-post__thumbnail"><img width="300" height="171" src="https://davidriewe.com/wp-content/uploads/2025/03/featured_image-2-300x171.jpg" class="attachment-medium size-medium wp-image-19226" alt="Illustration showing scales balancing American factories and automation robots against imported goods and money, representing the impact of tariffs on jobs and consumer prices." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/trumps-tariff-plan-a-boost-for-american-jobs-or-a-middle-class-burden/" > Trump&#8217;s Tariff Plan: A Boost for American Jobs or a Middle-Class Burden? </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> March 17, 2025 </span> <span class="elementor-post-avatar"> No Comments </span></div><div class="elementor-post__excerpt"><p>Trump&#8217;s proposal to replace income taxes with tariffs promises a boost in American jobs—but at what cost? Explore why higher consumer prices, automation, international retaliation, and reliance on H-1B visas could actually place a heavier burden on middle-class families.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/trumps-tariff-plan-a-boost-for-american-jobs-or-a-middle-class-burden/" aria-label="Read more about Trump&#8217;s Tariff Plan: A Boost for American Jobs or a Middle-Class Burden?" tabindex="-1" > Read More » </a></div></article><article class="elementor-post elementor-grid-item post-19205 post type-post status-publish format-standard has-post-thumbnail hentry category-facebook-censorship"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/facebooks-censorship-has-escalated-no-one-is-safe/" tabindex="-1" ><div class="elementor-post__thumbnail"><img loading="lazy" width="300" height="300" src="https://davidriewe.com/wp-content/uploads/2025/02/1_X6xcr4Kshtk-u-M6kvZq0A-300x300.webp" class="attachment-medium size-medium wp-image-19207" alt="A person sits in a dark, futuristic server room, holding their head in frustration while staring at a massive screen displaying &quot;Facebook Account Suspended.&quot; The atmosphere is ominous, with towering servers and cables surrounding the workspace." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/facebooks-censorship-has-escalated-no-one-is-safe/" > Facebook’s Censorship Has Escalated — No One is Safe </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> February 26, 2025 </span> <span class="elementor-post-avatar"> 1 Comment </span></div><div class="elementor-post__excerpt"><p>For 16 years, Facebook was my digital lifeline—until they deleted my account without warning for sharing a museum link. This isn&#8217;t just about me; it&#8217;s about Big Tech&#8217;s unchecked power to erase digital identities. It&#8217;s time to demand transparency and digital rights.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/facebooks-censorship-has-escalated-no-one-is-safe/" aria-label="Read more about Facebook’s Censorship Has Escalated — No One is Safe" tabindex="-1" > Read More » </a></div></article><article class="elementor-post elementor-grid-item post-19191 post type-post status-publish format-standard has-post-thumbnail hentry category-political-economy"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/why-government-layoffs-are-not-the-same-as-corporate-layoffs-and-why-deficits-work-differently/" tabindex="-1" ><div class="elementor-post__thumbnail"><img loading="lazy" width="300" height="300" src="https://davidriewe.com/wp-content/uploads/2025/02/A_conceptual_illustration_depicting_the_difference-300x300.jpg" class="attachment-medium size-medium wp-image-19197" alt="Illustration comparing government and corporate layoffs, showing the broader economic impact of government job cuts versus corporate downsizing." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/why-government-layoffs-are-not-the-same-as-corporate-layoffs-and-why-deficits-work-differently/" > Why Government Layoffs Are Not the Same as Corporate Layoffs—And Why Deficits Work Differently </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> February 22, 2025 </span> <span class="elementor-post-avatar"> No Comments </span></div><div class="elementor-post__excerpt"><p>Government layoffs and corporate downsizing aren’t the same. Businesses get tax write-offs; governments don’t. Cutting public jobs often leads to reduced services and higher costs. Plus, government deficits function differently than corporate debt—deficits can fuel economic growth.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/why-government-layoffs-are-not-the-same-as-corporate-layoffs-and-why-deficits-work-differently/" aria-label="Read more about Why Government Layoffs Are Not the Same as Corporate Layoffs—And Why Deficits Work Differently" tabindex="-1" > Read More » </a></div></article><article class="elementor-post elementor-grid-item post-19172 post type-post status-publish format-standard has-post-thumbnail hentry category-social-media-marketing"> <a class="elementor-post__thumbnail__link" href="https://davidriewe.com/why-tiktok-faces-bans-and-restrictions-globally-a-comprehensive-analysis/" tabindex="-1" ><div class="elementor-post__thumbnail"><img loading="lazy" width="300" height="171" src="https://davidriewe.com/wp-content/uploads/2025/01/TikTok_Ban_Illustration-300x171.jpg" class="attachment-medium size-medium wp-image-19174" alt="A smartphone displaying the TikTok logo surrounded by &apos;Do Not Enter&apos; caution tape, with cartoon-style crying eyes and tears, split between dancing users on one side and serious government officials on the other." /></div> </a><div class="elementor-post__text"><h3 class="elementor-post__title"> <a href="https://davidriewe.com/why-tiktok-faces-bans-and-restrictions-globally-a-comprehensive-analysis/" > Why TikTok Faces Bans and Restrictions Globally: A Comprehensive Analysis </a></h3><div class="elementor-post__meta-data"> <span class="elementor-post-date"> January 19, 2025 </span> <span class="elementor-post-avatar"> No Comments </span></div><div class="elementor-post__excerpt"><p>Learn why TikTok has been banned or restricted in various countries. Explore concerns over data privacy, national security, harmful content, and geopolitical tensions.</p></div> <a class="elementor-post__read-more" href="https://davidriewe.com/why-tiktok-faces-bans-and-restrictions-globally-a-comprehensive-analysis/" aria-label="Read more about Why TikTok Faces Bans and Restrictions Globally: A Comprehensive Analysis" tabindex="-1" > Read More » </a></div></article></div><div class="e-load-more-anchor" data-page="1" data-max-page="13" data-next-page="https://davidriewe.com/page/2/"></div><nav class="elementor-pagination" aria-label="Pagination"> <span class="page-numbers prev">&laquo; Previous</span> <span aria-current="page" class="page-numbers current"><span class="elementor-screen-only">Page</span>1</span> <a class="page-numbers" href="https://davidriewe.com/page/2/"><span class="elementor-screen-only">Page</span>2</a> <a class="page-numbers" href="https://davidriewe.com/page/3/"><span class="elementor-screen-only">Page</span>3</a> <a class="page-numbers" href="https://davidriewe.com/page/4/"><span class="elementor-screen-only">Page</span>4</a> <a class="page-numbers" href="https://davidriewe.com/page/5/"><span class="elementor-screen-only">Page</span>5</a> <a class="page-numbers" href="https://davidriewe.com/page/6/"><span class="elementor-screen-only">Page</span>6</a> <a class="page-numbers" href="https://davidriewe.com/page/7/"><span class="elementor-screen-only">Page</span>7</a> <a class="page-numbers" href="https://davidriewe.com/page/8/"><span class="elementor-screen-only">Page</span>8</a> <a class="page-numbers" href="https://davidriewe.com/page/9/"><span class="elementor-screen-only">Page</span>9</a> <a class="page-numbers" href="https://davidriewe.com/page/10/"><span class="elementor-screen-only">Page</span>10</a> <a class="page-numbers" href="https://davidriewe.com/page/11/"><span class="elementor-screen-only">Page</span>11</a> <a class="page-numbers" href="https://davidriewe.com/page/12/"><span class="elementor-screen-only">Page</span>12</a> <a class="page-numbers" href="https://davidriewe.com/page/13/"><span class="elementor-screen-only">Page</span>13</a> <a class="page-numbers next" href="https://davidriewe.com/page/2/">Next &raquo;</a></nav></div></div></div></div></div></section></div><div data-elementor-type="footer" data-elementor-id="16879" class="elementor elementor-16879 elementor-location-footer" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-65784ac elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="65784ac" data-element_type="section" data-e-type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_top&quot;:&quot;waves&quot;}"><div class="elementor-background-overlay"></div><div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="false"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none"> <path class="elementor-shape-fill" d="M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7
 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4
 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"/> </svg></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-08181b3" data-id="08181b3" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-2fd7db1 elementor-widget elementor-widget-menu-anchor" data-id="2fd7db1" data-element_type="widget" data-e-type="widget" data-widget_type="menu-anchor.default"><div class="elementor-widget-container"><div class="elementor-menu-anchor" id="schedulecall"></div></div></div><div class="elementor-element elementor-element-dfa905c elementor-widget elementor-widget-heading" data-id="dfa905c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h4 class="elementor-heading-title elementor-size-default">Do You Want To Boost Your Business?</h4></div></div><div class="elementor-element elementor-element-0e2977b elementor-widget elementor-widget-heading" data-id="0e2977b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">schedule a free consultation with David riewe</h2></div></div><div class="elementor-element elementor-element-d55a9a0 elementor-mobile-align-center elementor-widget elementor-widget-button" data-id="d55a9a0" data-element_type="widget" data-e-type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://davidriewe.com/schedule"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <svg aria-hidden="true" class="e-font-icon-svg e-fas-arrow-right" viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z"></path></svg> </span> <span class="elementor-button-text">Schedule Call</span> </span> </a></div></div></div></div></div><div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-91d515a" data-id="91d515a" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-25c2d4b elementor-widget elementor-widget-image" data-id="25c2d4b" data-element_type="widget" data-e-type="widget" data-settings="{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_direction&quot;:&quot;negative&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;1&quot;,&quot;sizes&quot;:[]},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;],&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:&quot;0&quot;,&quot;end&quot;:&quot;50&quot;}}}" data-widget_type="image.default"><div class="elementor-widget-container"> <img loading="lazy" width="539" height="539" src="https://davidriewe.com/wp-content/uploads/2019/08/CTA-Home-page-New.png" class="attachment-full size-full wp-image-5710" alt="" srcset="https://davidriewe.com/wp-content/uploads/2019/08/CTA-Home-page-New.png 539w, https://davidriewe.com/wp-content/uploads/2019/08/CTA-Home-page-New-150x150.png 150w, https://davidriewe.com/wp-content/uploads/2019/08/CTA-Home-page-New-300x300.png 300w" sizes="(max-width: 539px) 100vw, 539px" /></div></div></div></div></div></section></div> <script type="speculationrules"> {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} </script><div data-elementor-type="popup" data-elementor-id="17695" class="elementor elementor-17695 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInRight&quot;,&quot;exit_animation&quot;:&quot;slideInLeft&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.1999999999999999555910790149937383830547332763671875,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"><section class="elementor-section elementor-top-section elementor-element elementor-element-18042a1d elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle" data-id="18042a1d" data-element_type="section" data-e-type="section"><div class="elementor-background-overlay"></div><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fd67889" data-id="fd67889" data-element_type="column" data-e-type="column"><div class="elementor-widget-wrap elementor-element-populated"><section class="elementor-section elementor-inner-section elementor-element elementor-element-28f2a013 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="28f2a013" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-5cf606cb" data-id="5cf606cb" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-3ed4adee elementor-widget elementor-widget-heading" data-id="3ed4adee" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><strong>Thank You For Visiting!</strong></h2></div></div></div></div></div></section><section class="elementor-section elementor-inner-section elementor-element elementor-element-19bab6b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="19bab6b6" data-element_type="section" data-e-type="section"><div class="elementor-container elementor-column-gap-default"><div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-39f3e6ea" data-id="39f3e6ea" data-element_type="column" data-e-type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"><div class="elementor-widget-wrap elementor-element-populated"><div class="elementor-element elementor-element-58ca4433 elementor-widget elementor-widget-heading" data-id="58ca4433" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default"><a href="https://contests.davidriewe.com#giveaways">Click Here To View our Other Giveaways</a></h2></div></div></div></div></div></section></div></div></div></section></div> <script defer id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},
"hasCustomBreakpoints":false},"version":"4.1.1","is_static":false,"experimentalFeatures":{"e_font_icon_svg":true,"additional_custom_breakpoints":true,"container":true,"theme_builder_v2":true,"hello-theme-header-footer":true,"landing-pages":true,"nested-elements":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"e_opt_in_v4_page":true,"e_components":true,"e_interactions":true,"e_widget_creation":true,"import-export-customization":true},"urls":{"assets":"https:\/\/davidriewe.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/davidriewe.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/davidriewe.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"7e15d7a82a","atomicFormsSendForm":"0bc1c23929"},"swiperClass":"swiper","settings":{"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","hello_header_logo_type":"logo","hello_header_menu_layout":"horizontal","hello_footer_logo_type":"logo"},"post":{"id":0,"title":"AI Funnels And Digital Marketing With David Riewe &#8226; Internet, Network, Windows Specialist","excerpt":""}};
//# sourceURL=elementor-frontend-js-before </script> <script defer id="jetpack-stats-js-before"> _stq = window._stq || [];
_stq.push([ "view", {"v":"ext","blog":"226031108","post":"0","tz":"-5","srv":"davidriewe.com","arch_home":"1","j":"1:15.8"} ]);
_stq.push([ "clickTrackerInit", "226031108", "0" ]);
//# sourceURL=jetpack-stats-js-before </script> <script defer data-wp-strategy="defer" defer id="jetpack-stats-js" src="https://stats.wp.com/e-202622.js"></script> <script id="wp-hooks-js" src="https://davidriewe.com/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d"></script> <script id="wp-i18n-js" src="https://davidriewe.com/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec"></script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/davidriewe.com\/wp-admin\/admin-ajax.php","nonce":"a07961f595","urls":{"assets":"https:\/\/davidriewe.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/davidriewe.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},
"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/davidriewe.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
//# sourceURL=elementor-pro-frontend-js-before </script> <script id="wp-emoji-settings" type="application/json"> {"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://davidriewe.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0"}} </script> <script type="module"> /*! This file is auto-generated */
const a=JSON.parse(document.getElementById("wp-emoji-settings").textContent),o=(window._wpemojiSettings=a,"wpEmojiSettingsSupports"),s=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const a=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===a[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,a){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!a(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,a){let r;const o=(r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),s=(o.textBaseline="top",o.font="600 32px Arial",{});return e.forEach(e=>{s[e]=t(o,e,n,a)}),s}function r(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}a.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),c.toString(),p.toString()].join(",")+"));",a=new Blob([e],{type:"text/javascript"});const r=new Worker(URL.createObjectURL(a),{name:"wpTestEmojiSupports"});return void(r.onmessage=e=>{i(n=e.data),r.terminate(),t(n)})}catch(e){}i(n=f(s,u,c,p))}t(n)}).then(e=>{for(const n in e)a.supports[n]=e[n],a.supports.everything=a.supports.everything&&a.supports[n],"flag"!==n&&(a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&a.supports[n]);var t;a.supports.everythingExceptFlag=a.supports.everythingExceptFlag&&!a.supports.flag,a.supports.everything||((t=a.source||{}).concatemoji?r(t.concatemoji):t.wpemoji&&t.twemoji&&(r(t.twemoji),r(t.wpemoji)))});
//# sourceURL=https://davidriewe.com/wp-includes/js/wp-emoji-loader.min.js </script> <script defer src="https://davidriewe.com/wp-content/uploads/siteground-optimizer-assets/siteground-optimizer-combined-js-a7b4ed43ce34c66750a842e6bdd1834d.js"></script></body></html>