Meta Keywords
From UBot Studio
(Difference between revisions)
Line 6: | Line 6: | ||
== Example == | == Example == | ||
− | <pre>set(# | + | <pre>set(#metdesc, $meta keywords, "Global")</pre> |
Placing the meta keywords function into [[Set|set command]] sets the variable's value to the meta keywords of the article within the browser. | Placing the meta keywords function into [[Set|set command]] sets the variable's value to the meta keywords of the article within the browser. | ||
− | |||
− | |||
− |
Latest revision as of 16:53, 28 December 2016
$Meta Keywords is a Data Function. The function returns the meta keywords on the article in the browser.
The meta keywords can be fetched only if there are meta keywords on the article or the webpage displayed in the browser.
[edit] Example
set(#metdesc, $meta keywords, "Global")
Placing the meta keywords function into set command sets the variable's value to the meta keywords of the article within the browser.