The crawlable Element"

From Documentation
m (Created page with '{{ZKConfigurationReferencePageHeader}} =Version History= {{LastUpdated}} {| border='1px' | width="100%" ! Version !! Date !! Content |- |   |   |   |} {{ZKConfig…')
 
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<crawlable>true|'''false'''</crawlable>
 +
 +
[Default: false (disabled)]
 +
[Since 5.0.0]
 +
 +
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.
 +
<source lang="xml">
 +
<system-config>
 +
  <crawlable>true</crawlable>
 +
</system-config></source>
  
 
=Version History=
 
=Version History=

Revision as of 15:20, 4 December 2010


Syntax:

<crawlable>true|false</crawlable>
[Default: false (disabled)]
[Since 5.0.0]

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.

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

Version History

Last Update : 2010/12/04


Version Date Content
     



Last Update : 2010/12/04

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