The term “content type” changes meaning depending on whether you are talking about web development, content management systems (CMS), or digital marketing. 1. Web Development (HTTP & MIME Types)
In web development, a content type (officially known as a MIME type or Media type) is a standardized label used by internet protocols to identify the format of a transmitted file. It is sent via the Content-Type header in HTTP communication so that web browsers know how to render or process data. It follows a type/subtype format: text/html: Signals a standard webpage. application/json: Used to deliver structured data for APIs. image/png or image/jpeg: Indicates an image asset. audio/mpeg or video/mp4: Used for streaming media. 2. Content Management Systems (CMS & SharePoint) Content-Type header – HTTP – MDN Web Docs – Mozilla
Leave a Reply