View Source SEO.OpenGraph.Audio (SEO v0.1.11)
Data describing an audio file.
Summary
Functions
The og:audio
property has some optional structured properties
Attributes
content
(:any
) - Defaults tonil
.
Types
Functions
@spec build(SEO.attrs(), SEO.config()) :: t() | nil
The og:audio
property has some optional structured properties:
:url
- The url with metadata that describes the audio.:secure_url
- An alternate url to use if the webpage requires HTTPS.:type
- A MIME type for this audio, eg,"audio/mpeg"
.
Attributes
content
(:any
) - Defaults tonil
.