Meta Description
From UBot Studio
(Difference between revisions)
(→Example) |
|||
Line 6: | Line 6: | ||
== Example == | == Example == | ||
− | <pre>set(#mtdesc,$meta description,"Global") | + | <pre>navigate("http://www.thekitchn.com/13-small-yet-mighty-kitchen-tools-we-cant-live-without-238522","Wait") |
+ | set(#mtdesc,$meta description,"Global") | ||
</pre> | </pre> | ||
Revision as of 16:23, 28 December 2016
Meta descriptions are how websites are listed in search engine results. The meta description can be fetched only if there are meta descriptions on the article or the webpage displayed in the browser.
$Meta Description is a Browser Function. The function returns the meta description of an article in the browser.
Example
navigate("http://www.thekitchn.com/13-small-yet-mighty-kitchen-tools-we-cant-live-without-238522","Wait") set(#mtdesc,$meta description,"Global")
Placing the meta description function into set command sets the variable's value to the meta descriptions of the article within the browser.