Linux 软件免费装
Banner图

JSM's Google OFF for Preformatted Content

开发者 jsmoriss
更新时间 2020年4月5日 02:53
PHP版本: 5.6 及以上
版权: GPLv3
版权网址: 版权信息

标签

google textarea exclude crawler noindex preformatted googleoff googleon nosnippet

下载

1.0.0

详情介绍:

Add googleoff/googleon HTML comment tags before/after preformatted content and textarea HTML tags — ie. includes both the <pre></pre> and <textarea></textarea> HTML tags. This is especially useful to fix "syntax highlighting" plugins that substitute preformatted HTML tags by textareas. ;-) The plugin uses a PHP output buffer — instead of WordPress content, excerpt, and comment filters — to prevent caching and HTML optimizing plugins from removing the googleoff/googleon HTML comments. Example: <!-- googleoff: all --> <textarea> Excluded content from the Google index. </textarea> <!-- googleon: all --> There are no plugin settings — simply install and activate the plugin. See Google's Preparing for a Crawl document for more info about googleoff/googleon:
Excluding Unwanted Text from the Index There may be Web pages that you want to suppress from search results when users search on certain words or phrases. For example, if a Web page consists of the text "the user conference page will be completed as soon as Jim returns from medical leave", you might not want this page to appear in the results of a search on the terms "user conference". You can prevent this content from being indexed by using googleoff/googleon tags. By embedding googleon/googleoff tags with their flags in HTML documents, you can disable:
  • The indexing of a word or portion of a Web page.
  • The indexing of anchor text.
  • The use of text to create a snippet in search results.

安装:

Automated Install
  1. Go to the wp-admin/ section of your website.
  2. Select the Plugins menu item.
  3. Select the Add New sub-menu item.
  4. In the Search box, enter the plugin name.
  5. Click the Search Plugins button.
  6. Click the Install Now link for the plugin.
  7. Click the Activate Plugin link.
Semi-Automated Install
  1. Download the plugin ZIP file.
  2. Go to the wp-admin/ section of your website.
  3. Select the Plugins menu item.
  4. Select the Add New sub-menu item.
  5. Click on Upload link (just under the Install Plugins page title).
  6. Click the Browse... button.
  7. Navigate your local folders / directories and choose the ZIP file you downloaded previously.
  8. Click on the Install Now button.
  9. Click the Activate Plugin link.

升级注意事项:

1.0.0 (2018/07/02) Initial release.

更新日志:

Version Numbering Version components: {major}.{minor}.{bugfix}[-{stage}.{level}] Repositories Changelog / Release Notes Version 1.0.0 (2018/07/02)