The crawlable Element"

From Documentation
m
 
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
  [Default: false (disabled)]
 
  [Default: false (disabled)]
 
  [Since 5.0.0]
 
  [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.   
 
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 for external users, for better Search Engine Optimization (SEO) , turn this on.
+
'''Suggestion''' : If your website is used by external users, turn this on for better Search Engine Optimization (SEO).
 
<source lang="xml">
 
<source lang="xml">
 
<system-config>
 
<system-config>

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.