IANA site</a> and <a href=https://schema.org/"https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types">MDN reference</a>) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).<br/><br/> In cases where a <a class="localLink" href=https://schema.org/"/CreativeWork">CreativeWork has several media type representations, <a class="localLink" href=https://schema.org/"/encoding">encoding can be used to indicate each <a class="localLink" href=https://schema.org/"/MediaObject">MediaObject alongside particular <a class="localLink" href=https://schema.org/"/encodingFormat">encodingFormat information.<br/><br/> Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry." />
Note: you are viewing the development version of Schema.org. See How we work for more details.

encodingFormat

A Schema.org Property
Media type typically expressed using a MIME format (see IANA site and MDN reference) e.g. application/zip for a SoftwareApplication binary, audio/mpeg for .mp3 etc.).

In cases where a CreativeWork has several media type representations, encoding can be used to indicate each MediaObject alongside particular encodingFormat information.

Unregistered or niche encoding and file formats can be indicated instead via the most appropriate URL, e.g. defining Web page or a Wikipedia/Wikidata entry.
Values expected to be one of these types
Text
URL
Used on these types
CreativeWork
MediaObject
Supersedes
fileFormat
Examples

Example 1
Copied
Example notes or example HTML without markup.
<b>12oclock_girona.mp3</b>
Total Time: 0m:15s - Recorded on a terrace of Girona a sunday morning
composed by Roger

 <script type="text/javascript">
var fo = new FlashObject("http://google.com/flash/preview-player.swf", "flashPlayer_719", "358", "16", "6", "#FFFFFF");fo.addVariable("url", "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");fo.addVariable("autostart", "0");fo.write("flashcontent_719");
</script>
Example encoded as Microdata embedded in HTML.
<div itemscope itemtype="https://schema.org/AudioObject">
  <span itemprop="name"><b>12oclock_girona.mp3</b></span>

<script type="text/javascript">
  var fo = new FlashObject("http://google.com/flash/preview-player.swf",
  "flashPlayer_719", "358", "16", "6", "#FFFFFF");fo.addVariable("url","http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");fo.addVariable("autostart", "0");fo.write("flashcontent_719");
</script>

<meta itemprop="encodingFormat" content="audio/mpeg" />
 <meta itemprop="contentUrl" content="http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3" />

<span class="description">
      <meta itemprop="duration" content="T0M15S" />
      <span itemprop="description">Recorded on a terrace of Girona a sunday morning</span>
</span>
</div>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="AudioObject">
  <span property="name"><b>12oclock_girona.mp3</b></span>

<script type="text/javascript">
  var fo = new FlashObject("http://google.com/flash/preview-player.swf",
  "flashPlayer_719", "358", "16", "6", "#FFFFFF");fo.addVariable("url","http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3");fo.addVariable("autostart", "0");fo.write("flashcontent_719");
</script>

<meta property="encodingFormat" content="audio/mpeg" />
 <meta property="contentUrl" content="http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3" />

<span class="description">
      <meta property="duration" content="T0M15S" />
      <span property="description">Recorded on a terrace of Girona a sunday morning</span>
</span>
</div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "AudioObject",
  "contentUrl": "http://media.freesound.org/data/0/previews/719__elmomo__12oclock_girona_preview.mp3",
  "description": "Recorded on a terrace of Girona a sunday morning",
  "duration": "T0M15S",
  "encodingFormat": "audio/mpeg",
  "name": "12oclock_girona.mp3"
}
</script>
Structured representation of the JSON-LD example.
Example 2
Copied
Example notes or example HTML without markup.
<img src="png"
  alt="standards. toothbrushes. don't ask" longdesc="927desc.html">
Example encoded as Microdata embedded in HTML.
<figure itemscope itemtype="https://schema.org/CreativeWork">
 <meta itemprop="accessibilityFeature" content="textAlternative">
 <meta itemprop="accessibilityFeature" content="longDescription">
 <meta itemprop="accessibilityHazard" content="noFlashingHazard">
 <meta itemprop="accessibilityHazard" content="noMotionSimulationHazard">
 <meta itemprop="encodingFormat" content="image/png">
<img src="png"
  alt="standards. toothbrushes. don't ask" longdesc="927desc.html">
</figure>
Example encoded as RDFa embedded in HTML.
<figure vocab="https://schema.org/" typeof="CreativeWork">
 <meta property="accessibilityFeature" content="textAlternative">
 <meta property="accessibilityFeature" content="longDescription">
 <meta property="accessibilityHazard" content="noFlashingHazard">
 <meta property="accessibilityHazard" content="noMotionSimulationHazard">
 <meta property="encodingFormat" content="image/png">
<img src="png"
  alt="standards. toothbrushes. don't ask" longdesc="927desc.html">
