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