Blog Post Object

{
  "id": "2f695e51168b489faa0ffb95295fd4ce",
  "path": "designer-gutters/6-seamless-steel-gutters-in-hugo-mn",
  "status": "PUBLISHED",
  "creation_date": "2024-07-17T14:46:00",
  "publish_date": "2024-07-17T14:46:00",
  "title": "6″ Seamless Steel Gutters in Hugo MN",
  "author_name": "chuck",
  "meta_title": null,
  "description": "The modern design of the ABC Seamless Gutter System blends in with the fascia on your home. Working hard, while looking great!",
  "tags": [],
  "no_index": false,
  "main_image": {
    "url": String,
  },
  "thumbnail": {
    "url": String, 
  }
}

Property

Description

id string

The unique id of the blog post.

path
string

The path for the blog post.

status
string

Can be PUBLISHED or UNPUBLISHED.

creation_date
string

The time that the blog post was created.

published_date
string

The time that the blog post was published.

title
string

The title of the blog post.

author_name
string

The name of the author of the blog post.

meta_title
string

The meta title of the blog post.

description
string

The description for the blog post.

tags
array of strings

The tags associated with the blog post.

no_index
boolean

Sets whether to noindex the blog post or not.

main_image
object

Object containing a url property pointing to the main image of the post.

thumbnail
object

Object containing a url property pointing to the thumbnail of the main image of the post.