2020年1月6日 星期一

如何把Google Blogger部落格網外轉址(How to redirect your URL?)

Direct my another blogger https://semifeather.blogspot.com/ to https://huang987.blogspot.com/

To modify the blogger theme html source code:

Method 1:
<!-- Redirect URL start -->
    <meta http-equiv="refresh" content="0; url=https://huang987.blogspot.com" />
    <link rel="canonical" href="https://huang987.blogspot.com" />
<!-- Redirect URL end -->
Method 2:
<script>document.location.href="http://newurl.com";</script>

參考來源:http://formatmysourcecode.blogspot.com/

沒有留言:

熱門文章