{"id":27372,"date":"2024-11-14T15:27:03","date_gmt":"2024-11-14T14:27:03","guid":{"rendered":"https:\/\/www.digitizer.rs\/news-stories\/how-to-create-a-database-in-wordpress\/"},"modified":"2026-07-20T12:31:45","modified_gmt":"2026-07-20T10:31:45","slug":"how-to-create-a-database-in-wordpress","status":"publish","type":"post","link":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/","title":{"rendered":"How to create a database in WordPress?"},"content":{"rendered":"<div class=\"wpb-content-wrapper\" id=\"wpb-content-root\">[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1587386989437{padding-top: 30px !important;padding-bottom: 30px !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1594551746029{padding-bottom: 10px !important;}&#8221;]<span style=\"color: #333333; font-family: 'Open Sans';\">This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many <em>web<\/em> hosts. MySQL database is mostly confusing to many. The technique we will describe can be used by any <em>web<\/em> application that requires MySQL.  <\/span><\/p>\n<p>&nbsp;<\/p>\n<h1><span style=\"color: #ff6600; font-family: 'Open Sans';\"><strong>What is a database?<\/strong><\/span><\/h1>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">A database is a collection of organized data. For example, <em>WordPress<\/em> stores all of its pages, posts, categories, and user data in a database. <\/span>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1594552013505{padding-top: 15px !important;padding-bottom: 10px !important;}&#8221;]<span style=\"color: #333333; font-family: 'Open Sans';\">MySQL is a database management system ( <em>Data Base Management System<\/em> ). It is software that allows you to create, update, read and delete data in a database. A single MySQL installation can manage any number of standalone databases.    <\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">There are many alternatives, but MySQL has become popular for several reasons:<\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">it is free and open source software. It is now owned by <em>Oracle<\/em> , but there are open MySQL compatible options such as MariaDB. <\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">it has become synonymous with PHP, the programming language that is one of the most used on <em>the web<\/em> and powered by WordPress. Both PHP and MySQL appeared in the mid-1990s, when the development of the Internet was in its infancy. <\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">adopts <strong>Structured<\/strong> <strong>Query<\/strong> Language, <strong>a<\/strong> fairly standard language for creating data and data structures.<\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">it is fast, easy to install and has many other development tools.<\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h3><span style=\"color: #ff6600; font-family: 'Open Sans';\"><strong>How do applications access the database?<\/strong><\/span><\/h3>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">Applications like <em>WordPress<\/em> access their data through a database connection. In the case of MySQL, <em>WordPress<\/em> &#8216;s PHP code can only establish a connection when it knows: <\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">the address where MySQL is installed<\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">the name of the database to access<\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">the user ID and password required to access that database<\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<h2><strong><span style=\"color: #ff6600; font-family: 'Open Sans';\">How is data stored?<\/span><\/strong><\/h2>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">MySQL and other SQL databases store data in relational tables.<\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">For example, you might have a set of <span style=\"color: #fd6600;\"><a style=\"color: #fd6600;\" href=\"https:\/\/digitizer.rs\/en\/news-stories\/what-is-the-difference-between-pages-and-posts-in-wordpress\/\">posts<\/a><\/span> (articles). Each post will have unique data, such as title and body text. It will also have data used in other posts, such as category and author details. Instead of repeating the same data over and over again, we create separate tables:   <\/span><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">author table containing ID, author name and other details<\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">a table of categories containing the ID and name of the category<\/span><\/li>\n<li><span style=\"color: #333333; font-family: 'Open Sans';\">a table with a post containing the title of the article and the body of the text. It indicates the author and category by referencing the associated ID number. <\/span><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">SQL databases implement safeguards that guarantee data integrity. You cannot reference an author ID that does not exist or delete a category that is used by one or more articles. <\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">These table definitions and rules make up the database schema. A set of SQL statements are executed during the <em>WordPress<\/em> installation when creating this schema. Only then are the tables ready for data storage.  <\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #ff6600; font-family: 'Open Sans';\"><strong>How to create a database?<\/strong><\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">Hosts that use cPanel provide <em>a web<\/em> address (such as https:\/\/nazivsajta.com\/cpanel) and a user ID and password for access. Keep these details safe.   <\/span>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1594631194619{padding-top: 20px !important;padding-bottom: 10px !important;}&#8221;]<span style=\"font-family: 'Open Sans'; color: #333333;\">If you&#8217;re looking for a provider that supports cPanel, try <span style=\"color: #fd6600;\"><a style=\"color: #fd6600;\" href=\"https:\/\/www.dreamclients.com\/portal\/aff.php?aff=637\">DreamWeb<\/a><\/span> , our hosting provider of choice. All their plans support cPanel, and the control panel is organized for easy navigation and use. <\/span><\/p>\n<p><span style=\"font-family: 'Open Sans'; color: #333333;\">Select the <em>MySQL Database Wizard<\/em> option and follow the next steps, which are quite intuitive.<\/span>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1594551258056{padding-top: 20px !important;padding-bottom: 10px !important;}&#8221;]<span style=\"color: #333333; font-family: 'Open Sans';\">You are then prompted to create and name your new database.<\/span>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1594551343230{padding-top: 25px !important;padding-bottom: 10px !important;}&#8221;]<span style=\"color: #333333; font-family: 'Open Sans';\">In the name, the site name_ prefix is \u200b\u200busually applied, and the corresponding database name is entered below. Enter an appropriate name such as blog or <em>WordPress<\/em> and click the <em>Next Step option.<\/em> <\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">The next step is to create and define database users.<\/span>[\/vc_column_text][vc_column_text css=&#8221;.vc_custom_1594551539590{padding-top: 20px !important;padding-bottom: 10px !important;}&#8221;]<span style=\"color: #333333; font-family: 'Open Sans';\">Note that the username will often have the same prefix as the database, in this case <em>sitename_username<\/em> .<\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">cPanel will ensure that you enter a strong password, which must be complex, in order to protect access as much as possible and increase the security of the database. So make sure you keep your username and password in a safe place. <\/span><\/p>\n<p><span style=\"color: #333333; font-family: 'Open Sans';\">Next, you determine the user&#8217;s access privileges, that is, what all he will be able to change and update in the database. In these few steps, you have created a new MySQL database in the <em>WordPress<\/em> application with the help of cPanel. <\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"font-family: 'Open Sans';\"><span style=\"color: #fd6600;\"><a style=\"color: #fd6600;\" href=\"https:\/\/digitizer.rs\/en\/news-stories\/\">Visit our News &amp; Stories<\/a><\/span> <span style=\"color: #333333;\">page, we have prepared numerous educational texts for you.<\/span><\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221;][vc_column][vc_column_text]<span style=\"color: #333333;\"><em>Made by Neboj\u0161a Radovanovi\u0107 \u2013 SEO Expert @Digitizer<\/em><\/span>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1587387018476{padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;}&#8221;][vc_column][vc_btn title=&#8221;Back to News &amp; Stories&#8221; color=&#8221;black&#8221; align=&#8221;center&#8221; i_icon_fontawesome=&#8221;fa fa-bars&#8221; add_icon=&#8221;true&#8221; link=&#8221;url:https%3A%2F%2Fwww.digitizer.rs%2Fnews-stories%2F|title:Back%20to%20NEWS%20%26amp%3B%20STORIES|&#8221;][\/vc_column][\/vc_row]\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1587386989437{padding-top: 30px !important;padding-bottom: 30px !important;}&#8221;][vc_column][vc_column_text css=&#8221;.vc_custom_1594551746029{padding-bottom: 10px !important;}&#8221;]This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts. MySQL database is mostly confusing to many. The technique we will describe can be used by any web application that requires MySQL. &nbsp; What is a&hellip;<\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4384],"tags":[4378,4387,4388,4403,4407,4401,4377,4376],"post_series":[],"class_list":["post-27372","post","type-post","status-publish","format-standard","hentry","category-website","tag-content-en","tag-copy-en","tag-digital-en","tag-internet-en","tag-online-en","tag-optimization","tag-search-engine-optimization-en","tag-website-optimization-en-2","entry","no-media"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to create a database in WordPress?<\/title>\n<meta name=\"description\" content=\"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create a database in WordPress? - Digitizer\" \/>\n<meta property=\"og:description\" content=\"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"Digitizer\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webdigitizer\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-14T14:27:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-20T10:31:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.digitizer.rs\/pictures\/kako-kreirati-bazu-podataka.jpg\" \/>\n<meta name=\"author\" content=\"Digitizer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"How to create a database in WordPress? - Digitizer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Digitizer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/\"},\"author\":{\"name\":\"Digitizer\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#\\\/schema\\\/person\\\/47210bd4d1d478c044946ce088c5556e\"},\"headline\":\"How to create a database in WordPress?\",\"datePublished\":\"2024-11-14T14:27:03+00:00\",\"dateModified\":\"2026-07-20T10:31:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/\"},\"wordCount\":909,\"publisher\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#organization\"},\"keywords\":[\"content\",\"copy\",\"digital\",\"internet\",\"online\",\"optimization\",\"search engine optimization\",\"website optimization\"],\"articleSection\":[\"Website\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/\",\"url\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/\",\"name\":\"How to create a database in WordPress?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#website\"},\"datePublished\":\"2024-11-14T14:27:03+00:00\",\"dateModified\":\"2026-07-20T10:31:45+00:00\",\"description\":\"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/how-to-create-a-database-in-wordpress\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"News &#038; Stories\",\"item\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/news-stories\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to create a database in WordPress?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/\",\"name\":\"Digitizer\",\"description\":\"Google Ads - Social - Email Marketing - Web Design - Video Editing\",\"publisher\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#organization\",\"name\":\"Digitizer\",\"url\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Digitizer\"},\"image\":{\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/webdigitizer\",\"https:\\\/\\\/www.instagram.com\\\/webdigitizer\\\/\",\"https:\\\/\\\/www.tiktok.com\\\/@webdigitizer\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/digitizer\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/digitizer.rs\\\/en\\\/#\\\/schema\\\/person\\\/47210bd4d1d478c044946ce088c5556e\",\"name\":\"Digitizer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g\",\"caption\":\"Digitizer\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create a database in WordPress?","description":"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"How to create a database in WordPress? - Digitizer","og_description":"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.","og_url":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/","og_site_name":"Digitizer","article_publisher":"https:\/\/www.facebook.com\/webdigitizer","article_published_time":"2024-11-14T14:27:03+00:00","article_modified_time":"2026-07-20T10:31:45+00:00","og_image":[{"url":"https:\/\/www.digitizer.rs\/pictures\/kako-kreirati-bazu-podataka.jpg","type":"","width":"","height":""}],"author":"Digitizer","twitter_card":"summary_large_image","twitter_title":"How to create a database in WordPress? - Digitizer","twitter_misc":{"Written by":"Digitizer","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/#article","isPartOf":{"@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/"},"author":{"name":"Digitizer","@id":"https:\/\/digitizer.rs\/en\/#\/schema\/person\/47210bd4d1d478c044946ce088c5556e"},"headline":"How to create a database in WordPress?","datePublished":"2024-11-14T14:27:03+00:00","dateModified":"2026-07-20T10:31:45+00:00","mainEntityOfPage":{"@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/"},"wordCount":909,"publisher":{"@id":"https:\/\/digitizer.rs\/en\/#organization"},"keywords":["content","copy","digital","internet","online","optimization","search engine optimization","website optimization"],"articleSection":["Website"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/","url":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/","name":"How to create a database in WordPress?","isPartOf":{"@id":"https:\/\/digitizer.rs\/en\/#website"},"datePublished":"2024-11-14T14:27:03+00:00","dateModified":"2026-07-20T10:31:45+00:00","description":"This tutorial describes how to create a database using cPanel, a popular platform management utility offered by many web hosts.","breadcrumb":{"@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/digitizer.rs\/en\/news-stories\/how-to-create-a-database-in-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/digitizer.rs\/en\/"},{"@type":"ListItem","position":2,"name":"News &#038; Stories","item":"https:\/\/digitizer.rs\/en\/news-stories\/"},{"@type":"ListItem","position":3,"name":"How to create a database in WordPress?"}]},{"@type":"WebSite","@id":"https:\/\/digitizer.rs\/en\/#website","url":"https:\/\/digitizer.rs\/en\/","name":"Digitizer","description":"Google Ads - Social - Email Marketing - Web Design - Video Editing","publisher":{"@id":"https:\/\/digitizer.rs\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/digitizer.rs\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/digitizer.rs\/en\/#organization","name":"Digitizer","url":"https:\/\/digitizer.rs\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/digitizer.rs\/en\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Digitizer"},"image":{"@id":"https:\/\/digitizer.rs\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webdigitizer","https:\/\/www.instagram.com\/webdigitizer\/","https:\/\/www.tiktok.com\/@webdigitizer","https:\/\/www.linkedin.com\/company\/digitizer"]},{"@type":"Person","@id":"https:\/\/digitizer.rs\/en\/#\/schema\/person\/47210bd4d1d478c044946ce088c5556e","name":"Digitizer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/79f8cf59594ab9d12475710f3565615d638c108ffaaf169c20f368fc3618bdd3?s=96&d=mm&r=g","caption":"Digitizer"}}]}},"_links":{"self":[{"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/posts\/27372","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/comments?post=27372"}],"version-history":[{"count":0,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/posts\/27372\/revisions"}],"wp:attachment":[{"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/media?parent=27372"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/categories?post=27372"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/tags?post=27372"},{"taxonomy":"post_series","embeddable":true,"href":"https:\/\/digitizer.rs\/en\/wp-json\/wp\/v2\/post_series?post=27372"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}