| Name | Type | Description | Notes |
|---|---|---|---|
| url | String | Page URL | |
| title | String | Page title | |
| description | String | Page description | [optional] |
| word_count | Integer | Page word count | [optional] |
require 'rankvectors'
instance = RankVectors::PageInfo.new(
url: https://example.com/page,
title: Page Title,
description: Page description,
word_count: 500
)