Keyword Density
=KeywordDensity(Url, MinConsecutiveWords,
MinWordLenght, minOccurrences) : array
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.
MinwordLength
Determines the minimum number of characters a keyword should consist of.
MinOccurances
Determines the minimum number of times a keyword should appear on a website.
Get help with this function in the community →