[{
"Image": {
"Src": "https://yoursite.com/images/picture.jpg",
"Width": 1500,
"Height": 844,
"Alt": "Alt text",
"Caption": "Caption text",
"Description": "Image description text"
}
}]
This object structure is used in widgets to declare images.
Image file URL.
Image width in px.
Must match the true width of the image linked in Src param.
Image height in px.
Must match the true height of the image linked in Src param.
Short text describing the image. Used in search engines.
Short caption text.
Can be placed over or below the image.
Long image description.
Can be placed over or below the image.
[{
"Author": [{
"Name": "John Doe",
"Url": "https://yoursite.com/author/page/",
"Description": "Author description text",
"Image": {
"Src": "https://yoursite.com/images/author/avatar.jpg",
"Width": 100,
"Height": 100,
"Alt": "Alt text",
}
},{
"Name": "John Doe 2",
"Url": "https://yoursite.com/author/page/",
"Description": "Author description text",
"Image": {
"Src": "https://yoursite.com/images/author/avatar.jpg",
"Width": 100,
"Height": 100,
"Alt": "Alt text",
}
}]
}]
Author name, text string.
Link to the author page (e.g. a list of all articles by this author).
Short text about author.
Standard Image object structure to provide author avatar.