📄 nofollow.tmpl
字号:
<TMPL_INCLUDE NAME="header.tmpl">
<!-- Begin main content -->
<div id="cfg-prefs">
<TMPL_IF NAME=MESSAGE>
<p class="message"><TMPL_VAR NAME=MESSAGE></p>
</TMPL_IF>
<p>
This plugin automatically inserts rel="nofollow" into all <code>A</code> tags (hyperlinks) appearing in comments and TrackBacks. It can also be used as a global filter on any Movable Type tag to have the same effect.
</p>
<p>
When your links are rewritten to include rel="nofollow", search engines will ignore the link for spidering and calculating page relevance and search rankings.
</p>
<p>
For more details, see the "Introduction to Nofollow".
</p>
<form method="post" action="<TMPL_VAR NAME=SCRIPT_URL>">
<input type="hidden" name="__mode" value="save" />
<input type="hidden" name="magic_token" value="<TMPL_VAR NAME=MAGIC_TOKEN>" />
<h3>Nofollow Options</h3>
<div class="field">
<p>
<input value="1" type="checkbox" name="nofollow_enabled" id="nofollow_enabled" <TMPL_IF NAME=NOFOLLOW_ENABLED>checked="checked"</TMPL_IF> /><label for="nofollow_enabled">Enable Plugin</label>
</p>
</div>
<div class="field">
<p>
<input value="1" type="checkbox" name="follow_auth_links" id="follow_auth_links" <TMPL_IF NAME=FOLLOW_AUTH_LINKS>checked="checked"</TMPL_IF> /><label for="follow_auth_links">Don't add nofollow to links in comments by authenticated commenters</label>
</p>
</div>
<p>
<input type="submit" value="Update" />
</p>
</form>
</div>
<TMPL_INCLUDE NAME="footer.tmpl">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -