{"id":166340,"date":"2026-02-03T17:49:42","date_gmt":"2026-02-03T15:49:42","guid":{"rendered":"https:\/\/elementor.com\/help\/?p=163418"},"modified":"2026-02-03T17:49:42","modified_gmt":"2026-02-03T15:49:42","slug":"manage-site-traffic-with-web-rules","status":"publish","type":"post","link":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/","title":{"rendered":"Manage Site Traffic with Web Rules"},"content":{"rendered":"\n<p>Web Rules is an advanced traffic control feature available on Elementor Hosting that allows you to define exactly how incoming HTTP requests to your website are handled.<\/p>\n\n\n\n<p>Running before WordPress or PHP even loads\u2014Web Rules offers a faster, more reliable, and plugin-free way to manage redirects, security, and headers. This ensures your site&#8217;s high performance while handling complex traffic logic.<\/p>\n\n\n\n<p>Using Web Rules, you can:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Redirect visitors from old URLs to new ones (Essential for SEO).<\/li>\n\n\n\n<li>Rewrite request paths internally without changing the browser URL.<\/li>\n\n\n\n<li>Modify HTTP headers to improve security or integration.<\/li>\n\n\n\n<li>Block requests based on specific conditions like country or IP.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Access Web Rules<\/strong><\/h2>\n\n\n\n<p><strong>To access the Web Rules configuration<\/strong>:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to your <a href=\"http:\/\/my.elementor.com\">My Elementor dashboard<\/a>.<\/li>\n\n\n\n<li>Click the website you wish to manage.<br><img decoding=\"async\" class=\"wp-image-163420\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/1-select-the-site.png\" alt=\"\"><\/li>\n\n\n\n<li>Click the <strong>Advanced<\/strong> tab.<br><img decoding=\"async\" class=\"wp-image-163427\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/2-click-the-advanced-tab.png\" alt=\"\"><\/li>\n\n\n\n<li>Select <strong>Web Rules<\/strong> from the menu.<br><img decoding=\"async\" class=\"wp-image-163434\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/3-click-web-rules.png\" alt=\"\"><\/li>\n<\/ol>\n\n\n\n<p>You will see tabs for the four available rule types: <strong>Redirect Rules<\/strong>, <strong>Headers Rules<\/strong>, <strong>Rewrite Rules<\/strong>, and <strong>Block Rules<\/strong>.<br><img decoding=\"async\" class=\"wp-image-163441\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/4-the-different-types-of-rules.png\" alt=\"\"><br><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"rewrite\"><strong>Redirect Rules<\/strong><\/h3>\n\n\n\n<p>Redirect rules send visitors from one URL to another, updating the URL displayed in their browser. This is commonly used to fix broken links or update your site structure without losing SEO ranking.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To add a redirect rule, click <strong>Add redirect rule<\/strong>.<br><img decoding=\"async\" class=\"wp-image-163448\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/5-click-add-redirect-rule.png\" alt=\"\"><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Common Status Codes<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>301 (Permanent Redirect):<\/strong> Use this when a page has permanently moved. This transfers SEO value to the new URL.<\/li>\n\n\n\n<li><strong>302 (Temporary Redirect):<\/strong> Use this for short-term changes, testing, or marketing campaigns.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Configuration<\/strong><\/h4>\n\n\n\n<p>When creating a redirect, you can enable <strong>Forward query parameters<\/strong> to preserve tags like UTMs (e.g., ?utm_source=google) during the redirect.<\/p>\n\n\n\n<p>[callout type=&#8221;note&#8221;]Ensure your Destination URL is valid and does not match the rule conditions to avoid creating a redirect loop.[\/callout]<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Headers Rules<\/strong><\/h3>\n\n\n\n<p>These rules allow you to <strong>Set<\/strong> or <strong>Remove<\/strong> HTTP response headers .<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To add a Headers rule, click <strong>Add response header rule<\/strong>.<br><img decoding=\"async\" class=\"wp-image-163462\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/6-click-add-response-header-rule-1.png\" alt=\"\"><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Common use cases<\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Security:<\/strong> Add headers like HSTS, CSP, or X-Frame-Options to improve site security.<\/li>\n\n\n\n<li><strong>Privacy:<\/strong> Remove server-identifying headers to minimize your site&#8217;s footprint.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Rewrites Rules<\/h3>\n\n\n\n<p>Unlike redirects, a <strong>Rewrite Rule<\/strong> changes the request path internally <em>without<\/em> changing the URL shown in the visitor&#8217;s browser.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To add a rewrite rule, click <strong>Add rewrite rule<\/strong>.<br><img decoding=\"async\" class=\"wp-image-163469\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/7-click-add-rewrite-rule.png\" alt=\"\"><\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Common use cases<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Internal Routing:<\/strong> Serve a different internal path while keeping the public URL clean.<\/li>\n\n\n\n<li><strong>Headless Setups:<\/strong> Support custom routing logic for headless WordPress architectures.<\/li>\n\n\n\n<li><strong>Migrations:<\/strong> Route legacy URLs to a new backend structure transparently.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Block Rules<\/strong><\/h3>\n\n\n\n<p>Block rules allow you to deny access to specific requests based on defined conditions. This is a powerful tool for security hardening and compliance.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To add a blocking rule, click <strong>Add block rule<\/strong>.<br><img decoding=\"async\" class=\"wp-image-163476\" style=\"width: 680px;\" src=\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/8-Block-rule.png\" alt=\"\"><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Blocking Options<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>403 (Forbidden):<\/strong> The server understands the request but refuses to authorize it.<\/li>\n\n\n\n<li><strong>404 (Not Found):<\/strong> Makes the resource appear as if it does not exist. This is often safer for security-related blocking as it hides the existence of the page.<\/li>\n\n\n\n<li><strong>451 (Unavailable For Legal Reasons):<\/strong> Used for compliance restrictions.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Common Use Cases:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Block access to \/wp-admin from specific countries.<\/li>\n\n\n\n<li>Restrict bots or suspicious IP ranges.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Conditions &amp; Priority<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Rule Priority<\/strong><\/h3>\n\n\n\n<p>Rules are evaluated from <strong>top to bottom<\/strong>. The first rule that matches the request conditions is the <em>only<\/em> one applied.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can drag and drop rules to change their priority.<\/li>\n\n\n\n<li>If two rules match a request, the one higher on the list wins.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Conditions Logic<\/h3>\n\n\n\n<p>You can apply rules to <strong>All Requests<\/strong> or define specific <strong>Conditions<\/strong>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Logic:<\/strong> All conditions within a single rule follow <strong>and<\/strong> logic; they must <em>all<\/em> be met for the rule to trigger.<\/li>\n\n\n\n<li><strong>Types:<\/strong> Filter by Path, Country, IP Address, Cookie, User-Agent, and more .<\/li>\n\n\n\n<li><strong>Operators:<\/strong> Use flexible operators like &#8220;Equals,&#8221; &#8220;Starts with,&#8221; &#8220;In CIDR,&#8221; or &#8220;Regex&#8221; .<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Troubleshooting<\/h2>\n\n\n\n<p>If a rule is not behaving as expected, check the following:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Check Priority:<\/strong> Is a higher-priority rule intercepting the request?.<\/li>\n\n\n\n<li><strong>Verify Status:<\/strong> Ensure the rule is toggled to <strong>Active<\/strong>.<\/li>\n\n\n\n<li><strong>Test Conditions:<\/strong> Try disabling conditions temporarily to isolate if the logic is too restrictive.<\/li>\n\n\n\n<li><strong>Clear Caches:<\/strong> Changes usually apply quickly, but propagation can take a short time. Test in an Incognito window.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Web Rules is an advanced traffic control feature available on Elementor Hosting that allows you to define exactly how incoming HTTP requests to your website are handled. Running before WordPress or PHP even loads\u2014Web Rules offers a faster, more reliable, and plugin-free way to manage redirects, security, and headers. This ensures your site&#8217;s high performance [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_elementor_kustomer_id":[],"footnotes":""},"categories":[1490],"tags":[],"class_list":["post-166340","post","type-post","status-publish","format-standard","hentry","category-managing-your-hosted-website"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Manage Site Traffic with Web Rules | Elementor<\/title>\n<meta name=\"description\" content=\"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manage Site Traffic with Web Rules | Elementor\" \/>\n<meta property=\"og:description\" content=\"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/\" \/>\n<meta property=\"og:site_name\" content=\"Help\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-03T15:49:42+00:00\" \/>\n<meta name=\"author\" content=\"Cliff Churgin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Cliff Churgin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/\"},\"author\":{\"name\":\"Cliff Churgin\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/person\\\/c45726ca48a077e09198d78da3bc94d3\"},\"headline\":\"Manage Site Traffic with Web Rules\",\"datePublished\":\"2026-02-03T15:49:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/\"},\"wordCount\":666,\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1-select-the-site.png\",\"articleSection\":[\"Managing your hosted website\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/\",\"name\":\"Manage Site Traffic with Web Rules | Elementor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/1-select-the-site.png\",\"datePublished\":\"2026-02-03T15:49:42+00:00\",\"description\":\"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor's Knowledge Base. Get Elementor tips & more.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/manage-site-traffic-with-web-rules\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Help Center\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Manage your Hosting\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/hosting\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Managing your hosted website\",\"item\":\"https:\\\/\\\/elementor.com\\\/help\\\/hosting\\\/managing-your-hosted-website\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Manage Site Traffic with Web Rules\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#website\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elementor.com\\\/help\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#organization\",\"name\":\"Elementor\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"contentUrl\":\"https:\\\/\\\/elementor.com\\\/help\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/images.png\",\"width\":225,\"height\":225,\"caption\":\"Elementor\"},\"image\":{\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/elementor.com\\\/help\\\/#\\\/schema\\\/person\\\/c45726ca48a077e09198d78da3bc94d3\",\"name\":\"Cliff Churgin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g\",\"caption\":\"Cliff Churgin\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Manage Site Traffic with Web Rules | Elementor","description":"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor's Knowledge Base. Get Elementor tips & more.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/","og_locale":"en_US","og_type":"article","og_title":"Manage Site Traffic with Web Rules | Elementor","og_description":"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor's Knowledge Base. Get Elementor tips & more.","og_url":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/","og_site_name":"Help","article_published_time":"2026-02-03T15:49:42+00:00","author":"Cliff Churgin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Cliff Churgin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/"},"author":{"name":"Cliff Churgin","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/c45726ca48a077e09198d78da3bc94d3"},"headline":"Manage Site Traffic with Web Rules","datePublished":"2026-02-03T15:49:42+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/"},"wordCount":666,"publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"image":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/1-select-the-site.png","articleSection":["Managing your hosted website"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/","url":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/","name":"Manage Site Traffic with Web Rules | Elementor","isPartOf":{"@id":"https:\/\/elementor.com\/help\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#primaryimage"},"image":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#primaryimage"},"thumbnailUrl":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2026\/02\/1-select-the-site.png","datePublished":"2026-02-03T15:49:42+00:00","description":"Learn everything about Manage Site Traffic with Web Rules in this article from Elementor's Knowledge Base. Get Elementor tips & more.","breadcrumb":{"@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/help\/manage-site-traffic-with-web-rules\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Help Center","item":"https:\/\/elementor.com\/help\/"},{"@type":"ListItem","position":2,"name":"Manage your Hosting","item":"https:\/\/elementor.com\/help\/hosting\/"},{"@type":"ListItem","position":3,"name":"Managing your hosted website","item":"https:\/\/elementor.com\/help\/hosting\/managing-your-hosted-website\/"},{"@type":"ListItem","position":4,"name":"Manage Site Traffic with Web Rules"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/help\/#website","url":"https:\/\/elementor.com\/help\/","name":"Elementor","description":"","publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elementor.com\/help\/#organization","name":"Elementor","url":"https:\/\/elementor.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","contentUrl":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","width":225,"height":225,"caption":"Elementor"},"image":{"@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/c45726ca48a077e09198d78da3bc94d3","name":"Cliff Churgin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2957ab51166ce1ab4527af621d95bed3b7002ffaed172a69d8d0fb052d28c700?s=96&d=mm&r=g","caption":"Cliff Churgin"}}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/166340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/comments?post=166340"}],"version-history":[{"count":0,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/166340\/revisions"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/media?parent=166340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/categories?post=166340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/tags?post=166340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}