The crawlable Element"

From Documentation
m (Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<crawlable>true|'''false'''</crawlable>
 +
 +
[Default: false (disabled)]
 +
[Since 5.0.0]
 +
{{ZK EE}}
 +
 +
You are not able to specify whether content is crawlable, this works by generating tags within your content where content only exists in the form of Javascript. This allows your content to be crawled by Google and is similar to how the client-centric frameworks behave. However, there is a performance penalty so this option is disabled by default. You can enable it by using the example below. 
 +
 +
'''Suggestion''' : If your website is used by external users, turn this on for better Search Engine Optimization (SEO).
 +
<source lang="xml">
 +
<system-config>
 +
  <crawlable>true</crawlable>
 +
</system-config></source>
  
 
=Version History=
 
=Version History=

Latest revision as of 01:48, 5 December 2013


Syntax:

<crawlable>true|false</crawlable>
[Default: false (disabled)]
[Since 5.0.0]
  • Available for ZK:
  • http://www.zkoss.org/product/zkhttp://www.zkoss.org/whyzk/zkeeVersion ee.png

You are not able to specify whether content is crawlable, this works by generating tags within your content where content only exists in the form of Javascript. This allows your content to be crawled by Google and is similar to how the client-centric frameworks behave. However, there is a performance penalty so this option is disabled by default. You can enable it by using the example below.

Suggestion : If your website is used by external users, turn this on for better Search Engine Optimization (SEO).

<system-config>
   <crawlable>true</crawlable>
</system-config>

Version History

Last Update : 2013/12/05


Version Date Content
     



Last Update : 2013/12/05

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.