-
ارسل لنا عبر البريد الإلكتروني
الرجاء اختيار موضوع من القائمة أدناه
حاليًا ، لا يمكنك إضافة أو حفظ عنوان إلى حسابك. سوف تحتاج إلى إدخال هذا في الخروج. ومع ذلك ، يمكنك حفظ اسمك وعنوان بريدك الإلكتروني ..
(function() { var url = window.location.href; var robotsTag = document.createElement("meta"); robotsTag.name = "robots"; if (url.indexOf("query=") !== -1 || url.indexOf("pageSize=") !== -1 || url.indexOf("?") !== -1) { robotsTag.content = "noindex, follow"; console.log("Dynamic page detected"); } else { robotsTag.content = "index, follow"; console.log("Static page detected"); } document.head.appendChild(robotsTag); })();