Meta Keywords
From UBot Studio
(Difference between revisions)
(Created page with "$Meta Keywords is a Document Function. The function returns the current meta keywords on the article in the browser. The meta keywords can be fetched o...") |
|||
Line 1: | Line 1: | ||
− | $Meta Keywords is a [[ | + | $Meta Keywords is a [[Data Functions|Data Function]]. The function returns the current 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. | The meta keywords can be fetched only if there are meta keywords on the article or the webpage displayed in the browser. |
Revision as of 16:59, 11 April 2013
$Meta Keywords is a Data Function. The function returns the current 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.
Example
set(#url, $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.