Meta Description
From UBot Studio
(Difference between revisions)
(Created page with "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 d...") |
(→Example) |
||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
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 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 [[ | + | $Meta Description is a [[Browser Functions|Browser Function]]. The function returns the meta description of an article in the browser. |
== Example == | == Example == | ||
− | <pre>set(# | + | <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> | ||
Line 12: | Line 13: | ||
Placing the meta description function into [[Set|set command]] sets the variable's value to the meta descriptions of the article within the browser. | Placing the meta description function into [[Set|set command]] sets the variable's value to the meta descriptions of the article within the browser. | ||
− | [[File: | + | |
+ | [[File:metdesc65.jpg]] |
Latest revision as of 16:24, 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.
[edit] 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.