The term “content type” changes meaning depending on whether you are talking about web development, content management systems, or digital marketing. 1. Web Development & Networking (HTTP / MIME Types)
In web development, a content type (officially known as a MIME type or Media Type) is a two-part identifier sent in HTTP headers. It tells browsers exactly what kind of file a server is delivering so the browser can display it correctly. The Structure: It follows a type/subtype format. Common Examples: text/html: Webpages application/json: Structured data used by APIs image/png or image/jpeg: Visual graphics audio/mpeg: MP3 audio files 2. Content Management Systems (CMS)
In tools like SharePoint, Drupal, or Contentful, a content type is a reusable data blueprint or template. It defines the specific fields, metadata, and behaviors required for a certain kind of document or webpage. Content-Type header – HTTP – MDN Web Docs – Mozilla
Leave a Reply