Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kitahashiryoichi/38f448ef83e5ac52a6fa58e5f16579ca to your computer and use it in GitHub Desktop.
Save kitahashiryoichi/38f448ef83e5ac52a6fa58e5f16579ca to your computer and use it in GitHub Desktop.
<script type="text/javascript">// <![CDATA[
var doc = document;
var head = doc.getElementsByTagName("head")[0];
var meta = doc.createElement("meta");
meta.setAttribute("name","robots");
meta.setAttribute("content","nofollow,noindex,noarchive");
head.appendChild(meta);
var moveToUrl = "ここに移動先のURLを入れてください";
document.querySelector("link[rel=canonical]").setAttribute("href", moveToUrl);
// ]]></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment