Keyword Density

=KeywordDensity(Url, MinConsecutiveWords,
 MinWordLenght, minOccurrences) : array

Results from KeywordDensity function inside Excel


Purpose

Returns an array with information about the density of keywords on a specific Url.

Dump

Use the Dump Function to list an array of all keywords matching the criteria of the Keyword Density function. The picture above illustrates this method using the following formula:

 =Dump(KeywordDensity("https://www.seotoolsforexcel.com",2,5,2))

MinConsecutiveWords

Determines the minimum number of consecutive words a keyword should consist of.
Minimum consecutive words


MinwordLength

Determines the minimum number of characters a keyword should consist of.
Minimum word length


MinOccurances

Determines the minimum number of times a keyword should appear on a website.
Minimum occurances


See

Related Functions


Get help with this function in the community →