CINXE.COM

SEO - Search Engine Optimization: What It Is and How It Works - Yevhenii Otstavnov personal web site | resume & portfolio & blog

<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <!-- Manifest added by SuperPWA - Progressive Web Apps Plugin For WordPress --> <link rel="manifest" href="/superpwa-manifest.json"> <meta name="theme-color" content="#D5E0EB"> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-touch-fullscreen" content="yes"> <meta name="apple-mobile-web-app-title" content="Yevhenii Otstavnov personal web site"> <meta name="application-name" content="Yevhenii Otstavnov personal web site"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="default"> <link rel="apple-touch-icon" href="https://eotstavnov.site/wp-content/uploads/2023/01/cropped-eo-logo-e1674645255861.png"> <link rel="apple-touch-icon" sizes="192x192" href="https://eotstavnov.site/wp-content/uploads/2023/01/cropped-eo-logo-e1674645255861.png"> <!-- / SuperPWA.com --> <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/3e3e48a83ca5f3b4b74a9a9b/script.js"></script> <!-- Chat Bot CSS --> <style> .wpaicg_chat_widget{ position: fixed; } .wpaicg_widget_left{ bottom: 15px; left: 15px; } .wpaicg_widget_right{ bottom: 15px; right: 15px; } .wpaicg_widget_right .wpaicg_chat_widget_content{ right: 0; } .wpaicg_widget_left .wpaicg_chat_widget_content{ left: 0; } .wpaicg_chat_widget_content .wpaicg-chatbox{ height: 100%; border-radius: 5px; border: none; } .wpaicg_chat_widget_content { /* Initial state of the chat window - hidden */ opacity: 0; transform: scale(0.9); visibility: hidden; transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s; } .wpaicg_widget_open .wpaicg_chat_widget_content { /* Visible state of the chat window */ opacity: 1; transform: scale(1); visibility: visible; transition-delay: 0s; } /* Updated shining light effect for hover without background */ @keyframes shine { 0% { background-position: -150px; } 50% { background-position: 150px; } 100% { background-position: -150px; } } .wpaicg_chat_widget .wpaicg_toggle { position: relative; overflow: hidden; transition: box-shadow 0.3s ease; } .wpaicg_chat_widget .wpaicg_toggle::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; /* Ensure gradient is completely transparent except for the shine */ background: linear-gradient(to right, transparent, rgba(255,255,255,0.8) 50%, transparent) no-repeat; transform: rotate(30deg); /* Start with the shine outside of the visible area */ background-position: -150px; } .wpaicg_chat_widget .wpaicg_toggle:hover::before { /* Apply the animation only on hover */ animation: shine 2s infinite; } .wpaicg_chat_widget .wpaicg_toggle img { display: block; transition: opacity 0.3s ease; } .wpaicg_chat_widget_content{ position: absolute; bottom: calc(100% + 15px); overflow: hidden; } .wpaicg_widget_open .wpaicg_chat_widget_content{ overflow: visible; } .wpaicg_widget_open .wpaicg_chat_widget_content .wpaicg-chatbox{ top: 0; } .wpaicg_chat_widget_content .wpaicg-chatbox{ position: absolute; top: 100%; left: 0; transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); } .wpaicg-chatbox-footer{ font-size: 0.75rem; padding: 12px 20px; } /* inherit for hyperlink */ .wpaicg-chatbox-footer a{ color: inherit; } textarea.wpaicg-chat-shortcode-typing,textarea.wpaicg-chatbox-typing { flex: 1; resize: vertical; padding-left: 1em; } /* Updated shining light effect for hover without background */ @keyframes shine { 0% { background-position: -150px; } 50% { background-position: 150px; } 100% { background-position: -150px; } } .wpaicg_chat_widget .wpaicg_toggle { position: relative; overflow: hidden; transition: box-shadow 0.3s ease; } .wpaicg_chat_widget .wpaicg_toggle::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; /* Ensure gradient is completely transparent except for the shine */ background: linear-gradient(to right, transparent, rgba(255,255,255,0.8) 50%, transparent) no-repeat; transform: rotate(30deg); /* Start with the shine outside of the visible area */ background-position: -150px; } .wpaicg_chat_widget .wpaicg_toggle:hover::before { /* Apply the animation only on hover */ animation: shine 2s infinite; } .wpaicg_chat_widget .wpaicg_toggle img { display: block; transition: opacity 0.3s ease; } .wpaicg_chat_widget .wpaicg_toggle{ cursor: pointer; } .wpaicg_chat_widget .wpaicg_toggle img{ width: 75px; height: 75px; } .wpaicg-chat-shortcode-type,.wpaicg-chatbox-type{ position: relative; } .wpaicg-mic-icon{ cursor: pointer; } .wpaicg-mic-icon svg{ width: 16px; height: 16px; fill: currentColor; } .wpaicg-img-icon{ cursor: pointer; } .wpaicg-pdf-icon svg{ width: 16px; height: 16px; fill: currentColor; } .wpaicg_chat_additions span{ cursor: pointer; margin-right: 10px; } .wpaicg_chat_additions span:last-of-type{ margin-right: 0.5em; } .wpaicg-pdf-loading{ width: 16px; height: 16px; border: 2px solid #FFF; border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: wpaicg_rotation 1s linear infinite; } @keyframes wpaicg_rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .wpaicg-chat-message code{ padding: 3px 5px 2px; background: rgb(0 0 0 / 20%); font-size: 13px; font-family: Consolas,Monaco,monospace; direction: ltr; unicode-bidi: embed; display: block; margin: 5px 0px; border-radius: 4px; white-space: pre-wrap; max-width: fit-content; } .wpaicg_chatbox_line{ overflow: hidden; text-align: center; display: block!important; font-size: 12px; } .wpaicg_chatbox_line:after,.wpaicg_chatbox_line:before{ background-color: rgb(255 255 255 / 26%); content: ""; display: inline-block; height: 1px; position: relative; vertical-align: middle; width: 50%; } .wpaicg_chatbox_line:before { right: 0.5em; margin-left: -50%; } .wpaicg_chatbox_line:after { left: 0.5em; margin-right: -50%; } .wpaicg-chat-shortcode-typing::-webkit-scrollbar,.wpaicg-chatbox-typing::-webkit-scrollbar{ width: 5px } .wpaicg-chat-shortcode-typing::-webkit-scrollbar-track,.wpaicg-chatbox-typing::-webkit-scrollbar-track{ -webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.15);border-radius:5px; } .wpaicg-chat-shortcode-typing::-webkit-scrollbar-thumb,.wpaicg-chatbox-typing::-webkit-scrollbar-thumb{ border-radius:5px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.75); } </style> <!-- This site is optimized with the Yoast SEO plugin v24.3 - https://yoast.com/wordpress/plugins/seo/ --> <title>SEO - Search Engine Optimization: What It Is and How It Works - Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog</title> <meta name="description" content="SEO stands for Search Engine Optimization and is the practice of optimizing websites to improve their visibility in organic search engine results. It focuses on technical and content improvements that make your website more attractive to search engines such as Google, Bing, and Yahoo." /> <link rel="canonical" href="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="SEO - Search Engine Optimization: What It Is and How It Works - Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog" /> <meta property="og:description" content="SEO stands for Search Engine Optimization and is the practice of optimizing websites to improve their visibility in organic search engine results. It focuses on technical and content improvements that make your website more attractive to search engines such as Google, Bing, and Yahoo." /> <meta property="og:url" content="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/" /> <meta property="og:site_name" content="Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog" /> <meta property="article:publisher" content="https://www.facebook.com/eotstavnov" /> <meta property="article:author" content="https://www.facebook.com/eotstavnov" /> <meta property="article:published_time" content="2023-02-22T15:44:50+00:00" /> <meta property="article:modified_time" content="2023-03-04T14:28:30+00:00" /> <meta property="og:image" content="https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide.jpg" /> <meta property="og:image:width" content="800" /> <meta property="og:image:height" content="450" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="author" content="Yevhenii Otstavnov" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Written by" /> <meta name="twitter:data1" content="Yevhenii Otstavnov" /> <meta name="twitter:label2" content="Est. reading time" /> <meta name="twitter:data2" content="18 minutes" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#article","isPartOf":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/"},"author":{"name":"Yevhenii Otstavnov","@id":"https://eotstavnov.site/#/schema/person/a0f7f7634394d61ef5815c6ab2dbce58"},"headline":"SEO &#8211; Search Engine Optimization: What It Is and How It Works","datePublished":"2023-02-22T15:44:50+00:00","dateModified":"2023-03-04T14:28:30+00:00","mainEntityOfPage":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/"},"wordCount":4015,"commentCount":0,"publisher":{"@id":"https://eotstavnov.site/#/schema/person/a0f7f7634394d61ef5815c6ab2dbce58"},"image":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#primaryimage"},"thumbnailUrl":"https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide.jpg","articleSection":["SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#respond"]}]},{"@type":"WebPage","@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/","url":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/","name":"SEO - Search Engine Optimization: What It Is and How It Works - Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog","isPartOf":{"@id":"https://eotstavnov.site/#website"},"primaryImageOfPage":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#primaryimage"},"image":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#primaryimage"},"thumbnailUrl":"https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide.jpg","datePublished":"2023-02-22T15:44:50+00:00","dateModified":"2023-03-04T14:28:30+00:00","description":"SEO stands for Search Engine Optimization and is the practice of optimizing websites to improve their visibility in organic search engine results. It focuses on technical and content improvements that make your website more attractive to search engines such as Google, Bing, and Yahoo.","breadcrumb":{"@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#primaryimage","url":"https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide.jpg","contentUrl":"https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide.jpg","width":800,"height":450},{"@type":"BreadcrumbList","@id":"https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://eotstavnov.site/"},{"@type":"ListItem","position":2,"name":"SEO &#8211; Search Engine Optimization: What It Is and How It Works"}]},{"@type":"WebSite","@id":"https://eotstavnov.site/#website","url":"https://eotstavnov.site/","name":"Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog","description":"resume, portfolio, blog, Yevhenii Otstavnov web site","publisher":{"@id":"https://eotstavnov.site/#/schema/person/a0f7f7634394d61ef5815c6ab2dbce58"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://eotstavnov.site/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https://eotstavnov.site/#/schema/person/a0f7f7634394d61ef5815c6ab2dbce58","name":"Yevhenii Otstavnov","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://eotstavnov.site/#/schema/person/image/","url":"https://eotstavnov.site/wp-content/uploads/2023/02/275617473_3932985903691363_8380164433470785222_n.jpg","contentUrl":"https://eotstavnov.site/wp-content/uploads/2023/02/275617473_3932985903691363_8380164433470785222_n.jpg","width":720,"height":960,"caption":"Yevhenii Otstavnov"},"logo":{"@id":"https://eotstavnov.site/#/schema/person/image/"},"sameAs":["https://eotstavnov.site","https://www.facebook.com/eotstavnov"],"url":"https://eotstavnov.site/author/eotstavnov0084/"}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//cdn.jsdelivr.net' /> <link rel="alternate" type="application/rss+xml" title="Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog &raquo; Feed" href="https://eotstavnov.site/feed/" /> <link rel="alternate" type="application/rss+xml" title="Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog &raquo; Comments Feed" href="https://eotstavnov.site/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Yevhenii Otstavnov personal web site | resume &amp; portfolio &amp; blog &raquo; SEO &#8211; Search Engine Optimization: What It Is and How It Works Comments Feed" href="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/eotstavnov.site\/wp-includes\/js\/wp-emoji-release.min.js?ver=b1b4fc484aae3d42494920a2e4b4e2e3"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!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!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var 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(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <style id='wp-emoji-styles-inline-css' type='text/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; } </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .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} </style> <style id='global-styles-inline-css' type='text/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,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-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;}: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;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='contact-form-7-css' href='https://eotstavnov.site/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=6.0.3' type='text/css' media='all' /> <link rel='stylesheet' id='wp-ai-content-generator-css' href='https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/css/wp-ai-content-generator-public.css?ver=1.9.8' type='text/css' media='all' /> <link rel='stylesheet' id='katex-css-css' href='https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css?ver=0.16.4' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-icon-box-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='e-animation-grow-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-grow.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-2561-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-2561.css?ver=1737973277' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-278-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-278.css?ver=1737765850' type='text/css' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-279-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-279.css?ver=1737850712' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-1237-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-1237.css?ver=1737832309' type='text/css' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_parent-css' href='https://eotstavnov.site/wp-content/themes/royal-elementor-kit/style.css?ver=b1b4fc484aae3d42494920a2e4b4e2e3' type='text/css' media='all' /> <link rel='stylesheet' id='royal-elementor-kit-style-css' href='https://eotstavnov.site/wp-content/themes/royal-elementor-kit-child/style.css?ver=1.0.98.1675578394' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.35.0' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-7-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-7.css?ver=1737765850' type='text/css' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='widget-video-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/css/widget-video.min.css?ver=3.27.1' type='text/css' media='all' /> <link rel='stylesheet' id='chld_thm_cfg_separate-css' href='https://eotstavnov.site/wp-content/themes/royal-elementor-kit-child/ctc-style.css?ver=1.0.98.1675578394' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-link-animations-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/wpr-link-animations.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-button-animations-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/button-animations.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-text-animations-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/text-animations.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-addons-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/frontend.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-5-all-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/font-awesome/css/all.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='google-fonts-1-css' href='https://fonts.googleapis.com/css?family=Poppins%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7COpen+Sans%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CInter%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CLato%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CMontserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRaleway%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CEpilogue%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=swap&#038;ver=b1b4fc484aae3d42494920a2e4b4e2e3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://eotstavnov.site/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script type="text/javascript" data-cfasync="false" src="https://eotstavnov.site/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" data-cfasync="false" src="https://eotstavnov.site/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/wp-ai-content-generator-public.js?ver=1.9.8" id="wp-ai-content-generator-js"></script> <link rel="https://api.w.org/" href="https://eotstavnov.site/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://eotstavnov.site/wp-json/wp/v2/posts/2561" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://eotstavnov.site/xmlrpc.php?rsd" /> <link rel='shortlink' href='https://eotstavnov.site/?p=2561' /> <link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://eotstavnov.site/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feotstavnov.site%2F2023%2Fseo-search-engine-optimization-what-it-is-and-how-it-works%2F" /> <link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://eotstavnov.site/wp-json/oembed/1.0/embed?url=https%3A%2F%2Feotstavnov.site%2F2023%2Fseo-search-engine-optimization-what-it-is-and-how-it-works%2F&#038;format=xml" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N9DQN49');</script> <!-- End Google Tag Manager --> <meta name="google-site-verification" content="xrp9WrcRc7xucPe7M_k994ZSvTajvELWPRfzCcLAIWY" /><meta name="generator" content="Elementor 3.27.1; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-swap"> <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://eotstavnov.site/wp-content/uploads/2023/02/cropped-275617473_3932985903691363_8380164433470785222_n-1-32x32.jpg" sizes="32x32" /> <link rel="icon" href="https://eotstavnov.site/wp-content/uploads/2023/02/cropped-275617473_3932985903691363_8380164433470785222_n-1-192x192.jpg" sizes="192x192" /> <meta name="msapplication-TileImage" content="https://eotstavnov.site/wp-content/uploads/2023/02/cropped-275617473_3932985903691363_8380164433470785222_n-1-270x270.jpg" /> <style id="wpr_lightbox_styles"> .lg-backdrop { background-color: rgba(0,0,0,0.6) !important; } .lg-toolbar, .lg-dropdown { background-color: rgba(0,0,0,0.8) !important; } .lg-dropdown:after { border-bottom-color: rgba(0,0,0,0.8) !important; } .lg-sub-html { background-color: rgba(0,0,0,0.8) !important; } .lg-thumb-outer, .lg-progress-bar { background-color: #444444 !important; } .lg-progress { background-color: #a90707 !important; } .lg-icon { color: #efefef !important; font-size: 20px !important; } .lg-icon.lg-toogle-thumb { font-size: 24px !important; } .lg-icon:hover, .lg-dropdown-text:hover { color: #ffffff !important; } .lg-sub-html, .lg-dropdown-text { color: #efefef !important; font-size: 14px !important; } #lg-counter { color: #efefef !important; font-size: 14px !important; } .lg-prev, .lg-next { font-size: 35px !important; } /* Defaults */ .lg-icon { background-color: transparent !important; } #lg-counter { opacity: 0.9; } .lg-thumb-outer { padding: 0 10px; } .lg-thumb-item { border-radius: 0 !important; border: none !important; opacity: 0.5; } .lg-thumb-item.active { opacity: 1; } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /></head> <body class="post-template post-template-elementor_canvas single single-post postid-2561 single-format-standard wp-custom-logo wp-embed-responsive elementor-default elementor-template-canvas elementor-kit-7 elementor-page elementor-page-2561"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N9DQN49" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div data-elementor-type="wp-post" data-elementor-id="278" class="elementor elementor-278"> <section class="elementor-section elementor-top-section elementor-element elementor-element-4503e99 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="4503e99" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-087607c" data-id="087607c" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ad4296d elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="ad4296d" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="tel:+353851140712" class="elementor-icon" tabindex="-1" aria-label="+ 353 (085) 114 07 12"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </a> </div> <div class="elementor-icon-box-content"> <h3 class="elementor-icon-box-title"> <a href="tel:+353851140712" > + 353 (085) 114 07 12 </a> </h3> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a7300d5" data-id="a7300d5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e90f882 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-vertical-align-top elementor-widget elementor-widget-icon-box" data-id="e90f882" data-element_type="widget" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://api.whatsapp.com/send/?phone=353851140712&#038;text=Hello!%2C+I+have+a+question+%20for+you." target="_blank" rel="nofollow" class="elementor-icon" tabindex="-1"> <i aria-hidden="true" class="fab fa-whatsapp"></i> </a> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-41c5637" data-id="41c5637" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f5a00c2 e-grid-align-right e-grid-align-mobile-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="f5a00c2" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2f307f6" href="https://www.facebook.com/eotstavnov" target="_blank"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-5ed0ddb" data-id="5ed0ddb" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-202a7ed elementor-widget elementor-widget-text-editor" data-id="202a7ed" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a href="/login-page/">Login</a> or <a href="/login-page/?action=register">Register</a></p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-5120b08 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5120b08" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-8abd331" data-id="8abd331" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dbf70e0 wpr-logo-position-center elementor-widget elementor-widget-wpr-logo" data-id="dbf70e0" data-element_type="widget" data-widget_type="wpr-logo.default"> <div class="elementor-widget-container"> <div class="wpr-logo elementor-clearfix"> <picture class="wpr-logo-image"> <source srcset="https://eotstavnov.site/wp-content/uploads/2023/01/eo-logo-e1674645255861.png 1x, https://eotstavnov.site/wp-content/uploads/2023/01/eo-logo-e1674645255861.png 2x"> <img src="https://eotstavnov.site/wp-content/uploads/2023/01/eo-logo-e1674645255861.png" alt=""> <a class="wpr-logo-url" rel="home" href="https://eotstavnov.site/"></a> </picture> <a class="wpr-logo-url" rel="home" href="https://eotstavnov.site/"></a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e380436" data-id="e380436" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-8e2ee6c wpr-main-menu-align-center wpr-main-menu-align--tabletcenter wpr-main-menu-align--mobileleft wpr-pointer-underline wpr-pointer-line-fx wpr-pointer-fx-fade wpr-sub-icon-caret-down wpr-sub-menu-fx-fade wpr-nav-menu-bp-tablet wpr-mobile-menu-display-dropdown wpr-mobile-menu-full-width wpr-mobile-toggle-v1 elementor-widget elementor-widget-wpr-mega-menu" data-id="8e2ee6c" data-element_type="widget" data-settings="{&quot;menu_layout&quot;:&quot;horizontal&quot;}" data-widget_type="wpr-mega-menu.default"> <div class="elementor-widget-container"> <nav class="wpr-nav-menu-container wpr-mega-menu-container wpr-nav-menu-horizontal" data-trigger="hover"><ul id="menu-1-8e2ee6c" class="wpr-nav-menu wpr-mega-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1539 menu-item-has-children wpr-mega-menu-true wpr-mega-menu-pos-default wpr-mega-menu-width-custom" data-custom-width="1120" data-id="1539"><a href="https://eotstavnov.site/" class="wpr-menu-item wpr-pointer-item"><span>Home</span><i class="wpr-sub-icon fas" aria-hidden="true"></i></a><div class="wpr-sub-mega-menu"> <div data-elementor-type="wp-post" data-elementor-id="1386" class="elementor elementor-1386"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5aece30 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5aece30" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-846caae" data-id="846caae" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1d302cb elementor-widget elementor-widget-heading" data-id="1d302cb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Blog</h2> </div> </div> <div class="elementor-element elementor-element-3e7db1b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3e7db1b" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-adc677e wpr-grid-columns-2 wpr-grid-columns--tablet1 wpr-grid-columns--mobile1 wpr-item-styles-inner elementor-widget elementor-widget-wpr-grid" data-id="adc677e" data-element_type="widget" data-widget_type="wpr-grid.default"> <div class="elementor-widget-container"> <ul class="wpr-grid-filters elementor-clearfix wpr-grid-filters-sep-right"><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-filter="*" class="wpr-grid-filters-item wpr-active-filter ">All Post</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","artificial-intelligence"] data-filter=".category-artificial-intelligence">Artificial intelligence</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","cms"] data-filter=".category-cms">CMS</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","marketing"] data-filter=".category-marketing">Marketing</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","seo"] data-filter=".category-seo">SEO</span><em class="wpr-grid-filters-sep"></em></li></ul><section class="wpr-grid elementor-clearfix" data-settings="{&quot;layout&quot;:&quot;fitRows&quot;,&quot;stick_last_element_to_bottom&quot;:&quot;&quot;,&quot;columns_desktop&quot;:&quot;2&quot;,&quot;gutter_hr&quot;:15,&quot;gutter_hr_mobile&quot;:15,&quot;gutter_hr_mobile_extra&quot;:15,&quot;gutter_hr_tablet&quot;:15,&quot;gutter_hr_tablet_extra&quot;:15,&quot;gutter_hr_laptop&quot;:15,&quot;gutter_hr_widescreen&quot;:15,&quot;gutter_vr&quot;:17,&quot;gutter_vr_mobile&quot;:17,&quot;gutter_vr_mobile_extra&quot;:17,&quot;gutter_vr_tablet&quot;:17,&quot;gutter_vr_tablet_extra&quot;:17,&quot;gutter_vr_laptop&quot;:17,&quot;gutter_vr_widescreen&quot;:17,&quot;animation&quot;:&quot;default&quot;,&quot;animation_duration&quot;:0.3,&quot;animation_delay&quot;:0.1,&quot;deeplinking&quot;:&quot;&quot;,&quot;filters_linkable&quot;:&quot;no&quot;,&quot;filters_default_filter&quot;:&quot;&quot;,&quot;filters_count&quot;:&quot;&quot;,&quot;filters_hide_empty&quot;:&quot;no&quot;,&quot;filters_animation&quot;:&quot;default&quot;,&quot;filters_animation_duration&quot;:0.3,&quot;filters_animation_delay&quot;:0.1,&quot;pagination_type&quot;:&quot;load-more&quot;,&quot;pagination_max_pages&quot;:2,&quot;lightbox&quot;:{&quot;selector&quot;:&quot;.wpr-grid-image-wrap&quot;,&quot;iframeMaxWidth&quot;:&quot;60%&quot;,&quot;hash&quot;:false,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause&quot;:5000,&quot;progressBar&quot;:&quot;true&quot;,&quot;counter&quot;:&quot;true&quot;,&quot;controls&quot;:&quot;true&quot;,&quot;getCaptionFromTitleOrAlt&quot;:&quot;true&quot;,&quot;thumbnail&quot;:&quot;&quot;,&quot;showThumbByDefault&quot;:&quot;&quot;,&quot;share&quot;:&quot;&quot;,&quot;zoom&quot;:&quot;true&quot;,&quot;fullScreen&quot;:&quot;true&quot;,&quot;download&quot;:&quot;true&quot;}}"><article class="wpr-grid-item elementor-clearfix post-2341 post type-post status-publish format-standard has-post-thumbnail hentry category-artificial-intelligence category-marketing"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png" alt="The role of artificial intelligence Chat-GPT from Openai company in human life" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/">The role of artificial intelligence Chat-GPT from Openai company in human life</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2802 post type-post status-publish format-standard has-post-thumbnail hentry category-cms category-marketing category-seo"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/wordpress-003-768x353.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/wordpress-003-768x353.jpg" alt="What is CMS wordpress and its features?" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/what-is-cms-wordpress-and-its-features/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/what-is-cms-wordpress-and-its-features/">What is CMS wordpress and its features?</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2436 post type-post status-publish format-standard has-post-thumbnail hentry category-marketing"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/Marketing.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/Marketing.jpg" alt="WHAT&#8217;S HAPPENING TO MARKETING IN 2023? BEST ADVICE FOR BUSINESS." class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/whats-happening-to-marketing-in-2023-best-advice-for-business/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/whats-happening-to-marketing-in-2023-best-advice-for-business/">WHAT&#8217;S HAPPENING TO MARKETING IN 2023? BEST ADVICE FOR BUSINESS.</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2561 post type-post status-publish format-standard has-post-thumbnail hentry category-seo"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide-768x432.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide-768x432.jpg" alt="SEO &#8211; Search Engine Optimization: What It Is and How It Works" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/">SEO &#8211; Search Engine Optimization: What It Is and How It Works</a></div></h2></div></div></article></section> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-be30b78" data-id="be30b78" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3d6aa83 elementor-widget elementor-widget-heading" data-id="3d6aa83" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Marketing</h2> </div> </div> <div class="elementor-element elementor-element-ad1d7e4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ad1d7e4" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-3f1b7bf wpr-page-list-vertical wpr-pl-badge-center wpr-pl-icon-center elementor-widget elementor-widget-wpr-page-list" data-id="3f1b7bf" data-element_type="widget" data-widget_type="wpr-page-list.default"> <div class="elementor-widget-container"> <div class="wpr-page-list-wrap"><ul class="wpr-page-list"><li class="wpr-page-list-item elementor-repeater-item-f001d71 wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div><a href="#/2023/content-analysis-in-2023/" target="_blank" rel="nofollow" class="wpr-no-pointer">Content Analyze </a><p>In 2023</p></div><span class="wpr-page-list-item-badge">New</span></li><li class="wpr-page-list-item elementor-repeater-item-c4e3ea0 wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade wpr-pl-badge-anim-yes"><div><a href="#/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/" target="_blank" rel="nofollow" class="wpr-no-pointer">SEO - Search Engine Optimization</a><p>:What it is and How it Works</p></div><span class="wpr-page-list-item-badge">Hot</span></li></ul></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9575232 elementor-hidden-tablet elementor-hidden-mobile" data-id="9575232" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6f79c13 elementor-widget elementor-widget-image" data-id="6f79c13" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/"> <img width="960" height="960" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-1024x1024.png" class="attachment-large size-large wp-image-2403" alt="" srcset="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj.png 1024w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-300x300.png 300w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-150x150.png 150w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png 768w" sizes="(max-width: 960px) 100vw, 960px" /> </a> </div> </div> </div> </div> </div> </section> </div> </div></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2428"><a href="https://eotstavnov.site/blog/" class="wpr-menu-item wpr-pointer-item"><span>Blog</span></a></li> </ul></nav><nav class="wpr-mobile-nav-menu-container"><div class="wpr-mobile-toggle-wrap"><div class="wpr-mobile-toggle"><span class="wpr-mobile-toggle-line"></span><span class="wpr-mobile-toggle-line"></span><span class="wpr-mobile-toggle-line"></span></div></div><div class="wpr-mobile-mega-menu-wrap " toggle-backface=""><ul id="mobile-menu-2-8e2ee6c" class="wpr-mobile-nav-menu wpr-mobile-mega-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-1539 menu-item-has-children wpr-mega-menu-true" data-id="1539"><a href="https://eotstavnov.site/" class="wpr-mobile-menu-item">Home<i class="wpr-mobile-sub-icon"></i></a><div class="wpr-mobile-sub-mega-menu"> <div data-elementor-type="wp-post" data-elementor-id="1386" class="elementor elementor-1386"> <section class="elementor-section elementor-top-section elementor-element elementor-element-5aece30 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="5aece30" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-846caae" data-id="846caae" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1d302cb elementor-widget elementor-widget-heading" data-id="1d302cb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Blog</h2> </div> </div> <div class="elementor-element elementor-element-3e7db1b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="3e7db1b" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-adc677e wpr-grid-columns-2 wpr-grid-columns--tablet1 wpr-grid-columns--mobile1 wpr-item-styles-inner elementor-widget elementor-widget-wpr-grid" data-id="adc677e" data-element_type="widget" data-widget_type="wpr-grid.default"> <div class="elementor-widget-container"> <ul class="wpr-grid-filters elementor-clearfix wpr-grid-filters-sep-right"><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-filter="*" class="wpr-grid-filters-item wpr-active-filter ">All Post</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","artificial-intelligence"] data-filter=".category-artificial-intelligence">Artificial intelligence</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","cms"] data-filter=".category-cms">CMS</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","marketing"] data-filter=".category-marketing">Marketing</span><em class="wpr-grid-filters-sep"></em></li><li class=" wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-none"><span data-ajax-filter=["category","seo"] data-filter=".category-seo">SEO</span><em class="wpr-grid-filters-sep"></em></li></ul><section class="wpr-grid elementor-clearfix" data-settings="{&quot;layout&quot;:&quot;fitRows&quot;,&quot;stick_last_element_to_bottom&quot;:&quot;&quot;,&quot;columns_desktop&quot;:&quot;2&quot;,&quot;gutter_hr&quot;:15,&quot;gutter_hr_mobile&quot;:15,&quot;gutter_hr_mobile_extra&quot;:15,&quot;gutter_hr_tablet&quot;:15,&quot;gutter_hr_tablet_extra&quot;:15,&quot;gutter_hr_laptop&quot;:15,&quot;gutter_hr_widescreen&quot;:15,&quot;gutter_vr&quot;:17,&quot;gutter_vr_mobile&quot;:17,&quot;gutter_vr_mobile_extra&quot;:17,&quot;gutter_vr_tablet&quot;:17,&quot;gutter_vr_tablet_extra&quot;:17,&quot;gutter_vr_laptop&quot;:17,&quot;gutter_vr_widescreen&quot;:17,&quot;animation&quot;:&quot;default&quot;,&quot;animation_duration&quot;:0.3,&quot;animation_delay&quot;:0.1,&quot;deeplinking&quot;:&quot;&quot;,&quot;filters_linkable&quot;:&quot;no&quot;,&quot;filters_default_filter&quot;:&quot;&quot;,&quot;filters_count&quot;:&quot;&quot;,&quot;filters_hide_empty&quot;:&quot;no&quot;,&quot;filters_animation&quot;:&quot;default&quot;,&quot;filters_animation_duration&quot;:0.3,&quot;filters_animation_delay&quot;:0.1,&quot;pagination_type&quot;:&quot;load-more&quot;,&quot;pagination_max_pages&quot;:2,&quot;lightbox&quot;:{&quot;selector&quot;:&quot;.wpr-grid-image-wrap&quot;,&quot;iframeMaxWidth&quot;:&quot;60%&quot;,&quot;hash&quot;:false,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause&quot;:5000,&quot;progressBar&quot;:&quot;true&quot;,&quot;counter&quot;:&quot;true&quot;,&quot;controls&quot;:&quot;true&quot;,&quot;getCaptionFromTitleOrAlt&quot;:&quot;true&quot;,&quot;thumbnail&quot;:&quot;&quot;,&quot;showThumbByDefault&quot;:&quot;&quot;,&quot;share&quot;:&quot;&quot;,&quot;zoom&quot;:&quot;true&quot;,&quot;fullScreen&quot;:&quot;true&quot;,&quot;download&quot;:&quot;true&quot;}}"><article class="wpr-grid-item elementor-clearfix post-2341 post type-post status-publish format-standard has-post-thumbnail hentry category-artificial-intelligence category-marketing"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png" alt="The role of artificial intelligence Chat-GPT from Openai company in human life" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/">The role of artificial intelligence Chat-GPT from Openai company in human life</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2802 post type-post status-publish format-standard has-post-thumbnail hentry category-cms category-marketing category-seo"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/wordpress-003-768x353.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/wordpress-003-768x353.jpg" alt="What is CMS wordpress and its features?" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/what-is-cms-wordpress-and-its-features/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/what-is-cms-wordpress-and-its-features/">What is CMS wordpress and its features?</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2436 post type-post status-publish format-standard has-post-thumbnail hentry category-marketing"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/Marketing.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/Marketing.jpg" alt="WHAT&#8217;S HAPPENING TO MARKETING IN 2023? BEST ADVICE FOR BUSINESS." class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/whats-happening-to-marketing-in-2023-best-advice-for-business/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/whats-happening-to-marketing-in-2023-best-advice-for-business/">WHAT&#8217;S HAPPENING TO MARKETING IN 2023? BEST ADVICE FOR BUSINESS.</a></div></h2></div></div></article><article class="wpr-grid-item elementor-clearfix post-2561 post type-post status-publish format-standard has-post-thumbnail hentry category-seo"><div class="wpr-grid-item-inner"><div class="wpr-grid-media-wrap wpr-effect-size-medium " data-overlay-link="yes"><div class="wpr-grid-image-wrap" data-src="https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide-768x432.jpg" data-img-on-hover="" data-src-secondary=""><img data-no-lazy="1" src="https://eotstavnov.site/wp-content/uploads/2023/02/my-litle-seo-guide-768x432.jpg" alt="SEO &#8211; Search Engine Optimization: What It Is and How It Works" class="wpr-anim-timing-ease-default"></div><div class="wpr-grid-media-hover wpr-animation-wrap"><div class="wpr-grid-media-hover-bg wpr-overlay-fade-in wpr-anim-size-large wpr-anim-timing-ease-default wpr-anim-transparency" data-url="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/"></div></div></div><div class="wpr-grid-item-below-content elementor-clearfix"><h2 class="wpr-grid-item-title elementor-repeater-item-0c01cd6 wpr-grid-item-display-block wpr-grid-item-align-left wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div class="inner-block"><a target="_self" href="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/">SEO &#8211; Search Engine Optimization: What It Is and How It Works</a></div></h2></div></div></article></section> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-be30b78" data-id="be30b78" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3d6aa83 elementor-widget elementor-widget-heading" data-id="3d6aa83" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Marketing</h2> </div> </div> <div class="elementor-element elementor-element-ad1d7e4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="ad1d7e4" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-3f1b7bf wpr-page-list-vertical wpr-pl-badge-center wpr-pl-icon-center elementor-widget elementor-widget-wpr-page-list" data-id="3f1b7bf" data-element_type="widget" data-widget_type="wpr-page-list.default"> <div class="elementor-widget-container"> <div class="wpr-page-list-wrap"><ul class="wpr-page-list"><li class="wpr-page-list-item elementor-repeater-item-f001d71 wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade"><div><a href="#/2023/content-analysis-in-2023/" target="_blank" rel="nofollow" class="wpr-no-pointer">Content Analyze </a><p>In 2023</p></div><span class="wpr-page-list-item-badge">New</span></li><li class="wpr-page-list-item elementor-repeater-item-c4e3ea0 wpr-pointer-none wpr-pointer-line-fx wpr-pointer-fx-fade wpr-pl-badge-anim-yes"><div><a href="#/2023/seo-search-engine-optimization-what-it-is-and-how-it-works/" target="_blank" rel="nofollow" class="wpr-no-pointer">SEO - Search Engine Optimization</a><p>:What it is and How it Works</p></div><span class="wpr-page-list-item-badge">Hot</span></li></ul></div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9575232 elementor-hidden-tablet elementor-hidden-mobile" data-id="9575232" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6f79c13 elementor-widget elementor-widget-image" data-id="6f79c13" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="/2023/the-role-of-artificial-intelligence-chat-gpt-from-openai-company-in-human-life/"> <img width="960" height="960" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-1024x1024.png" class="attachment-large size-large wp-image-2403" alt="" srcset="https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj.png 1024w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-300x300.png 300w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-150x150.png 150w, https://eotstavnov.site/wp-content/uploads/2023/02/img-VMoZ5oyi3U4tFVjlMCWoQiFj-768x768.png 768w" sizes="(max-width: 960px) 100vw, 960px" /> </a> </div> </div> </div> </div> </div> </section> </div> </div></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-2428"><a href="https://eotstavnov.site/blog/" class="wpr-mobile-menu-item">Blog</a></li> </ul></div></nav> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cd7af83" data-id="cd7af83" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-79ac210 wpr-button-icon-style-inline wpr-button-icon-position-right elementor-widget elementor-widget-wpr-button" data-id="79ac210" data-element_type="widget" data-widget_type="wpr-button.default"> <div class="elementor-widget-container"> <div class="wpr-button-wrap elementor-clearfix"> <a class="wpr-button wpr-button-effect wpr-button-none" data-text="Go" href="https://api.whatsapp.com/send/?phone=353851140712&#038;text=Hello!%2C+I+have+a+question+%20for+you."> <span class="wpr-button-content"> <span class="wpr-button-text">Contact me</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-post" data-elementor-id="2561" class="elementor elementor-2561"> <section class="elementor-section elementor-top-section elementor-element elementor-element-6e8c8d2e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6e8c8d2e" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <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-7a5def84" data-id="7a5def84" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-231b11c2 elementor-widget elementor-widget-heading" data-id="231b11c2" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SEO - Search Engine Optimization: What It Is and How It Works</h2> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6e151057 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6e151057" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79e88705" data-id="79e88705" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-d262d36 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="d262d36" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-57665d76 elementor-widget elementor-widget-text-editor" data-id="57665d76" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h3>What Does Search Engine Optimization (SEO) Mean?</h3><p>Search engine optimization, often abbreviated as SEO, is the practice of optimizing a website to improve its visibility on search engines like Google, Microsoft Bing, and others. This process involves various techniques aimed at increasing the website&#8217;s relevance and authority in search engine results when people search for specific keywords or phrases:</p><p>The items you offer for sale. The services you offer. Information about topics in which you have extensive knowledge and/or experience. The greater your web pages appear in search results, the higher the chances of being found and clicked on. Ultimately, the aim of search engine optimization is to draw website visitors who will eventually become customers, clients or a recurring audience.</p><p>In this guide, you will learn:</p><ul><li><a href="#The difference between SEO, SEM, and PPC"><b>The difference between SEO, SEM, and PPC</b></a></li><li><strong><a href="#The importance of SEO">The importance of SEO</a></strong></li><li><strong><a href="#Types of SEO and specialized areas">Types of SEO and specialized areas</a></strong></li><li><strong><a href="#The basics of how SEO works">The basics of how SEO works</a></strong></li><li><p><strong><a href="#How to learn SEO">How to learn SEO</a></strong></p></li></ul> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3886170e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3886170e" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62bff2df" data-id="62bff2df" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1c5e9a6a elementor-widget elementor-widget-heading" data-id="1c5e9a6a" data-element_type="widget" id="The difference between SEO, SEM, and PPC" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">What sets SEO apart from SEM and PPC?</h2> </div> </div> <div class="elementor-element elementor-element-cbe03cd elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="cbe03cd" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-5579e09e elementor-widget elementor-widget-text-editor" data-id="5579e09e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>While reading about SEO, you will also come across the terms SEM and PPC, which are commonly used in the search marketing industry. Continue reading to understand the relationship between these terms and SEO.</p><p>聽</p><p>SEO versus SEM The acronym SEM refers to search engine marketing, which is also known as search marketing. This type of digital marketing represents an amalgamation of SEO and PPC activities aimed at enhancing traffic from organic and paid search engines.</p><p>In a nutshell, search marketing is the practice of obtaining traffic and visibility from search engines through both free and paid initiatives. But what sets SEO apart from SEM? Strictly speaking, they aren&#8217;t different at all. SEO is just one part of SEM:</p><p>SEO = generating natural traffic from search engines.</p><p>SEM = generating natural and paid traffic from search engines. However, this is where things start to get complicated.</p><p>聽</p><p>Nowadays, SEM and PPC are often used interchangeably, which can sometimes overshadow the significance of SEO. But the truth is that both SEO and PPC are critical components of online marketing.</p><p>To better understand the relationship between SEO and SEM, think of SEM as a coin. SEO represents one side of the coin, while PPC is on the flip side.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-47eccb6d elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="47eccb6d" data-element_type="section"> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-7a509430" data-id="7a509430" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6d98377a elementor-widget elementor-widget-image" data-id="6d98377a" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img fetchpriority="high" decoding="async" width="960" height="960" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-WhCMFMZppFiNc6fDbZKPP5vE-1024x1024.png" class="attachment-large size-large wp-image-2402" alt="" srcset="https://eotstavnov.site/wp-content/uploads/2023/02/img-WhCMFMZppFiNc6fDbZKPP5vE.png 1024w, https://eotstavnov.site/wp-content/uploads/2023/02/img-WhCMFMZppFiNc6fDbZKPP5vE-300x300.png 300w, https://eotstavnov.site/wp-content/uploads/2023/02/img-WhCMFMZppFiNc6fDbZKPP5vE-150x150.png 150w, https://eotstavnov.site/wp-content/uploads/2023/02/img-WhCMFMZppFiNc6fDbZKPP5vE-768x768.png 768w" sizes="(max-width: 960px) 100vw, 960px" /> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-f986eb5" data-id="f986eb5" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6973bd9 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6973bd9" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-48ac977a elementor-widget elementor-widget-heading" data-id="48ac977a" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SEO vs PPC</h2> </div> </div> <div class="elementor-element elementor-element-2ac9a558 elementor-widget elementor-widget-text-editor" data-id="2ac9a558" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>PPC, or pay-per-click, is a form of digital advertising where businesses pay every time someone clicks on one of their ads. Advertisers bid on specific keywords or phrases they want their ads to appear for in search engine results. Whenever a user types in one of those keywords, the ad will show up among the top results.</p><p>To clarify, both SEO and PPC are critical components of search marketing. SEO is the unpaid facet of search marketing that involves optimizing a website&#8217;s content and structure to rank higher in search results, whereas PPC is the paid aspect of search marketing, where advertisers bid on specific keywords to have their ads displayed in search engine results.</p><p>It&#8217;s important not to view SEO and PPC as competitors, as they complement each other to drive traffic to a website. Therefore, it&#8217;s recommended to invest in both SEO and PPC when feasible.</p><p>While SEM and PPC are frequently used interchangeably in the industry, i differentiates between the two. SEM refers to both SEO and PPC, whereas PPC is strictly the paid search component.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-83ef875 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="83ef875" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ffbbd1a" data-id="ffbbd1a" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-996f1a3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="996f1a3" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-a7d1c48 elementor-widget elementor-widget-text-editor" data-id="a7d1c48" data-element_type="widget" id="The importance of SEO" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h3>SEO is important for several reasons.</h3><p>As mentioned, organic search is responsible for more than half of all website traffic, making it a crucial channel for businesses to reach their target audience. In addition, SEO can also help build trust and credibility with potential customers. When a website appears at the top of search results, it can give users the impression that the brand is a leader in their industry.</p><p>SEO can also have long-term benefits for businesses. Unlike paid search, which requires ongoing investment, the effects of SEO can be long-lasting. By optimizing a website for search engines and creating high-quality content, businesses can continue to attract organic traffic and generate leads even after the initial work is done.</p><p>Overall, SEO is an essential part of any digital marketing strategy and can help businesses of all sizes increase their visibility, build trust and credibility, and drive real results.</p><p>When people want to do something, find information, research or buy a product or service, they often begin their journey with a search. However, the search landscape has become increasingly fragmented. Users may search on traditional web search engines like Google and Microsoft Bing, or on social platforms such as YouTube, TikTok, and Facebook, or on retail websites like Amazon. According to research, 61% of U.S. online shoppers start their product search on Amazon, compared to 49% who start on a search engine like Google. Other popular search starting points include Walmart.com, YouTube, Facebook, Instagram, and TikTok.</p><p>Trillions of searches are conducted every year, and search is often the primary source of traffic for websites. Therefore, it is crucial to ensure that your brand or business is &#8220;search engine friendly&#8221; on any platform where people may search for you.</p><p>It&#8217;s important to note that improving your visibility and achieving a higher ranking in search results compared to your competitors can greatly benefit your business. This is where search engine optimization (SEO) comes in.</p><p>The reason SEO is so vital is because search engine results pages (SERPs) are incredibly competitive. There are various features and ads that occupy these pages, including pay-per-click (PPC) ads. Some of the many features that can appear on SERPs include knowledge panels, featured snippets, maps, images, videos, top stories (news), people also ask sections, and carousels. As such, it&#8217;s crucial to optimize your content and website in order to be seen and clicked on by users.</p><p>One of the key benefits of SEO for brands and businesses is its sustainability. While paid campaigns and social media traffic are often temporary and unreliable, good SEO work can generate ongoing traffic and provide long-term benefits.</p><p>SEO is a fundamental aspect of holistic marketing, where all aspects of your company&#8217;s efforts are interconnected. By understanding your users&#8217; needs, you can implement that knowledge across various channels, including:</p><ul><li>Paid and organic campaigns</li><li>Website content</li><li>Social media properties</li></ul><p>聽</p><p>SEO can drive the traffic you need to achieve key business objectives such as conversions, visits, and sales. Moreover, a website that ranks well in search engines is typically seen as trustworthy and authoritative, which are factors that Google rewards with better rankings.</p> </div> </div> <div class="elementor-element elementor-element-f95a2b5 elementor-widget elementor-widget-text-editor" data-id="f95a2b5" data-element_type="widget" id="Types of SEO and specialized areas" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h3>There are three main types of SEO that are essential for a successful digital marketing strategy:</h3><ol><li><strong>Technical SEO:</strong> This involves optimizing the technical aspects of a website to ensure that search engines can crawl and index it easily. This includes things like website speed, mobile-friendliness, site architecture, and structured data.</li><li><strong>On-site SEO:</strong> This focuses on optimizing the content on a website for both users and search engines. This includes creating high-quality, relevant, and keyword-rich content, optimizing title tags and meta descriptions, and improving internal linking.</li><li><strong>Off-site SEO:</strong> This involves creating brand assets and doing things that will ultimately enhance brand awareness and recognition. This includes activities such as link building, guest blogging, and social media marketing.</li></ol><p>While you have complete control over technical and on-site SEO, off-site SEO can be more challenging as you can&#8217;t always control external factors such as backlinks from other sites. However, it is still an essential component of a successful SEO strategy.</p><p>Think of SEO like a sports team, where a strong offense and defense are required to win, and building a loyal fanbase is also crucial for long-term success. Technical optimization is your defense, content optimization is your offense, and off-site optimization helps attract and retain your audience.</p><p>Optimizing a website&#8217;s technical elements is a critical foundation for SEO success. The first step is to create a website that is easily crawled and indexed by search engines. As Google trends analyst Gary Illyes once stated, &#8220;MAKE THAT DAMN SITE CRAWLABLE.&#8221; It&#8217;s essential to make it simple for search engines to discover and access all of your page content, including text, images, and videos. Technical elements such as URL structure, navigation, internal linking, and more all matter in this regard.</p><p>Providing a good user experience is another vital aspect of technical optimization. Search engines prioritize pages that load quickly and offer an excellent user experience. Technical SEO elements that contribute to a good user experience include Core Web Vitals, mobile-friendliness, usability, HTTPS, and avoiding intrusive interstitials.</p><p>Structured data, also known as schema, is another critical area of technical optimization. By adding this code to your website, search engines can better understand your content and improve your visibility in search results.</p><p>Additionally, web hosting services, content management systems (CMS), and site security all play a role in SEO success.</p><p>Off-site optimization refers to activities outside of your own website that can indirectly contribute to your SEO success. It involves creating brand assets that enhance brand awareness and recognition, as well as demand generation. Here are some key off-site optimization activities:</p><p>Link building: Acquiring links from other websites is a way to establish your website&#8217;s authority and popularity. However, it&#8217;s important to focus on high-quality links from relevant and authoritative websites, as opposed to low-quality links that could harm your site&#8217;s reputation.</p><p>Social media: While social media traffic is not always reliable, having a strong social media presence can help enhance brand recognition and increase engagement. Sharing high-quality content on social media can also lead to natural link building and increased website traffic.</p><p>Online directories: Listing your business in relevant online directories can help increase your website&#8217;s visibility and build authority. However, it&#8217;s important to choose high-quality directories and avoid spammy ones.</p><p>Guest blogging: Writing high-quality content for other websites in your niche can help establish your authority and build relationships with other websites. It can also lead to natural link building and increased traffic to your own site.</p><p>Public relations: Getting press coverage and mentions in relevant publications can help increase brand awareness and build authority. It can also lead to natural link building and increased website traffic.</p><p>All of these activities should align with and complement your overall SEO strategy, rather than being pursued in isolation.</p><p>Link building is a fundamental off-site SEO activity that involves acquiring links to a website. The practice of acquiring a diverse number of links from authoritative, relevant, and trusted websites can result in significant benefits, such as increased rankings and traffic. The quality of links is more important than the quantity of links, and the ultimate goal is to have a large quantity of high-quality links.</p><p>There are several methods for promoting a website that can complement SEO efforts. These include brand building and brand marketing techniques that are designed to increase recognition and reputation, public relations techniques that aim to earn editorially-given links, and content marketing methods such as creating videos, ebooks, research studies, and podcasts or guest blogging on other sites. Social media marketing and optimization are also important, and it is important to claim your brand&#8217;s handle on any relevant platforms, optimize them fully, and share relevant content.</p><p>Listing management is another critical component of off-site SEO. This involves claiming, verifying, and optimizing information on platforms where people may search for your company or website, such as directories, review sites, and wikis. It is also important to obtain ratings and reviews and monitor and respond to them.</p><p>While off-site activities may not have a direct impact on technical SEO factors, they are essential for improving the overall visibility of your brand. Therefore, it is important to engage in activities that help your brand be found anywhere people may search for it. As a result, some people have even attempted to rebrand search engine optimization as search experience optimization or search everywhere optimization to emphasize the importance of all aspects of a brand&#8217;s online presence.</p><p>Search engine optimization has different subgenres, each with its own unique challenges and tactics. Here are five SEO specialties:</p><ol><li><strong>Ecommerce SEO:</strong> This involves optimizing category pages, product pages, faceted navigation, internal linking structures, product images, product reviews, schema, and more. It is crucial to consider elements that affect user experience, such as site speed, checkout process, and mobile responsiveness.</li><li><strong>Enterprise SEO:</strong> This is SEO on a massive scale, which involves managing a website (or multiple websites/brands) with over a million pages or serving organizations that generate millions or billions in revenue each year. It typically involves dealing with multiple stakeholders and delays in getting SEO changes implemented by the development team.</li><li><strong>International SEO:</strong> This is about optimizing multiregional or multilingual websites for international search engines such as Baidu or Naver. It requires an understanding of different languages, cultures, and search behaviors, as well as implementing hreflang tags, creating localized content, and building local backlinks.</li><li><strong>Local SEO:</strong> The goal of local SEO is to optimize websites for visibility in local organic search results by managing and obtaining reviews and business listings, among others. It involves optimizing Google My Business profiles, building citations and backlinks from local directories, and creating localized content.</li><li><strong>News SEO:</strong> News SEO is all about speed and making sure that your content gets indexed by Google as quickly as possible to appear in Google Discover, Google&#8217;s Top Stories, and Google News. It requires an understanding of best practices for paywalls, section pages, news-specific structured data, and more.</li></ol><p>聽</p><p>SEO works by optimizing a website to improve its visibility and ranking in search engine results pages (SERPs) for specific keywords and phrases. The ultimate goal is to drive more organic (unpaid) traffic to a website.</p><p>To achieve this, SEO specialists analyze search algorithms and determine what factors affect a website&#8217;s ranking. This includes on-page factors such as website content, site structure, and meta tags, as well as off-page factors such as backlinks and social signals.</p><p>By optimizing these factors, a website can improve its relevance and authority in the eyes of search engines, which will result in higher rankings and increased visibility in search results.</p><p>The ultimate aim of SEO is to attract more organic traffic to a website, which can then be converted into leads or sales. By understanding the principles of SEO and applying best practices, website owners and marketers can improve their online visibility and grow their business.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-72d7ef90 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="72d7ef90" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-323ddf90" data-id="323ddf90" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-74d2f591 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="74d2f591" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-2eec8fd elementor-widget elementor-widget-text-editor" data-id="2eec8fd" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>SEO is a multifaceted approach that involves a combination of people, processes, technology, and activities. Let&#8217;s take a closer look at each of these elements:</p><p><strong>People:</strong> SEO requires a team of people who are responsible for executing the strategic, tactical, and operational SEO work. This team typically includes SEO specialists, content writers, web developers, and marketing professionals. It&#8217;s important to have a team with diverse skills and expertise to effectively manage all aspects of SEO.</p><p><strong>Processes:</strong> The processes involved in SEO are the actions taken to make the work more efficient. These include keyword research, on-page optimization, link building, content creation, technical SEO, and analytics. An effective SEO strategy should involve a well-defined set of processes to ensure that all elements are covered.</p><p><strong>Technology:</strong> The tools and platforms used in SEO are essential to achieving success. This includes tools for keyword research, website analysis, backlink analysis, content creation, and performance tracking. It&#8217;s important to have access to the right technology to ensure that all SEO activities are streamlined and effective.</p><p><strong>Activities:</strong> The end product, or output, of SEO is the activities undertaken to improve a website&#8217;s search engine rankings. This includes keyword optimization, on-page optimization, link building, content creation, technical SEO, and analytics. An effective SEO strategy will involve a range of activities to cover all areas of optimization.</p><p>Overall, SEO works by leveraging a combination of people, processes, technology, and activities to improve a website&#8217;s search engine rankings. By following a well-defined strategy and leveraging the right resources, businesses can achieve higher visibility in search engine results pages and drive more traffic to their websites.</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ba7d7c9" data-id="ba7d7c9" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-2acb48ed elementor-widget elementor-widget-image" data-id="2acb48ed" data-element_type="widget" data-widget_type="image.default"> <div class="elementor-widget-container"> <img decoding="async" width="960" height="960" src="https://eotstavnov.site/wp-content/uploads/2023/02/img-beI4PsYvx4kEAstA7btJjdVb-1024x1024.png" class="attachment-large size-large wp-image-2588" alt="" srcset="https://eotstavnov.site/wp-content/uploads/2023/02/img-beI4PsYvx4kEAstA7btJjdVb.png 1024w, https://eotstavnov.site/wp-content/uploads/2023/02/img-beI4PsYvx4kEAstA7btJjdVb-300x300.png 300w, https://eotstavnov.site/wp-content/uploads/2023/02/img-beI4PsYvx4kEAstA7btJjdVb-150x150.png 150w, https://eotstavnov.site/wp-content/uploads/2023/02/img-beI4PsYvx4kEAstA7btJjdVb-768x768.png 768w" sizes="(max-width: 960px) 100vw, 960px" /> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-6dd92ff9 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="6dd92ff9" data-element_type="section" id="The basics of how SEO works"> <div class="elementor-container elementor-column-gap-wide"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-20c71620" data-id="20c71620" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-103dae04 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="103dae04" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-2b38ac61 elementor-widget elementor-widget-heading" data-id="2b38ac61" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">SEO is a complex process that involves a combination of six critical areas:</h2> </div> </div> <div class="elementor-element elementor-element-2d885104 elementor-widget elementor-widget-text-editor" data-id="2d885104" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h3>Understanding search engine processes.</h3><p>To ensure that your business is discoverable via search, it&#8217;s important to have a solid grasp of how search engines work and to provide the right signals to influence your visibility. Traditional search engines like Google have four main stages: crawling, rendering, indexing, and ranking. Crawling involves the use of crawlers to find pages on the web by following links and using sitemaps. Rendering generates how the page looks using HTML, JavaScript, and CSS information. Indexing analyzes the content and metadata of discovered pages and adds them to a database. Finally, ranking uses complex algorithms to determine the relevance and quality of a page in response to a query. However, optimizing for other platforms like YouTube or Amazon requires a different approach.<br /><br />For instance, on Facebook, engagement factors such as likes, comments, shares, and connections are crucial. On Twitter, recency, interactions, and the author&#8217;s credibility are significant signals. Furthermore, search engines have introduced machine learning elements to surface content, which makes it even more challenging to identify the specific factors that contribute to better or worse performance.</p><h3>Conducting Research.</h3><p>Research is a critical component of SEO. There are several types of research that can enhance SEO performance, such as:<br /><br /><strong>Audience research:</strong> Understanding your target audience is essential. <br />Who are they? What are their demographics and psychographics? What problems are they facing, and how can you address them? <br /><strong>Keyword research:</strong> This process helps you identify relevant and valuable search terms that people use and incorporate them into your pages. It also enables you to gauge the level of demand and competition for each keyword.<br /><strong>Competitor research:</strong> Examining your competitors can be beneficial. What are their strengths and weaknesses? What type of content are they publishing?<br /><strong>Brand/business/client research:</strong> Knowing the goals of your brand, business, or client is crucial. How can SEO help them achieve their objectives? <br /><strong>Website research:</strong> Conducting various SEO audits can uncover opportunities and issues on a website that may be hindering success in organic search. Some audits to consider include technical SEO, content, link profile, and E-A-T.<br /><strong>SERP analysis:</strong> This analysis can assist in understanding the search intent behind a particular query (e.g., commercial, transactional, informational, or navigational) and creating content that is more likely to gain visibility and rank.<br /><br /></p><h3>Planning In order to achieve success in SEO, it is crucial to have a well-planned strategy.</h3><p>You need to set specific goals and create a plan for how to achieve them.</p><p>Your SEO strategy should be considered as a roadmap, with a clear and consistent destination in mind, even if the route taken may change over time.</p><p>Your SEO plan should include the following elements:</p><ul><li>Setting specific goals, such as using OKRs or SMART criteria, and establishing timelines and milestones to meet them.</li><li>Defining meaningful KPIs and metrics that align with your goals.</li><li>Determining how to create and implement projects, whether through internal teams, external resources, or a combination of both.</li><li>Coordinating and communicating with internal and external stakeholders.</li><li>Choosing and implementing appropriate tools and technology.</li><li>Hiring, training, and organizing a team.</li><li>Establishing a budget.</li><li>Measuring and reporting on results.</li><li>Documenting the strategy and process.</li></ul><p>聽</p><h3>Once the research is complete, it&#8217;s time to take action and implement the ideas.</h3><p>This includes:</p><ul><li>Providing guidance to your content team on what new content should be created.</li><li>Suggesting or making changes to existing pages, such as updating and enhancing the content, adding internal links, integrating keywords/topics/entities, or finding other ways to further optimize them.</li><li>Eliminating old, obsolete, or poor-quality content, which doesn&#8217;t rank well, attract converting traffic, or contribute to achieving your SEO objectives.</li></ul><p>聽</p><h3>Monitoring your website is essential to quickly detect any issues or failures.</h3><p>It is crucial to be aware of any drop in traffic to a vital page, pages that are loading slowly, becoming unresponsive, or dropping out of the index. Also, it is vital to be alerted if the entire website goes offline, any broken links, or any other potential catastrophic problems.</p><h3>Analyzing, assessing and reporting on performance.</h3><p>Measuring and evaluating SEO is crucial for improving it. To make data-driven decisions about SEO, you鈥檒l need to utilize:</p><p>Website analytics: Utilize tools like Google Analytics, Google Search Console, and Bing Webmaster Tools to collect performance data.</p><p>Tools and platforms: There are multiple all-in-one platforms available that offer various SEO tools. However, you can also choose to use select tools to track performance on specific tasks. If the existing tools don&#8217;t suit your needs, you can even create your own.</p><p>Once the data is collected, you&#8217;ll need to report on progress. You can create reports manually or use software.</p><p>The performance report should be meaningful and tell a story. It should be created at significant time intervals, often comparing to previous report periods, such as year over year. The reporting frequency will depend on the type of website, usually monthly, quarterly, or another suitable interval.</p><p>SEO is an ongoing process that requires continuous attention. Search engines, user behavior, and competitors are constantly changing, and websites also change over time. It is important to monitor and improve your SEO processes to keep up with these changes.</p><p>There is always room for improvement in SEO. As Bruce Clay put it, SEO will only be finished when Google stops making changes and all of your competition has gone out of business.</p><p>If you want to learn more about SEO, it is essential to regularly read or watch the latest news, research, and best practices related to SEO. You can make this a part of your daily, weekly, or monthly routine. Additionally, attending at least one or two industry events per year can be beneficial.</p><p>Searcher expectations and behavior are constantly evolving, which means algorithms are also constantly changing to adapt. This, combined with new technological advancements such as the rise of ChatGPT in late 2022 and the introduction of generative AI in search results in 2023, highlights the importance of staying up to date with SEO trends and developments.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-3245c2df elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="3245c2df" data-element_type="section" id="How to learn SEO"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5575ff21" data-id="5575ff21" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4cb684b7 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="4cb684b7" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-d86f1c6 elementor-widget elementor-widget-heading" data-id="d86f1c6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">How to learn SEO?</h2> </div> </div> <div class="elementor-element elementor-element-428a499f elementor-widget elementor-widget-text-editor" data-id="428a499f" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <h5>To develop your skills as an SEO professional, there are some reliable resources available:</h5><p>All SEO</p><p>Bing SEO</p><p>Content SEO</p><p>Ecommerce SEO</p><p>Enterprise SEO</p><p>Google: E-E-A-T</p><p>Google algorithm updates</p><p>Google Search Console</p><p>Google search features</p><p>Link building</p><p>Local SEO</p><p>News SEO</p><p>Technical SEO</p><p>聽</p><h5>In addition to experimenting and hands-on experience, there are other ways to develop your SEO skills:</h5><ol><li>Take courses: Online courses, in-person workshops, and certification programs can help you learn the fundamentals of SEO and stay up-to-date on industry changes.</li><li>Read industry blogs and publications: Follow industry leaders and stay up-to-date on the latest trends, tactics, and best practices in SEO. Some recommended publications include Moz Blog, Search Engine Journal, and Ahrefs Blog.</li><li>Attend conferences and events: As mentioned earlier, attending industry events like SMX can help you stay up-to-date on the latest developments in SEO, as well as provide networking opportunities.</li><li>Join online communities: Join SEO-related groups on social media and participate in discussions. This can be a great way to learn from others in the industry and get answers to your questions.</li><li>Practice regularly: SEO is an ever-evolving field, so it&#8217;s important to practice regularly to keep your skills sharp and stay up-to-date with the latest changes.<p>聽</p></li></ol><p>That&#8217;s a great summary! It&#8217;s important to remember that SEO is constantly evolving, and what worked yesterday may not work today. It&#8217;s important to stay up to date with the latest best practices and strategies, and to continue learning and experimenting to keep your skills sharp. And as you mentioned, it&#8217;s important to be cautious and discerning about the sources of information you rely on, as not all SEO advice is created equal. But with hard work, dedication, and a commitment to learning, anyone can develop the skills to succeed in SEO.</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-fb58312 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="fb58312" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-45af021" data-id="45af021" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-84bfc3e elementor-widget elementor-widget-heading" data-id="84bfc3e" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">The Changing Landscape of SEO - Strategies for Success in 2023</h2> </div> </div> <div class="elementor-element elementor-element-21794c2 elementor-widget elementor-widget-video" data-id="21794c2" data-element_type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/Xk1GuxXjJ2Q&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;modestbranding&quot;:&quot;yes&quot;,&quot;yt_privacy&quot;:&quot;yes&quot;,&quot;lazy_load&quot;:&quot;yes&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default"> <div class="elementor-widget-container"> <div class="elementor-wrapper elementor-open-inline"> <div class="elementor-video"></div> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-01cbefa elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="01cbefa" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <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-1112ce9" data-id="1112ce9" data-element_type="column"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-c4e9aa2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="c4e9aa2" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2cf0f62" data-id="2cf0f62" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-e061e5d elementor-widget elementor-widget-shortcode" data-id="e061e5d" data-element_type="widget" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode">[TheChamp-FB-Comments]</div> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="wp-post" data-elementor-id="279" class="elementor elementor-279"> <section class="elementor-section elementor-top-section elementor-element elementor-element-e8a8d28 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="e8a8d28" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1d1c079" data-id="1d1c079" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-274223a elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="274223a" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-09067fb elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="09067fb" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3490d79" data-id="3490d79" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="elementor-section elementor-inner-section elementor-element elementor-element-9bdb774 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="9bdb774" data-element_type="section"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-a938840" data-id="a938840" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-78998e9 wpr-logo-position-center elementor-widget elementor-widget-wpr-logo" data-id="78998e9" data-element_type="widget" data-widget_type="wpr-logo.default"> <div class="elementor-widget-container"> <div class="wpr-logo elementor-clearfix"> <picture class="wpr-logo-image"> <source srcset="https://eotstavnov.site/wp-content/uploads/2023/01/cropped-eo-logo-e1674645255861.png 1x, https://eotstavnov.site/wp-content/uploads/2023/01/cropped-eo-logo-e1674645255861.png 2x"> <img src="https://eotstavnov.site/wp-content/uploads/2023/01/cropped-eo-logo-e1674645255861.png" alt=""> <a class="wpr-logo-url" rel="home" href="https://eotstavnov.site/"></a> </picture> <a class="wpr-logo-url" rel="home" href="https://eotstavnov.site/"></a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-37602ec" data-id="37602ec" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c0950bb elementor-widget elementor-widget-heading" data-id="c0950bb" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Contact Info</h2> </div> </div> <div class="elementor-element elementor-element-2e8c33b elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="2e8c33b" data-element_type="widget" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="mailto:eotstavnov@gmail.com"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-envelope"></i> </span> <span class="elementor-icon-list-text">eotstavnov@gmail.com</span> </a> </li> <li class="elementor-icon-list-item"> <a href="tel:+353851140712"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-phone-alt"></i> </span> <span class="elementor-icon-list-text">+ 353 85 114 07 12</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://api.whatsapp.com/send/?phone=353851140712&#038;text=Hello!%2C+I+have+a+question+%20for+you."> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-whatsapp-square"></i> </span> <span class="elementor-icon-list-text">send me a message</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-2da791f e-grid-align-left elementor-shape-rounded elementor-grid-0 elementor-widget elementor-widget-social-icons" data-id="2da791f" data-element_type="widget" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-facebook-f elementor-animation-grow elementor-repeater-item-2f307f6" href="https://www.facebook.com/eotstavnov" target="_blank" rel="nofollow"> <span class="elementor-screen-only">Facebook-f</span> <i class="fab fa-facebook-f"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-08c15dc" data-id="08c15dc" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ccb1bfd elementor-widget elementor-widget-heading" data-id="ccb1bfd" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Quick Links</h2> </div> </div> <div class="elementor-element elementor-element-756e636 elementor-widget elementor-widget-heading" data-id="756e636" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#Top">Go to the Top</a></p> </div> </div> <div class="elementor-element elementor-element-f93a7c8 elementor-widget elementor-widget-heading" data-id="f93a7c8" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#Skills">Skills</a></p> </div> </div> <div class="elementor-element elementor-element-97cfb43 elementor-widget elementor-widget-heading" data-id="97cfb43" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="#Portfolio">Portfolio</a></p> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-66a1ec0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="66a1ec0" data-element_type="widget" data-widget_type="divider.default"> <div class="elementor-widget-container"> <div class="elementor-divider"> <span class="elementor-divider-separator"> </span> </div> </div> </div> <div class="elementor-element elementor-element-b08dfc9 elementor-widget elementor-widget-text-editor" data-id="b08dfc9" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>漏 2025 All rights reserved</p> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-90d6f08 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="90d6f08" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5ff88cf" data-id="5ff88cf" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-1a4685a wpr-stt-btn-align-inline elementor-widget elementor-widget-wpr-back-to-top" data-id="1a4685a" data-element_type="widget" data-widget_type="wpr-back-to-top.default"> <div class="elementor-widget-container"> <div class="wpr-stt-wrapper"><div class='wpr-stt-btn' data-settings='{&quot;animation&quot;:&quot;fade&quot;,&quot;animationOffset&quot;:&quot;0&quot;,&quot;animationDuration&quot;:&quot;200&quot;,&quot;fixed&quot;:&quot;inline&quot;,&quot;scrolAnim&quot;:&quot;800&quot;}'><span class="wpr-stt-icon"><i class="fas fa-chevron-up"></i></span></div></div> </div> </div> </div> </div> </div> </section> <section class="elementor-section elementor-top-section elementor-element elementor-element-34d6e21 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no" data-id="34d6e21" data-element_type="section"> <div class="elementor-container elementor-column-gap-no"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1e30581" data-id="1e30581" data-element_type="column"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ef71f18 wpr-pc-btn-align-fixed wpr-pc-btn-align-fixed-right wpr-pc-btn-icon-right elementor-widget elementor-widget-wpr-phone-call" data-id="ef71f18" data-element_type="widget" data-widget_type="wpr-phone-call.default"> <div class="elementor-widget-container"> <div class="wpr-pc-wrapper"><a href="tel:tel:+3530851140727" class="wpr-pc-btn"><div class="wpr-pc-content"><span class="wpr-pc-btn-icon"><i class="fas fa-phone"></i></span></div></a></div> </div> </div> </div> </div> </div> </section> </div> <div data-id="812274" id="wpaicgChat812274" class="wpaicg_chat_widget wpaicg_widget_right"> <div class="wpaicg_chat_widget_content"> <style> .wpaicg-icon-container { position: relative; margin-bottom: 30px; margin-top: 10px; } .wpaicg-copy-button, .wpaicg-thumbs-up-button, .wpaicg-thumbs-down-button { position: absolute; bottom: -25px; display: inline-block; background: none; border: none; cursor: pointer; padding: 0; opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibility 0.3s ease; outline: none; } .wpaicg-copy-button { left: 10px; } .wpaicg-thumbs-up-button { left: 40px; } .wpaicg-thumbs-down-button { left: 70px; } /* Keep buttons visible when hovering over either the container or the buttons */ .wpaicg-icon-container:hover .wpaicg-copy-button, .wpaicg-icon-container:hover .wpaicg-thumbs-up-button, .wpaicg-icon-container:hover .wpaicg-thumbs-down-button, .wpaicg-copy-button:hover, .wpaicg-thumbs-up-button:hover, .wpaicg-thumbs-down-button:hover { opacity: 1; visibility: visible; } .log_notification { background: #eaf7fa; color: #02457a; font-size: 11px; font-style: italic; padding: 10px; border-radius: 5px; } .wpaicg-copy-button img, .wpaicg-thumbs-up-button img, .wpaicg-thumbs-down-button img { width: 16px; height: 16px; filter: none; /* Ensure no filter (like grayscale or color change) is applied */ color: inherit; /* Inherit the current color from the parent */ transition: none; /* Remove any transitions that might change appearance on hover */ } .wpaicg-copy-button img:hover, .wpaicg-thumbs-up-button img:hover, .wpaicg-thumbs-down-button img:hover { filter: none; /* Ensure no hover filter is applied */ color: inherit; /* Keep the color consistent on hover */ } .wpaicg-copy-button, .wpaicg-thumbs-up-button, .wpaicg-thumbs-down-button { background: none; border: none; padding: 0; cursor: pointer; color: inherit; /* Keep the color of the button consistent */ outline: none; /* Remove default browser outline on focus */ } .wpaicg-copy-button:hover, .wpaicg-thumbs-up-button:hover, .wpaicg-thumbs-down-button:hover { background: none; /* Remove any background color change on hover */ color: inherit; /* Keep the color the same on hover */ } /* Remove outline (focus border) on buttons */ .wpaicg-copy-button:focus, .wpaicg-thumbs-up-button:focus, .wpaicg-thumbs-down-button:focus { outline: none; } .wpaicg-feedback-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 1000; display: flex; justify-content: center; align-items: center; padding: 10px; /* Added padding to prevent edge cutoff */ } .wpaicg-feedback-modal { background-color: #fff; color: #333; padding: 20px; border-radius: 10px; /* Slightly increased border-radius for better aesthetics */ width: 100%; max-width: 400px; /* Max width for larger screens */ box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Increased shadow for better visibility */ text-align: center; position: relative; /* To position the close button */ margin: 0 auto; /* Centering the modal horizontally */ box-sizing: border-box; /* Ensures padding is included in width */ } .wpaicg-feedback-modal h2 { margin-top: 0; } .wpaicg-feedback-textarea { width: 100%; height: 80px; margin: 10px 0; border-radius: 5px; } .wpaicg-feedback-modal-buttons { display: flex; justify-content: flex-end; /* Aligns the submit button to the right */ align-items: center; margin-top: 10px; } .wpaicg-feedback-message { flex-grow: 1; /* Takes up available space on the left */ margin-right: 10px; text-align: left; /* Ensures the text aligns left */ } .wpaicg-feedback-modal-submit { padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; background-color: #007bff; color: #fff; margin-left: 10px; /* Adds space between the button and the message */ } .wpaicg-feedback-modal-close { position: absolute; top: 10px; right: 10px; background: none; border: none; color: #333; cursor: pointer; } /* Media Query for Mobile Devices */ @media (max-width: 480px) { .wpaicg-feedback-modal { max-width: 95%; /* Reduce max width on smaller screens to ensure it doesn't touch the edges */ padding: 15px; margin: 0 auto; /* Ensure modal is centered */ } .wpaicg-feedback-modal-submit { padding: 8px 16px; /* Slightly smaller padding on mobile */ } .wpaicg-feedback-textarea { height: 60px; /* Reduce height on mobile */ } } /* Styling the scrollbar track (part the thumb slides within) */ .wpaicg-chatbox ::-webkit-scrollbar-track { background-color: #eaf7fa; border-radius: 10px; } /* Styling the scrollbar thumb (the part that you drag) */ .wpaicg-chatbox ::-webkit-scrollbar-thumb { background-color: #888; /* Dark grey thumb */ border-radius: 10px; border: 3px solid #eaf7fa; } /* Styling the scrollbar thumb on hover */ .wpaicg-chatbox ::-webkit-scrollbar-thumb:hover { background-color: #555; /* Black thumb on hover */ } /* Setting the width of the scrollbar */ .wpaicg-chatbox ::-webkit-scrollbar { width: 8px; /* Narrow width */ } /* For vertical scroll */ .wpaicg-chatbox ::-webkit-scrollbar { height: 8px; /* For horizontal scrolling */ } .wpaicg-chatbox .wpaicg-conversation-starters { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; justify-content: center; font-size: 14px; visibility: hidden; } .wpaicg-chatbox .wpaicg-conversation-starter { background-color: #cceff5; color: #02457a; border: none; border-radius: 20px; padding: 5px 10px; cursor: pointer; transition: background-color 0.3s ease; font-size: 14px; transition: background-color 0.3s ease, transform 0.5s ease-out, opacity 0.5s ease-out; display: flex; opacity: 0; transform: translateY(20px); } .wpaicg-chatbox .wpaicg-conversation-starter:hover { filter: brightness(90%); } .wpaicg-chatbox h1, .wpaicg-chatbox h2, .wpaicg-chatbox h3, .wpaicg-chatbox h4, .wpaicg-chatbox h5, .wpaicg-chatbox h6 { color: #02457a; } </style> <style> .wpaicg-img-spinner { display: none; width: 16px; height: 16px; border: 2px solid rgba(0, 0, 0, 0.1); border-left-color: #000; border-radius: 50%; animation: spin 1s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .wpaicg-thumbnail-placeholder { display: none; width: 50px; height: 50px; overflow: hidden; } </style> <style> .wpaicg_chat_widget,.wpaicg_chat_widget_content{ z-index: 99999; } .wpaicg_chat_widget{ overflow: hidden; } .wpaicg_widget_open.wpaicg_chat_widget{ overflow: visible; } .wpaicg-chatbox-preview-box .wpaicg-chatbox-action-bar{ width: calc(100% - 10px); } .wpaicg_widget_open .wpaicg-chatbox-action-bar{ display: flex; } .wpaicg_chat_widget_content { /* Initial state of the chat window - hidden */ opacity: 0; transform: scale(0.9); visibility: hidden; transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s; } .wpaicg_widget_open .wpaicg_chat_widget_content { /* Visible state of the chat window */ opacity: 1; transform: scale(1); visibility: visible; transition-delay: 0s; } /* Updated shining light effect for hover without background */ @keyframes shine { 0% { background-position: -150px; } 50% { background-position: 150px; } 100% { background-position: -150px; } } .wpaicg_chat_widget .wpaicg_toggle { position: relative; overflow: hidden; transition: box-shadow 0.3s ease; } .wpaicg_chat_widget .wpaicg_toggle::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; /* Ensure gradient is completely transparent except for the shine */ background: linear-gradient(to right, transparent, rgba(255,255,255,0.8) 50%, transparent) no-repeat; transform: rotate(30deg); /* Start with the shine outside of the visible area */ background-position: -150px; } .wpaicg_chat_widget .wpaicg_toggle:hover::before { /* Apply the animation only on hover */ animation: shine 2s infinite; } .wpaicg_chat_widget .wpaicg_toggle img { display: block; transition: opacity 0.3s ease; } </style> <style> .wpaicg-chatbox { width: 80%; background-color: #eaf7fa; border-radius: 12px; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15); display: flex; flex-direction: column; max-width: 100%; overflow: hidden; border: 1px solid #E0E0E0; transition: box-shadow 0.3s ease; margin-right: 20px; /* Adjust as needed */ } .wpaicg-chatbox:hover { box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover for interaction feedback */ } .wpaicg-chatbox-content { overflow: hidden; flex-grow: 1; padding: 15px; /* Increased padding for more space around messages */ } .wpaicg-chatbox-content ul { overflow-y: auto; margin: 0; padding: 0; list-style: none; } .wpaicg-chatbox-content ul .wpaicg-chat-user-message { margin-left: auto; /* This pushes the user messages to the right */ background-color: #cceff5; color: #02457a; font-size: 14px; margin-bottom: 20px; margin-right: 10px; padding: 10px; border-radius: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); width: fit-content; } .wpaicg-chatbox-content ul .wpaicg-chat-ai-message { background-color: #a3d5d9; color: #02457a; font-size: 14px; margin-bottom: 20px; margin-right: 10px; padding: 10px; border-radius: 20px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); width: fit-content; } .wpaicg_chat_widget_content .wpaicg-chat-ai-message .wpaicg-chat-message, .wpaicg_chat_widget_content .wpaicg-chat-user-message .wpaicg-chat-message { color: inherit; } .wpaicg-chat-user-message{ padding: 10px; background: #cceff5; } .wpaicg-chat-ai-message{ padding: 10px; background: #a3d5d9; } .wpaicg-bot-thinking{ bottom: 0; font-size: 11px; color: #017991; display: none; } .wpaicg-jumping-dots span { position: relative; bottom: 0px; -webkit-animation: wpaicg-jump 1500ms infinite; animation: wpaicg-jump 2s infinite; } .wpaicg-jumping-dots .wpaicg-dot-1{ -webkit-animation-delay: 200ms; animation-delay: 200ms; } .wpaicg-jumping-dots .wpaicg-dot-2{ -webkit-animation-delay: 400ms; animation-delay: 400ms; } .wpaicg-jumping-dots .wpaicg-dot-3{ -webkit-animation-delay: 600ms; animation-delay: 600ms; } .wpaicg-chatbox-type { display: flex; align-items: center; padding: 15px; color: #017991; } .wpaicg-chatbox-send { color: #017991; } textarea.wpaicg-chatbox-typing { flex: 1; border: 1px solid #a3d5d9; background-color: #eaf7fa; resize: vertical; border-radius: 15px; line-height: 63px; padding-left: 1em; color: #02457a; font-size: 14px; } textarea.auto-expand { overflow: hidden; /* Prevents scrollbar flash during size adjustment */ transition: box-shadow 0.5s ease-in-out; line-height: 2; } textarea.auto-expand.resizing { transition: box-shadow 0.5s ease-in-out; box-shadow: 0 0 12px rgba(81, 203, 238, 0.8); line-height: 2; } textarea.auto-expand:focus { outline: none; box-shadow: 0 0 5px rgba(81, 203, 238, 1); line-height: 2; } textarea.wpaicg-chatbox-typing::placeholder { color: #02457a; } .wpaicg-chat-message-error{ color: #f00; } @-webkit-keyframes wpaicg-jump { 0% {bottom: 0px;} 20% {bottom: 5px;} 40% {bottom: 0px;} } @keyframes wpaicg-jump { 0% {bottom: 0px;} 20% {bottom: 5px;} 40% {bottom: 0px;} } /* Adjustments for screens that are 768px wide or less (typical for tablets and smartphones) */ @media (max-width: 768px) { .wpaicg-chatbox { /* Adjust the width and right margin for smaller screens */ width: auto; /* This makes the chat window adapt to the screen size */ margin-right: 10px; /* Smaller margin for smaller devices */ margin-left: 10px; /* Add some space on the left as well */ } } /* Further adjustments for very small screens, like iPhones */ @media (max-width: 480px) { .wpaicg-chatbox { /* You might want even smaller margins here */ margin-right: 5px; margin-left: 5px; } } .wpaicg_chat_additions{ display: flex; justify-content: center; align-items: center; position: absolute; right: 20px; } .wpaicg-chatbox .wpaicg-mic-icon{ color: #017991; } .wpaicg-chatbox .wpaicg-img-icon{ color: #017991; } .wpaicg-chatbox .wpaicg-pdf-icon{ color: #222222; } .wpaicg-chatbox .wpaicg-pdf-remove{ color: #222222; font-size: 33px; justify-content: center; align-items: center; width: 22px; height: 22px; line-height: unset; font-family: Arial, serif; border-radius: 50%; font-weight: normal; padding: 0; } .wpaicg-chatbox .wpaicg-pdf-loading{ border-color: #222222; border-bottom-color: transparent; } .wpaicg-chatbox .wpaicg-mic-icon.wpaicg-recording{ color: #017991; } .wpaicg-chatbox .wpaicg-bot-thinking { bottom: 0; font-size: 11px; color: #017991; display: none; } .wpaicg-chatbox-action-bar{ top: 0; /* Position it at the top of the chat window */ right: 0; left: 0; /* Ensure it spans the full width */ height: 40px; padding: 0 10px; justify-content: center; align-items: center; color: #02457a; background-color: #a3d5d9; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); transition: background-color 0.3s ease; position: relative; top: 0; display: flex; justify-content: flex-end; min-height: 40px; } /* Button Styles */ .wpaicg-chatbox-download-btn, .wpaicg-chatbox-audio-btn, .wpaicg-chatbox-clear-btn, .wpaicg-chatbox-fullscreen, .wpaicg-chatbox-close-btn { cursor: pointer; display: flex; align-items: center; justify-content: center; /* Center content */ margin: 0 5px; /* Adjust spacing between buttons */ transition: background-color 0.3s ease; /* Smooth transition for interactions */ } /* SVG Icon Adjustments */ .wpaicg-chatbox-download-btn svg, .wpaicg-chatbox-audio-btn svg, .wpaicg-chatbox-clear-btn svg, .wpaicg-chatbox-fullscreen svg, .wpaicg-chatbox-close-btn svg { fill: currentColor; height: 16px; /* Adjust size for visibility */ width: 16px; } /* Hover States for Button Interactions */ .wpaicg-chatbox-download-btn:hover, .wpaicg-chatbox-clear-btn:hover, .wpaicg-chatbox-fullscreen:hover, .wpaicg-chatbox-close-btn:hover { background-color: rgba(0, 0, 0, 0.1); /* Slight highlight on hover */ } .wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen{ display: none; fill: none; height: 16px; width: 16px; } .wpaicg-chatbox-fullscreen svg.wpaicg-exit-fullscreen path{ fill: currentColor; } .wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen{ fill: none; height: 16px; width: 16px; } .wpaicg-chatbox-fullscreen svg.wpaicg-active-fullscreen path{ fill: currentColor; } .wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-active-fullscreen{ display:none; } .wpaicg-chatbox-fullscreen.wpaicg-fullscreen-box svg.wpaicg-exit-fullscreen{ display: block; } .wpaicg-fullscreened .wpaicg-chatbox-action-bar{ top: 0; z-index: 99; border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 3px; } </style> <div class="wpaicg-chatbox wpaicg-chatbox-has-action-bar wpaicg-chat-widget-has-footer" data-user-bg-color="#cceff5" data-color="#02457a" data-fontsize="14" data-ai-bg-color="#a3d5d9" data-nonce="91afabb85e" data-post-id="2561" data-url="https://eotstavnov.site/2023/seo-search-engine-optimization-what-it-is-and-how-it-works" data-bot-id="0" data-width="80%" data-height="70%" data-footer="true" data-speech="" data-voice="" data-elevenlabs-model="" data-voice-error="" data-typewriter-effect = "" data-typewriter-speed="1" data-text_height="70" data-text_rounded="15" data-chat_rounded="12" data-voice_service="en-US" data-voice_language="en-US" data-voice_name="en-US-Studio-M" data-voice_device="" data-voice_speed="1" data-voice_pitch="0" data-openai_model="tts-1" data-openai_voice="alloy" data-openai_output_format="mp3" data-openai_voice_speed="1.0" data-openai_stream_nav="1" data-autoload_chat_conversations="0" data-copy_btn="1" data-feedback_btn = "1" data-feedback_title = "Feedback" data-feedback_message = "Please provide details: (optional)" data-feedback_success = "Thank you for your feedback!" data-user-voice-control = "" data-voice-muted-by-default="" data-memory-limit = "50" data-lead-collection = "0" data-lead-title = "Let us know how to contact you" data-lead-name = "Name" data-enable-lead-name = "1" data-lead-email = "Email" data-enable-lead-email = "1" data-lead-phone = "Phone" data-enable-lead-phone = "1" data-bg_text_field = "#eaf7fa" data-bg_text_field_font_color = "#02457a" data-bg_text_field_border_color = "#a3d5d9" data-assistant-enabled="false" data-type="widget" > <div class="wpaicg-chatbox-action-bar"> <span data-type="widget" class="wpaicg-chatbox-download-btn" title="Download Chat"> <svg role="presentation" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><path class="st0" d="M243.591,309.362c3.272,4.317,7.678,6.692,12.409,6.692c4.73,0,9.136-2.376,12.409-6.689l89.594-118.094 c3.348-4.414,4.274-8.692,2.611-12.042c-1.666-3.35-5.631-5.198-11.168-5.198H315.14c-9.288,0-16.844-7.554-16.844-16.84V59.777 c0-11.04-8.983-20.027-20.024-20.027h-44.546c-11.04,0-20.022,8.987-20.022,20.027v97.415c0,9.286-7.556,16.84-16.844,16.84 h-34.305c-5.538,0-9.503,1.848-11.168,5.198c-1.665,3.35-0.738,7.628,2.609,12.046L243.591,309.362z"/><path class="st0" d="M445.218,294.16v111.304H66.782V294.16H0v152.648c0,14.03,11.413,25.443,25.441,25.443h461.118 c14.028,0,25.441-11.413,25.441-25.443V294.16H445.218z"/></svg> </span> <span data-type="widget" class="wpaicg-chatbox-fullscreen" title="Toggle Fullscreen"> <svg class="wpaicg-active-fullscreen" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10 15H15V10H13.2V13.2H10V15ZM6 15V13.2H2.8V10H1V15H6ZM10 2.8H12.375H13.2V6H15V1H10V2.8ZM6 1V2.8H2.8V6H1V1H6Z"/></svg> <svg class="wpaicg-exit-fullscreen" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M1 6L6 6L6 1L4.2 1L4.2 4.2L1 4.2L1 6Z"/><path d="M15 10L10 10L10 15L11.8 15L11.8 11.8L15 11.8L15 10Z"/><path d="M6 15L6 10L1 10L1 11.8L4.2 11.8L4.2 15L6 15Z"/><path d="M10 1L10 6L15 6L15 4.2L11.8 4.2L11.8 1L10 1Z"/></svg> </span> <span class="wpaicg-chatbox-clear-btn" title="Clear Chat"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M170.5 51.6L151.5 80h145l-19-28.4c-1.5-2.2-4-3.6-6.7-3.6H177.1c-2.7 0-5.2 1.3-6.7 3.6zm147-26.6L354.2 80H368h48 8c13.3 0 24 10.7 24 24s-10.7 24-24 24h-8V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V128H24c-13.3 0-24-10.7-24-24S10.7 80 24 80h8H80 93.8l36.7-55.1C140.9 9.4 158.4 0 177.1 0h93.7c18.7 0 36.2 9.4 46.6 24.9zM80 128V432c0 17.7 14.3 32 32 32H336c17.7 0 32-14.3 32-32V128H80zm80 64V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16zm80 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V192c0-8.8 7.2-16 16-16s16 7.2 16 16z"/></svg> </span> <span class="wpaicg-chatbox-close-btn" title="Close Chat"> <svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg"><path d="M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"/></svg> </span> </div> <div class="wpaicg-chatbox-content"> <ul class="wpaicg-chatbox-messages"> <li style="log_notification"> <p> <span class="wpaicg-chat-message"> Please note that your conversations will be recorded. </span> </p> </li> <li class="wpaicg-chat-ai-message"> <span class="wpaicg-chat-message"> Hello human, I am a GPT4 powered AI chat bot. Ask me anything! </span> </li> </ul> </div> <!-- Conversation Starters --> <span class="wpaicg-bot-thinking" style="padding-left: 15px;color: #017991;">AI thinking&nbsp;<span class="wpaicg-jumping-dots"><span class="wpaicg-dot-1">.</span><span class="wpaicg-dot-2">.</span><span class="wpaicg-dot-3">.</span></span></span> <div class="wpaicg-chatbox-type"> <textarea type="text" class="auto-expand wpaicg-chatbox-typing" placeholder="Type a message"></textarea> <div class="wpaicg_chat_additions"> <span class="wpaicg-thumbnail-placeholder"></span> <span class="wpaicg-img-icon" data-type="widget" style="display:none"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-image"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"></rect><circle cx="8.5" cy="8.5" r="1.5"></circle><polyline points="21 15 16 10 5 21"></polyline></svg> <input type="file" id="imageUpload" class="wpaicg-img-file" accept="image/png, image/jpeg, image/webp, image/gif" style="display: none;" /> <!-- add nonce --> <input type="hidden" id="wpaicg-img-nonce" value="d73bab9bab" /> </span> <span class="wpaicg-img-spinner"></span> <span class="wpaicg-chatbox-send"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send"><line x1="22" y1="2" x2="11" y2="13"></line><polygon points="22 2 15 22 11 13 2 9 22 2"></polygon></svg> </span> </div> </div> <div class="wpaicg-chatbox-footer" style="background-color: #a3d5d9; color: #02457a"> Yevhenii Otstavnov </div> </div> </div> <div class="wpaicg_toggle" id="wpaicg_toggle_812274"> <img src="https://eotstavnov.site/wp-content/uploads/2023/03/Chat-GPT.png" alt="Chat Icon" /> </div> </div> <!-- Freesoul Deactivate Plugins has disabled 1 plugins on this page. --> <script> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <link rel='stylesheet' id='elementor-post-1386-css' href='https://eotstavnov.site/wp-content/uploads/elementor/css/post-1386.css?ver=1737765851' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-animations-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/wpr-animations.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-loading-animations-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/animations/loading-animations.min.css?ver=1.7.1007' type='text/css' media='all' /> <link rel='stylesheet' id='wpr-lightgallery-css-css' href='https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/css/lib/lightgallery/lightgallery.min.css?ver=1.7.1007' type='text/css' media='all' /> <script type="text/javascript" src="https://eotstavnov.site/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/contact-form-7/includes/swv/js/index.js?ver=6.0.3" id="swv-js"></script> <script type="text/javascript" id="contact-form-7-js-before"> /* <![CDATA[ */ var wpcf7 = { "api": { "root": "https:\/\/eotstavnov.site\/wp-json\/", "namespace": "contact-form-7\/v1" }, "cached": 1 }; /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/contact-form-7/includes/js/index.js?ver=6.0.3" id="contact-form-7-js"></script> <script type="text/javascript" id="wpaicg-init-js-extra"> /* <![CDATA[ */ var wpaicgParams = {"ajax_url":"https:\/\/eotstavnov.site\/wp-admin\/admin-ajax.php","search_nonce":"91afabb85e","logged_in":"0","languages":{"source":"Sources","no_result":"No result found","wrong":"Something went wrong","prompt_strength":"Please enter a valid prompt strength value between 0 and 1.","num_inference_steps":"Please enter a valid number of inference steps value between 1 and 500.","guidance_scale":"Please enter a valid guidance scale value between 1 and 20.","error_image":"Please select least one image for generate","save_image_success":"Save images to media successfully","select_all":"Select All","unselect":"Unselect","select_save_error":"Please select least one image to save","alternative":"Alternative Text","title":"Title","edit_image":"Edit Image","caption":"Caption","description":"Description","save":"Save","removed_pdf":"Your pdf session is cleared"}}; /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/wpaicg-init.js" id="wpaicg-init-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/wpaicg-chat.js" id="wpaicg-chat-script-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/marked.js" id="wpaicg-markdown-script-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/recorder.js" id="wpaicg-chat-recorder-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/gpt3-ai-content-generator/public/js/wpaicg-form-shortcode.js" id="wpaicg-form-shortcode-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.js?ver=0.16.4" id="katex-main-js"></script> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/contrib/auto-render.min.js?ver=0.16.4" id="katex-auto-render-js"></script> <script type="text/javascript" id="superpwa-register-sw-js-extra"> /* <![CDATA[ */ var superpwa_sw = {"url":"\/superpwa-sw.js?2.2.12","disable_addtohome":"0","enableOnDesktop":"","offline_form_addon_active":"","ajax_url":"https:\/\/eotstavnov.site\/wp-admin\/admin-ajax.php","offline_message":"1","offline_message_txt":"You are currently offline."}; /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/super-progressive-web-apps/public/js/register-sw.js?ver=2.2.34" id="superpwa-register-sw-js"></script> <script type="text/javascript" id="superpwa_ptrfp_lib_script-js-extra"> /* <![CDATA[ */ var superpwa_ptr_obj = {"instrPullToRefresh":"Pull down to refresh","instrReleaseToRefresh":"Release to refresh","instrRefreshing":"Refreshing","instrptr_font_size":"0.85em","instrptr_font_color":"rgba(0, 0, 0, 0.3)"}; /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/super-progressive-web-apps/admin/js/superpwa-ptr-lib.min.js?ver=2.2.34" id="superpwa_ptrfp_lib_script-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/particles/particles.js?ver=3.0.6" id="wpr-particles-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/jarallax/jarallax.min.js?ver=1.12.7" id="wpr-jarallax-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/parallax/parallax.min.js?ver=1.0" id="wpr-parallax-hover-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-includes/js/comment-reply.min.js?ver=b1b4fc484aae3d42494920a2e4b4e2e3" id="comment-reply-js" async="async" data-wp-strategy="async"></script> <script type="text/javascript" data-cfasync="false" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/isotope/isotope.min.js?ver=3.0.8" id="wpr-isotope-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/slick/slick.min.js?ver=1.8.1" id="wpr-slick-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/lightgallery/lightgallery.min.js?ver=1.6.12" id="wpr-lightgallery-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/lib/perfect-scrollbar/perfect-scrollbar.min.js?ver=0.4.9" id="wpr-popup-scroll-js-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.27.1" id="elementor-webpack-runtime-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.27.1" id="elementor-frontend-modules-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script type="text/javascript" id="elementor-frontend-js-before"> /* <![CDATA[ */ 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":"3.27.1","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_onboarding":true,"home_screen":true,"landing-pages":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/eotstavnov.site\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/eotstavnov.site\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/eotstavnov.site\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"edbe8303bc"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"body_background_background":"classic","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"},"post":{"id":2561,"title":"SEO%20-%20Search%20Engine%20Optimization%3A%20What%20It%20Is%20and%20How%20It%20Works%20-%20Yevhenii%20Otstavnov%20personal%20web%20site%20%7C%20resume%20%26%20portfolio%20%26%20blog","excerpt":"E.O. stands for Search Engine Optimization and is the practice of optimizing websites to improve their visibility in organic search engine results. It focuses on technical and content improvements that make your website more attractive to search engines such as Google, Bing, and Yahoo.","featuredImage":"https:\/\/eotstavnov.site\/wp-content\/uploads\/2023\/02\/my-litle-seo-guide.jpg"}}; /* ]]> */ </script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.27.1" id="elementor-frontend-js"></script> <script type="text/javascript" id="wpr-addons-js-js-extra"> /* <![CDATA[ */ var WprConfig = {"ajaxurl":"https:\/\/eotstavnov.site\/wp-admin\/admin-ajax.php","resturl":"https:\/\/eotstavnov.site\/wp-json\/wpraddons\/v1","nonce":"212c9d0fc0","addedToCartText":"was added to cart","viewCart":"View Cart","comparePageID":"","comparePageURL":"https:\/\/eotstavnov.site\/2023\/seo-search-engine-optimization-what-it-is-and-how-it-works\/","wishlistPageID":"","wishlistPageURL":"https:\/\/eotstavnov.site\/2023\/seo-search-engine-optimization-what-it-is-and-how-it-works\/","chooseQuantityText":"Please select the required number of items.","site_key":"","is_admin":"","input_empty":"Please fill out this field","select_empty":"Nothing selected","file_empty":"Please upload a file","recaptcha_error":"Recaptcha Error","token":"4c6d91b0302eb6137baa6b6cef196875b32fe0e8243fe0b73391d8bd1fbeee88"}; /* ]]> */ </script> <script type="text/javascript" data-cfasync="false" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/frontend.min.js?ver=1.7.1007" id="wpr-addons-js-js"></script> <script type="text/javascript" src="https://eotstavnov.site/wp-content/plugins/royal-elementor-addons/assets/js/modal-popups.min.js?ver=1.7.1007" id="wpr-modal-popups-js-js"></script> </body> </html> <!-- Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/ Page Caching using Disk: Enhanced Served from: eotstavnov.site @ 2025-02-18 05:15:36 by W3 Total Cache -->

Pages: 1 2 3 4 5 6 7 8 9 10