</figure>
Example encoded as JSON-LD in a HTML script tag.
No Json example available
Structured representation of the JSON-LD example.
Example 3
Copied
Example notes or example HTML without markup.
[A basic presentation in HTML]
Example encoded as Microdata embedded in HTML.
<main itemscope itemtype="https://schema.org/CreativeWork">
   <meta itemprop="accessibilityHazard" content="FlashingHazard"/>
   <meta itemprop="accessibilityHazard" content="noMotionSimulationHazard"/>
   <meta itemprop="accessibilityHazard" content="noSoundHazard"/>
   <meta itemprop="accessibilityFeature" content="longDescription"/>
   <meta itemprop="accessibilityFeature" content="alternativeText"/>
   <meta itemprop="encodingFormat" content="text/html"/>
   <meta itemprop="encodingFormat" content="image/png"/>
   <meta itemprop="encodingFormat" content="text/css"/>
   <meta itemprop="encodingFormat" content="text/javascript"/>
   <meta itemprop="accessibilityAPI" content="ARIA"/>
   <meta itemprop="accessibilityAPI" content="UIA"/>
   <meta itemprop="accessibilityControl" content="fullKeyboardControl"/>
   <meta itemprop="accessibilityControl" content="fullKeyboardControl"/>
   <meta itemprop="accessibilityControl" content="fullKeyboardControl"/>
   <meta itemprop="accessibilityControl" content="fullMouseControl"/>
 <!--...slide content...-->
</main>
Example encoded as RDFa embedded in HTML.
<div vocab="https://schema.org/" typeof="CreativeWork">
   <meta property="accessibilityHazard" content="FlashingHazard"/>
   <meta property="accessibilityHazard" content="noMotionSimulationHazard"/>
   <meta property="accessibilityHazard" content="noSoundHazard"/>
   <meta property="accessibilityFeature" content="longDescription"/>
   <meta property="accessibilityFeature" content="alternativeText"/>
   <meta property="encodingFormat" content="text/html"/>
   <meta property="encodingFormat" content="image/png"/>
   <meta property="encodingFormat" content="text/css"/>
   <meta property="encodingFormat" content="text/javascript"/>
   <meta property="accessibilityAPI" content="ARIA"/>
   <meta property="accessibilityAPI" content="UIA"/>
   <meta property="accessibilityControl" content="fullKeyboardControl"/>
   <meta property="accessibilityControl" content="fullKeyboardControl"/>
   <meta property="accessibilityControl" content="fullKeyboardControl"/>
   <meta property="accessibilityControl" content="fullMouseControl"/>
 <!--...slide content...-->
</div>
Example encoded as JSON-LD in a HTML script tag.
<script type="application/ld+json"> {
 "@context" :  "https://schema.org/" ,
 "@type" : "CreativeWork" ,
 "accessibilityHazard" :  [
        "FlashingHazard" , "noSoundHazard" ,
        "noMotionSimulationHazard" ] ,

 "accessibilityFeature" : [
        "alternativeText" , "longDescription" ] ,

 "encodingFormat" : [
        "text/html" , "image/png" ,
        "text/javascript" , "text/css" ] ,

 "accessibilityAPI" : [
        "ARIA" , "UIA" ],
 "accessibilityControl" : [
        "fullKeyboardControl" , "fullTouchControl" ,
        "fullVoiceControl" , "fullMouseControl" ]
} </script>
Structured representation of the JSON-LD example.
n="center"> SIGN UP!!! CLICK HERE TO GET 52 BOOKS FREE!!

SIGN UP!! FOR BOOKS AND REGULAR ARTICLES

https://againstsatanism.com/Prices.htm

 

HOW TO DEFEAT SATANISM AND LUCIFERIANISM AND BOOST YOUR EVOLUTION THROUGH ENERGY ENHANCEMENT MEDITATION

"I have experience of many forms of meditation and practices for self improvement including: Transcendental meditation (TM) 12 years, Kriya Yoga 9 years, Sushila Buddhi Dharma (SUBUD) 7 years, and more recently the Sedona Method and the Course in Miracles.

The Energy Enhancement programme encapsulates and expands all of these systems, it is complete and no questions are left unanswered."

Jean, NUCLEAR ENGINEER

 

Energy Enhancement Level 0 Super Chi Prana, Power, Strength, Immortality

https://www.energyenhancement.org/LEVEL-Energy-Enhancement-Super-Chi-Immortality-Prana-Meditation-Course.htm

Energy Enhancement Meditation LEVEL 1 Immortality - Activate the Antahkarana! Gain Infinite Energy from the Chakras above the Head - Power UP!! Open Your Third Eye, Gain Super Samadhi Kundalini Alchemical VITRIOL Energy. Ground All Negative Energies. Access Quantum Immortality

https://www.energyenhancement.org/Level1.htm

Energy Enhancement Meditation LEVEL 2 - The Energy Enhancement Seven Step Process to Totally Remove Energy Blockages, Totally Remove All Problems, Totally Remove Negative Emotions, Heal Your DNA, Remove your Karma - OPEN YOUR LIFE!!

https://www.energyenhancement.org/Level2.htm

Energy Enhancement Meditation LEVEL 3 - Eliminate even Deeper Energy Blockages - The Removal of Strategies. Quantum Integration. The Karma Cleaning Process to Totally Eliminate All Your Karma, all your Trauma, all your Energy Blockages from All your Past Lifetimes!!

https://www.energyenhancement.org/Level3.htm

Energy Enhancement Meditation LEVEL 4 - Stop the Suck!! Heal All your Relationships!! Find Your Twin Flame!! MASTER ENERGY CONNECTIONS AND RELATIONSHIPS

https://www.energyenhancement.org/Level4.htm

 

OUR SPECIAL MEDITATION REVOLUTION OFFER!!

WE HAVE THE TECHNOLOGY

WE CAN REMOVE YOUR ENERGY BLOCKAGES, ENTITIES AND DEMONS

WE CAN RE-BUILD YOU..