OgTags
The OgTags
class represents Open Graph tags. It contains information about the tag's description, image URL, title, and URL. Below are the details of the OgTags
model:
Properties
Variable | Type | Description | Optional |
---|---|---|---|
description | String | The description of the content. | ✓ |
image | String | The URL of the image associated with the content. | ✓ |
title | String | The title of the content. | ✓ |
url | String | The URL of the content. | ✓ |