Readability.title

You're seeing just the function title, go back to Readability module for more information.
Link to this function

title(raw_html)

Specs

title(binary() | html_tree()) :: binary()

Extract title

Example

iex> title = Readability.title(html_str)
"Some title in html"