{"id":563,"date":"2026-06-19T21:49:06","date_gmt":"2026-06-19T18:19:06","guid":{"rendered":"https:\/\/autoarsen.com\/?page_id=563"},"modified":"2026-06-19T21:49:27","modified_gmt":"2026-06-19T18:19:27","slug":"%d8%b5%d9%81%d8%ad%d9%87-404","status":"publish","type":"page","link":"https:\/\/autoarsen.com\/en\/%d8%b5%d9%81%d8%ad%d9%87-404\/","title":{"rendered":"\u0635\u0641\u062d\u0647 404"},"content":{"rendered":"<style>\r\n        \/* ===== 404 SECTION ===== *\/\r\n        .page-404 {\r\n          display: flex; flex-direction: column;\r\n          align-items: center; justify-content: center;\r\n          position: relative; overflow: hidden;\r\n          background: #0c0c0c;\r\n          padding: 120px 5% 80px;\r\n          text-align: center;\r\n        }\r\n        .page-404::before {\r\n          content: '';\r\n          position: absolute; inset: 0;\r\n          background:\r\n            radial-gradient(ellipse 80% 60% at 50% 0%, rgba(200,16,46,0.15) 0%, transparent 70%),\r\n            radial-gradient(ellipse 60% 50% at 80% 80%, rgba(200,16,46,0.08) 0%, transparent 60%);\r\n          pointer-events: none; z-index: 0;\r\n        }\r\n        .page-404::after {\r\n          content: '';\r\n          position: absolute; inset: 0;\r\n          background-image:\r\n            linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),\r\n            linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);\r\n          background-size: 60px 60px;\r\n          pointer-events: none; z-index: 0;\r\n          animation: gridMove 20s linear infinite;\r\n        }\r\n        @keyframes gridMove {\r\n          from { background-position: 0 0; }\r\n          to   { background-position: 60px 60px; }\r\n        }\r\n        .p404-inner {\r\n          position: relative; z-index: 2;\r\n          display: flex; flex-direction: column;\r\n          align-items: center; gap: 0;\r\n          max-width: 700px; width: 100%;\r\n        }\r\n\r\n        \/* number *\/\r\n        .p404-number {\r\n          font-size: clamp(6rem, 18vw, 14rem);\r\n          font-weight: 900; line-height: 1;\r\n          letter-spacing: -0.04em; color: transparent;\r\n          -webkit-text-stroke: 2px rgba(255,255,255,0.08);\r\n          position: relative; user-select: none;\r\n          animation: fadeInDown 0.8s ease 0.1s both;\r\n        }\r\n        .p404-number-fill {\r\n          position: absolute; inset: 0;\r\n          display: flex; align-items: center; justify-content: center;\r\n          font-size: clamp(6rem, 18vw, 14rem);\r\n          font-weight: 900; line-height: 1; letter-spacing: -0.04em;\r\n          background: linear-gradient(135deg, #fff 0%, rgba(255,255,255,0.25) 60%, transparent 100%);\r\n          -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;\r\n          animation: fadeInDown 0.8s ease 0.1s both;\r\n        }\r\n        .p404-accent-line {\r\n          width: 80px; height: 4px;\r\n          background: linear-gradient(90deg, var(--red), transparent);\r\n          border-radius: 4px; margin: 8px auto 32px;\r\n          animation: fadeIn 0.6s ease 0.4s both;\r\n        }\r\n\r\n        \/* car *\/\r\n        .p404-car-wrap {\r\n          position: relative; width: 320px; height: 120px;\r\n          margin-bottom: 40px;\r\n          animation: fadeInUp 0.8s ease 0.35s both;\r\n        }\r\n        .p404-road {\r\n          position: absolute; bottom: 0; left: 0; right: 0; height: 3px;\r\n          background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), rgba(200,16,46,0.4), rgba(255,255,255,0.15), transparent);\r\n          border-radius: 2px;\r\n        }\r\n        .p404-road::before {\r\n          content: ''; position: absolute; top: 50%; left: 10%; width: 80%; height: 1px;\r\n          background: repeating-linear-gradient(90deg, rgba(255,255,255,0.15) 0px, rgba(255,255,255,0.15) 20px, transparent 20px, transparent 40px);\r\n          transform: translateY(-50%);\r\n        }\r\n        .p404-car {\r\n          position: absolute; bottom: 6px; left: 50%;\r\n          transform: translateX(-50%);\r\n          animation: carDrive 3s ease-in-out infinite;\r\n        }\r\n        @keyframes carDrive {\r\n          0%,100% { transform: translateX(-50%) translateY(0); }\r\n          50%      { transform: translateX(-50%) translateY(-4px); }\r\n        }\r\n        .p404-car-shadow {\r\n          position: absolute; bottom: 2px; left: 50%; transform: translateX(-50%);\r\n          width: 130px; height: 12px;\r\n          background: radial-gradient(ellipse, rgba(200,16,46,0.25), transparent 70%);\r\n          filter: blur(4px);\r\n          animation: shadowPulse 3s ease-in-out infinite;\r\n        }\r\n        @keyframes shadowPulse {\r\n          0%,100% { opacity: 0.6; width: 130px; }\r\n          50%      { opacity: 0.3; width: 110px; }\r\n        }\r\n\r\n        \/* headline *\/\r\n        .p404-headline {\r\n          font-size: clamp(1.4rem, 3vw, 2.2rem);\r\n          font-weight: 800; color: #fff; margin-bottom: 36px;\r\n          animation: fadeInUp 0.8s ease 0.5s both;\r\n        }\r\n        .p404-headline span { color: var(--red); }\r\n\r\n        \/* CTA *\/\r\n        .p404-cta-row {\r\n          display: flex; align-items: center; justify-content: center;\r\n          gap: 14px; flex-wrap: wrap; margin-bottom: 60px;\r\n          animation: fadeInUp 0.8s ease 0.65s both;\r\n        }\r\n        .p404-btn-primary {\r\n          background: var(--red); color: #fff;\r\n          padding: 14px 32px; border-radius: 50px;\r\n          font-size: 0.95rem; font-weight: 700;\r\n          text-decoration: none; display: inline-flex; align-items: center; gap: 9px;\r\n          box-shadow: 0 8px 28px rgba(200,16,46,0.45);\r\n          transition: var(--transition); font-family: 'Kalameh', sans-serif;\r\n          position: relative; overflow: hidden;\r\n        }\r\n        .p404-btn-primary::before {\r\n          content: ''; position: absolute; inset: 0;\r\n          background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);\r\n          opacity: 0; transition: var(--transition);\r\n        }\r\n        .p404-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(200,16,46,0.55); color: white !important; }\r\n        .p404-btn-primary:hover::before { opacity: 1; }\r\n        .p404-btn-ghost {\r\n          background: rgba(255,255,255,0.06);\r\n          border: 1.5px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.75);\r\n          padding: 13px 26px; border-radius: 50px;\r\n          font-size: 0.95rem; font-weight: 600;\r\n          text-decoration: none; display: inline-flex; align-items: center; gap: 9px;\r\n          transition: var(--transition); font-family: 'Kalameh', sans-serif;\r\n          backdrop-filter: blur(8px);\r\n        }\r\n        .p404-btn-ghost:hover { border-color: rgba(255,255,255,0.4); color: #fff; transform: translateY(-3px); }\r\n\r\n        \/* quick links *\/\r\n        .p404-links-title {\r\n          font-size: 0.78rem; font-weight: 700;\r\n          color: rgba(255,255,255,0.3); letter-spacing: 2px;\r\n          text-transform: uppercase; margin-bottom: 20px;\r\n          animation: fadeInUp 0.7s ease 0.8s both;\r\n        }\r\n        .p404-quick-links {\r\n          display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;\r\n          animation: fadeInUp 0.7s ease 0.9s both;\r\n        }\r\n        .p404-quick-link {\r\n          display: inline-flex; align-items: center; gap: 7px;\r\n          padding: 9px 18px; border-radius: 50px;\r\n          border: 1px solid rgba(255,255,255,0.1);\r\n          color: rgba(255,255,255,0.6); font-size: 0.85rem; font-weight: 600;\r\n          text-decoration: none; transition: var(--transition);\r\n          font-family: 'Kalameh', sans-serif;\r\n          background: rgba(255,255,255,0.03);\r\n        }\r\n        .p404-quick-link:hover { border-color: var(--red); color: #fff; background: rgba(200,16,46,0.1); }\r\n        .p404-quick-link svg { flex-shrink: 0; }\r\n\r\n        \/* blobs *\/\r\n        .blob-404 {\r\n          position: absolute; border-radius: 50%;\r\n          pointer-events: none; z-index: 1; filter: blur(80px);\r\n        }\r\n        .blob-404-1 {\r\n          width: 500px; height: 500px; top: -150px; right: -150px;\r\n          background: rgba(200,16,46,0.08);\r\n          animation: blobFloat1 12s ease-in-out infinite;\r\n        }\r\n        .blob-404-2 {\r\n          width: 400px; height: 400px; bottom: -100px; left: -100px;\r\n          background: rgba(200,16,46,0.06);\r\n          animation: blobFloat2 9s ease-in-out infinite;\r\n        }\r\n        @keyframes blobFloat1 {\r\n          0%,100% { transform: translate(0,0) scale(1); }\r\n          50%      { transform: translate(30px,20px) scale(1.05); }\r\n        }\r\n        @keyframes blobFloat2 {\r\n          0%,100% { transform: translate(0,0) scale(1); }\r\n          50%      { transform: translate(-20px,30px) scale(1.07); }\r\n        }\r\n        @keyframes fadeInDown {\r\n          from { opacity: 0; transform: translateY(-30px); }\r\n          to   { opacity: 1; transform: translateY(0); }\r\n        }\r\n        @keyframes fadeInUp {\r\n          from { opacity: 0; transform: translateY(24px); }\r\n          to   { opacity: 1; transform: translateY(0); }\r\n        }\r\n        @keyframes fadeIn {\r\n          from { opacity: 0; } to { opacity: 1; }\r\n        }\r\n\r\n        \/* responsive *\/\r\n        @media (max-width: 768px) {\r\n          .p404-car-wrap { width: 240px; height: 90px; }\r\n        }\r\n        @media (max-width: 520px) {\r\n          .p404-cta-row { flex-direction: column; align-items: stretch; }\r\n          .p404-btn-primary, .p404-btn-ghost { justify-content: center; }\r\n          .p404-car-wrap { width: 200px; }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- ===== 404 MAIN ===== -->\r\n    <main class=\"page-404\" role=\"main\">\r\n\r\n      <div class=\"blob-404 blob-404-1\"><\/div>\r\n      <div class=\"blob-404 blob-404-2\"><\/div>\r\n\r\n      <div class=\"p404-inner\">\r\n\r\n        <!-- \u0639\u062f\u062f \u06f4\u06f0\u06f4 -->\r\n        <div style=\"position:relative; display:inline-block; line-height:1;\">\r\n          <div class=\"p404-number\">\u06f4\u06f0\u06f4<\/div>\r\n          <div class=\"p404-number-fill\">\u06f4\u06f0\u06f4<\/div>\r\n        <\/div>\r\n\r\n        <div class=\"p404-accent-line\"><\/div>\r\n\r\n        <!-- \u0645\u0627\u0634\u06cc\u0646 \u0645\u062a\u062d\u0631\u06a9 -->\r\n        <div class=\"p404-car-wrap\">\r\n          <div class=\"p404-car-shadow\"><\/div>\r\n          <div class=\"p404-car\">\r\n            <svg width=\"150\" height=\"72\" viewbox=\"0 0 150 72\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n              <rect x=\"10\" y=\"30\" width=\"130\" height=\"28\" rx=\"8\" fill=\"#1a1a1a\" stroke=\"rgba(255,255,255,0.08)\" stroke-width=\"1\"\/>\r\n              <path d=\"M38 30 L50 10 L100 10 L116 30 Z\" fill=\"#1e1e1e\" stroke=\"rgba(255,255,255,0.07)\" stroke-width=\"1\"\/>\r\n              <path d=\"M52 28 L58 13 L78 13 L78 28 Z\" fill=\"rgba(100,160,255,0.15)\" stroke=\"rgba(100,160,255,0.25)\" stroke-width=\"1\"\/>\r\n              <path d=\"M82 28 L82 13 L98 13 L108 28 Z\" fill=\"rgba(100,160,255,0.15)\" stroke=\"rgba(100,160,255,0.25)\" stroke-width=\"1\"\/>\r\n              <ellipse cx=\"136\" cy=\"40\" rx=\"6\" ry=\"5\" fill=\"rgba(255,240,150,0.15)\" stroke=\"rgba(255,240,150,0.4)\" stroke-width=\"1\"\/>\r\n              <ellipse cx=\"136\" cy=\"40\" rx=\"3\" ry=\"2.5\" fill=\"rgba(255,240,150,0.6)\"\/>\r\n              <path d=\"M142 37 L162 30 M142 40 L165 40 M142 43 L162 50\" stroke=\"rgba(255,240,150,0.12)\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\r\n              <ellipse cx=\"14\" cy=\"40\" rx=\"5\" ry=\"4\" fill=\"rgba(200,16,46,0.3)\" stroke=\"rgba(200,16,46,0.6)\" stroke-width=\"1\"\/>\r\n              <ellipse cx=\"14\" cy=\"40\" rx=\"2.5\" ry=\"2\" fill=\"rgba(200,16,46,0.8)\"\/>\r\n              <circle cx=\"40\" cy=\"58\" r=\"12\" fill=\"#111\" stroke=\"rgba(255,255,255,0.15)\" stroke-width=\"1.5\"\/>\r\n              <circle cx=\"40\" cy=\"58\" r=\"7\" fill=\"#1a1a1a\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"\/>\r\n              <circle cx=\"40\" cy=\"58\" r=\"2.5\" fill=\"rgba(200,16,46,0.7)\"\/>\r\n              <circle cx=\"110\" cy=\"58\" r=\"12\" fill=\"#111\" stroke=\"rgba(255,255,255,0.15)\" stroke-width=\"1.5\"\/>\r\n              <circle cx=\"110\" cy=\"58\" r=\"7\" fill=\"#1a1a1a\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"1\"\/>\r\n              <circle cx=\"110\" cy=\"58\" r=\"2.5\" fill=\"rgba(200,16,46,0.7)\"\/>\r\n              <rect x=\"10\" y=\"38\" width=\"130\" height=\"3\" rx=\"1.5\" fill=\"rgba(200,16,46,0.4)\"\/>\r\n            <\/svg>\r\n          <\/div>\r\n          <div class=\"p404-road\"><\/div>\r\n        <\/div>\r\n\r\n        <!-- \u062a\u06cc\u062a\u0631 -->\r\n        <h1 class=\"p404-headline translation-block\">The page you were looking for <span> does not exist<\/span><\/h1>\r\n\r\n        <!-- \u062f\u06a9\u0645\u0647\u200c\u0647\u0627 -->\r\n        <div class=\"p404-cta-row\">\r\n          <a href=\"https:\/\/autoarsen.com\/en\/\" class=\"p404-btn-primary\">\r\n            <svg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M3 10.5L12 3l9 7.5V20a1 1 0 01-1 1H4a1 1 0 01-1-1v-9.5z\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><path d=\"M9 21v-6h6v6\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\r\n            Back to Home\r\n          <\/a>\r\n          <a href=\"https:\/\/wa.me\/995000000000\" class=\"p404-btn-ghost\" target=\"_blank\" rel=\"noopener noreferrer\">\r\n            <svg width=\"17\" height=\"17\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.38 8.38 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\r\n            Consulting\r\n          <\/a>\r\n        <\/div>\r\n\r\n        <!-- \u0644\u06cc\u0646\u06a9\u200c\u0647\u0627\u06cc \u0633\u0631\u06cc\u0639 -->\r\n        <p class=\"p404-links-title\">Or go to these pages<\/p>\r\n        <div class=\"p404-quick-links\">\r\n          <a href=\"https:\/\/autoarsen.com\/en\/services\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><path d=\"M19.07 4.93a10 10 0 010 14.14M4.93 4.93a10 10 0 000 14.14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><\/svg>\r\n            Services\r\n          <\/a>\r\n          <a href=\"https:\/\/autoarsen.com\/en\/portfolio\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 17h16M5 17l1.5-5h11L19 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><circle cx=\"7.5\" cy=\"19.5\" r=\"1.5\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><circle cx=\"16.5\" cy=\"19.5\" r=\"1.5\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><\/svg>\r\n            Portfolio\r\n          <\/a>\r\n          <a href=\"https:\/\/autoarsen.com\/en\/about\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"8\" r=\"4\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><path d=\"M4 20c0-4 3.6-7 8-7s8 3 8 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><\/svg>\r\n            About Us\r\n          <\/a>\r\n          <a href=\"https:\/\/autoarsen.com\/en\/blog\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><polyline points=\"14 2 14 8 20 8\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/polyline><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line><\/svg>\r\n            Blog\r\n          <\/a>\r\n          <a href=\"https:\/\/autoarsen.com\/en\/contact\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z\" stroke=\"currentColor\" stroke-width=\"2\"><\/path><circle cx=\"12\" cy=\"10\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><\/svg>\r\n            Contact Us\r\n          <\/a>\r\n          <a href=\"https:\/\/autoarsen.com\/en\/faq\" class=\"p404-quick-link\">\r\n            <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2\"><\/circle><path d=\"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path><line x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line><\/svg>\r\n            FAQ\r\n          <\/a>\r\n        <\/div>\r\n\r\n      <\/div>\r\n\r\n    <\/main>","protected":false},"excerpt":{"rendered":"\u06f4\u06f0\u06f4 \u06f4\u06f0\u06f4 \u0635\u0641\u062d\u0647\u200c\u0627\u06cc \u06a9\u0647 \u062f\u0646\u0628\u0627\u0644\u0634 \u0628\u0648\u062f\u06cc\u062f \u0645\u0648\u062c\u0648\u062f \u0646\u06cc\u0633\u062a \u0628\u0627\u0632\u06af\u0634\u062a \u0628\u0647 \u0635\u0641\u062d\u0647 \u0627\u0635\u0644\u06cc \u0645\u0634\u0627\u0648\u0631\u0647 \u0641\u0648\u0631\u06cc \u06cc\u0627 \u0628\u0647 \u0627\u06cc\u0646 \u0635\u0641\u062d\u0627\u062a \u0628\u0631\u0648\u06cc\u062f \u062e\u062f\u0645\u0627\u062a \u0646\u0645\u0648\u0646\u0647 \u06a9\u0627\u0631 \u062f\u0631\u0628\u0627\u0631\u0647 \u0645\u0627 \u0628\u0644\u0627\u06af \u062a\u0645\u0627\u0633 \u0628\u0627 \u0645\u0627 \u0633\u0648\u0627\u0644\u0627\u062a \u0645\u062a\u062f\u0627\u0648\u0644","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-563","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/pages\/563","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/comments?post=563"}],"version-history":[{"count":2,"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/pages\/563\/revisions"}],"predecessor-version":[{"id":565,"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/pages\/563\/revisions\/565"}],"wp:attachment":[{"href":"https:\/\/autoarsen.com\/en\/wp-json\/wp\/v2\/media?parent=563"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}