Advertisement
jaideep06

New code

May 30th, 2023
712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. {
  2.   "@context":"https://schema.org",
  3.   "@type": "Article",
  4.  
  5.   "headline": " Artificial Intelligence for Consumer Insights | Quantum Consumer Solutions ",
  6.  
  7.   "description": "Read this article to discover how artificial intelligence transforms consumer insights. Understand the importance of human perspective and the pitfalls of relying solely on AI.",
  8.  
  9.   "image": {
  10.  
  11.     "@type": "ImageObject",
  12.  
  13.     "url": "Need to add Featured image url here",
  14.  
  15.     "width": "",
  16.  
  17.     "height": ""
  18.  
  19.   },
  20.  
  21.   "author": {
  22.  
  23.     "@type": "Person",
  24.  
  25.     "name": "Author Name"
  26.  
  27.   },
  28.  
  29.   "publisher": {
  30.  
  31.     "@type": "Organization",
  32.  
  33.     "name": "Quantum Consumer Solutions",
  34.  
  35.     "logo": {
  36.  
  37.       "@type": "ImageObject",
  38.  
  39.       "url": " https://quantumcs.com/wp-content/uploads/2021/07/cropped-Quantum-Logo-Colour.png",
  40.  
  41.       "width": "512",
  42.  
  43.       "height": "512"
  44.  
  45.     }
  46.  
  47.   },
  48.  
  49.   "datePublished": "Add Publish Date-YYYY-MM-DD",
  50.  
  51.   "dateModified": "Add Publish Date-YYYY-MM-DD"
  52.  
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement