jaideep06

Custom code

Sep 12th, 2023
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 5.91 KB | None | 0 0
  1. {
  2.   "@context": "https://schema.org",
  3.   "@graph": {
  4.     "@type": "Article",
  5.     "articleSection": "%primary_taxonomy_terms%",
  6.     "headline": "%seo_title%",
  7.     "description": "%seo_description%",
  8.     "keywords": "%keywords%",
  9.     "author": {
  10.       "@type": "Person",
  11.       "name": "%post_author%"
  12.     },
  13.     "datePublished": "%date(Y-m-d\\TH:i:sP)%",
  14.     "dateModified": "%modified(Y-m-d\\TH:i:sP)%",
  15.     "image": {
  16.       "@type": "ImageObject",
  17.       "url": "%post_thumbnail%"
  18.     },
  19.     "about": [
  20.       {
  21.         "@type": "Thing",
  22.         "name": "Projector",
  23.         "description": "A projector or image projector is an optical device that projects an image (or moving images) onto a surface commonly a projection screen. Most projectors create an image by shining a light through a small transparent lens but some newer types of projectors can project the image directly by using lasers",
  24.         "SameAs": [
  25.           "https://www.wikidata.org/wiki/Q311666",
  26.           "http://en.wikipedia.org/wiki/Projector"
  27.         ]
  28.       },
  29.       {
  30.         "@type": "Thing",
  31.         "name": "Netflix",
  32.         "description": "Netflix is an American subscription video on-demand over-the-top streaming service owned and operated by Netflix Inc. The service primarily distributes films and television series produced by the media company of the same name from various genres and it is available internationally in multiple languages",
  33.         "SameAs": [
  34.           "https://www.wikidata.org/wiki/Q907311",
  35.           "http://en.wikipedia.org/wiki/Netflix"
  36.         ]
  37.       },
  38.       {
  39.         "@type": "Thing",
  40.         "name": "Home cinema",
  41.         "description": "Home cinema also called home theaters or theater rooms are home entertainment audio-visual systems that seek to reproduce a movie theater experience and mood using consumer electronics-grade video and audio equipment that is set up in a room or backyard of a private home. Some studies show films are rated better and generate more intense emotions when watched in a movie theater however convenience is a major appeal for home cinemas",
  42.         "SameAs": [
  43.           "https://www.wikidata.org/wiki/Q864121",
  44.           "http://en.wikipedia.org/wiki/Home_cinema"
  45.         ]
  46.       }
  47.     ],
  48.     "mentions": [
  49.       {
  50.         "@type": "Thing",
  51.         "name": "Adapter",
  52.         "description": "An adapter or adaptor is a device that converts attributes of one electrical device or system to those of an otherwise incompatible device or system. Some modify power or signal attributes while others merely adapt the physical form of one connector to another",
  53.         "SameAs": [
  54.           "https://www.wikidata.org/wiki/Q4576564",
  55.           "http://en.wikipedia.org/wiki/Adapter"
  56.         ]
  57.       },
  58.       {
  59.         "@type": "Thing",
  60.         "name": "HDMI",
  61.         "description": "High-Definition Multimedia Interface (HDMI) is a proprietary audio/video interface for transmitting uncompressed video data and compressed or uncompressed digital audio data from an HDMI-compliant source device such as a display controller to a compatible computer monitor video projector digital television or digital audio device. HDMI is a digital replacement for analog video standards",
  62.         "SameAs": [
  63.           "https://www.wikidata.org/wiki/Q184292",
  64.           "http://en.wikipedia.org/wiki/HDMI"
  65.         ]
  66.       },
  67.       {
  68.         "@type": "Thing",
  69.         "name": "Laptop",
  70.         "description": "A laptop computer or notebook computer also known as a laptop or notebook for short is a small portable personal computer (PC). Laptops typically have a clamshell form factor with a flat panel screen (usually 11-17 in or 280-430 mm in diagonal size) on the inside of the upper lid and an alphanumeric keyboard and pointing device (such as a trackpad and/or trackpoint) on the inside of the lower lid although 2-in-1 PCs with a detachable keyboard are often marketed as laptops or as having a \"laptop mode\"",
  71.         "SameAs": [
  72.           "https://www.wikidata.org/wiki/Q3962",
  73.           "http://en.wikipedia.org/wiki/Laptop"
  74.         ]
  75.       },
  76.       {
  77.         "@type": "Thing",
  78.         "name": "IPhone",
  79.         "description": "iPhone is a line of smartphones produced by Apple Inc. that use Apple's own iOS mobile operating system",
  80.         "SameAs": [
  81.           "https://www.wikidata.org/wiki/Q2766",
  82.           "http://en.wikipedia.org/wiki/IPhone"
  83.         ]
  84.       },
  85.       {
  86.         "@type": "Thing",
  87.         "name": "Wireless",
  88.         "description": "Wireless communication (or just wireless when the context allows) is the transfer of information (telecommunication) between two or more points without the use of an electrical conductor optical fiber or other continuous guided medium for the transfer. The most common wireless technologies use radio waves",
  89.         "SameAs": [
  90.           "https://www.wikidata.org/wiki/Q249",
  91.           "http://en.wikipedia.org/wiki/Wireless"
  92.         ]
  93.       },
  94.       {
  95.         "@type": "Thing",
  96.         "name": "MacBook",
  97.         "description": "The MacBook is a brand of Mac notebook computers designed and marketed by Apple Inc. that use Apple's macOS operating system since 2006",
  98.         "SameAs": [
  99.           "https://www.wikidata.org/wiki/Q3065317",
  100.           "http://en.wikipedia.org/wiki/MacBook"
  101.         ]
  102.       },
  103.       {
  104.         "@type": "Thing",
  105.         "name": "Android (operating system)",
  106.         "description": "Android is a mobile operating system based on a modified version of the Linux kernel and other open-source software designed primarily for touchscreen mobile devices such as smartphones and tablets. Android is developed by a consortium of developers known as the Open Handset Alliance though its most widely used version is primarily developed by Google",
  107.         "SameAs": [
  108.           "https://www.wikidata.org/wiki/Q94",
  109.           "http://en.wikipedia.org/wiki/Android_(operating_system)"
  110.         ]
  111.       }
  112.     ]
  113.   }
  114. }
Add Comment
Please, Sign In to add comment