{"id":84667,"date":"2021-08-11T16:11:39","date_gmt":"2021-08-11T14:11:39","guid":{"rendered":"https:\/\/www.exoclick.com\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/"},"modified":"2024-12-09T12:40:02","modified_gmt":"2024-12-09T11:40:02","slug":"publishers-how-to-automate-keyword-extraction-from-meta-tags","status":"publish","type":"post","link":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/","title":{"rendered":"Publishers! How to automate keyword extraction from meta tags"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">Do you have meta tags within your web pages? Did you know that keywords allow you to help attract advertisers to target your ad zones. Many advertisers use keyword targeting when setting up their campaigns to help them find ad zones that display similar content to the theme of their offer, to make their ads fit more contextually into a site. If an end user sees an ad for an offer that is related to content they have searched for on your website, the end user is more likely to click on the ad, bringing more qualified clicks for the advertiser and bringing you a higher CTR for that ad zone. For example, say you have a piece of video content that shows a couple going out for a date, you could add the keyword \u2018Dating\u2019 to the video ad zone, this will attract advertisers with Dating offers to bid for your ad zone. Now Dating advertisers will be more likely to bid for your ad zone, which will create more competition, increasing your eCPM values.\u00a0\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You can manually insert keywords as \u2018tags\u2019 for your ad zone, which is explained in this <\/span><a href=\"https:\/\/docs.exoclick.com\/docs\/using-tags\/#method-2-tags-keywords-in-your-ad-zones\"><span style=\"font-weight: 400;\">documentation<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">But did you know that you can also automatically extract keywords from your webpage and place them in your ad zones? This saves time and is a simple process which I will explain to you in this tutorial.<\/span><\/p>\n<h5><b><span style=\"font-size: 18pt;\">What are Meta Keywords?<\/span>\u00a0<\/b><\/h5>\n<p><a href=\"https:\/\/www.wordstream.com\/meta-keyword\"><b>Meta Keywords<\/b><\/a><span style=\"font-weight: 400;\"> are a specific type of meta tag that can be added in the &lt;head&gt; HTML code on a website, many publishers use <\/span><b>Meta Keywords <\/b><span style=\"font-weight: 400;\">on their website to define the main keywords of the website\u2019s content. Here is an example showing Meta keywords for general, humour, games and gif:<\/span><\/p>\n<p><img loading=\"lazy\" class=\"alignnone size-full wp-image-84636\" src=\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname.jpg\" alt=\"Metaname example\" width=\"595\" height=\"97\" srcset=\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname.jpg 595w, https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname-300x49.jpg 300w, https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname-150x24.jpg 150w, https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname-530x86.jpg 530w, https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname-320x52.jpg 320w, https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/metaname-526x86.jpg 526w\" sizes=\"(max-width: 595px) 100vw, 595px\" \/><\/p>\n<h5><span style=\"font-size: 18pt;\"><b>How to automatically extract Meta Keywords and add them to ad zone tags<\/b><\/span><\/h5>\n<p><span style=\"font-weight: 400;\">Below are examples for several different ExoClick ad formats. Each code example will create a custom integration that will automatically pull keywords from the meta keywords tag on your website and insert them as the \u2018tags\u2018 (keywords) into the ad zone code. Add each code within the &lt;body&gt; tags of the page. <\/span><span style=\"font-weight: 400;\"><strong>Please note<\/strong>: This will only work if you are using a meta keyword tag on your website:<\/span><\/p>\n<p><strong>Banner (iframe)<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-84645\" data-id=\"84645\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=84645\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/banner-iframe\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Banner iFrame\">&lt;iframe id=&quot;myIframe&quot; src=&quot;\/\/adservingdomain.com\/iframe.php?idzone=1234567&amp;size=300x250&quot; width=&quot;300&quot; height=&quot;250&quot; scrolling=&quot;no&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; frameborder=&quot;0&quot;&gt;&lt;\/iframe&gt;\r\n\r\n&lt;script&gt;\r\n\r\nlet dataKeyword= document.getElementsByName('keywords')[0].getAttribute('content');\r\n\r\ndocument.getElementById('myIframe').src=(document.getElementById('myIframe').src+&quot;&amp;tags=&quot;+dataKeyword);\r\n\r\n&lt;\/script&gt;\r\n<\/pre>\n\t\t\t<\/div>\n<p><strong>Banner Asynchronous Script<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-84647\" data-id=\"84647\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=84647\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/banner-asynchronous-script\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Banner Asynchronous Script\">&lt;script async type=&quot;application\/javascript&quot; src=&quot;https:\/\/adservingdomain.com\/ad-provider.js&quot;&gt;&lt;\/script&gt; \r\n\r\n &lt;ins class=&quot;adsbyexoclick&quot; data-zoneid=&quot;1234567&quot;&gt;&lt;\/ins&gt; \r\n\r\n &lt;script&gt;\r\n\r\n    (AdProvider = window.AdProvider || []).push({&quot;serve&quot;: {}});\r\n\r\n    let dataKeyword= document.getElementsByName('keywords')[0].getAttribute('content');    var dataElements = document.getElementsByClassName(&quot;adsbyexoclick&quot;);\r\n\r\nfor (var i=0; i&lt;dataElements.length; i++) {dataElements[i].setAttribute(&quot;data-keywords&quot;,dataKeyword);}\r\n\r\n\r\n&lt;\/script&gt;\r\n<\/pre>\n\t\t\t<\/div>\n<p><strong>Multi-format<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-84649\" data-id=\"84649\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=84649\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/multi-format\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Multi-format\">&lt;script async type=&quot;application\/javascript&quot; src=&quot;https:\/\/adservingdomain.com\/ad-provider.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;ins class=&quot;eas6a97888e&quot; data-zoneid=&quot;1234567&quot;&gt;&lt;\/ins&gt;\r\n&lt;script&gt;\r\n  (AdProvider = window.AdProvider || []).push({&quot;serve&quot;: {}});\r\n  let dataKeyword= document.getElementsByName('keywords')[0].getAttribute('content');\r\n  var dataElements = document.getElementsByClassName(&quot;eas6a97888e&quot;);\r\n  for (var i=0; i&lt;dataElements.length; i++) {dataElements[i].setAttribute(&quot;data-keywords&quot;,dataKeyword);}\r\n&lt;\/script&gt;<\/pre>\n\t\t\t<\/div>\n<p><strong>Popunder Inline &amp; remote script<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-84652\" data-id=\"84652\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=84652\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/popunder-inline-remote-script\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Popunder Inline &amp; remote script\">&lt;script type=&quot;application\/javascript&quot;&gt;\r\n(function() {\r\n\r\n    \/\/version 1.0.0\r\n\r\n    var adConfig = {\r\n    &quot;ads_host&quot;: &quot;adservingdomain.com&quot;,\r\n    &quot;syndication_host&quot;: &quot;adservingdomain.com&quot;,\r\n    &quot;idzone&quot;: 2901672,\r\n    &quot;popup_fallback&quot;: true,\r\n    &quot;popup_force&quot;: false,\r\n    &quot;chrome_enabled&quot;: true,\r\n    &quot;new_tab&quot;: false,\r\n    &quot;frequency_period&quot;: 5,\r\n    &quot;frequency_count&quot;: 1,\r\n    &quot;trigger_method&quot;: 3,\r\n    &quot;trigger_class&quot;: &quot;&quot;,\r\n    &quot;trigger_delay&quot;: 0,\r\n    &quot;only_inline&quot;: false,\r\n    &quot;tags&quot;: document.getElementsByName('keywords')[0].getAttribute('content')\r\n};<\/pre>\n\t\t\t<\/div>\n<p><strong>Native<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-84654\" data-id=\"84654\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=84654\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/native\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Native\">&lt;script async type=&quot;application\/javascript&quot; src=&quot;https:\/\/adservingdomain.com\/ad-provider.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;ins class=&quot;eas6a97888e&quot; data-zoneid=&quot;1234567&quot;&gt;&lt;\/ins&gt;\r\n&lt;script&gt;\r\n  (AdProvider = window.AdProvider || []).push({&quot;serve&quot;: {}});\r\n  let dataKeyword= document.getElementsByName('keywords')[0].getAttribute('content');\r\n  var dataElements = document.getElementsByClassName(&quot;eas6a97888e&quot;);\r\n  for (var i=0; i&lt;dataElements.length; i++) {dataElements[i].setAttribute(&quot;data-keywords&quot;,dataKeyword);}\r\n&lt;\/script&gt;\r\n<\/pre>\n\t\t\t<\/div>\n<p><strong>Video Slider<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-85035\" data-id=\"85035\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=85035\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/video-slider\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Video Slider\">&lt;script type=&quot;application\/javascript&quot; src=&quot;adservingdomain.com\/video-slider.js&quot;&gt;&lt;\/script&gt;\r\n&lt;script type=&quot;application\/javascript&quot;&gt;\r\nvar adConfig = {\r\n    &quot;idzone&quot;: 1234567,\r\n    &quot;frequency_period&quot;: 5,\r\n    &quot;close_after&quot;: 5,\r\n    &quot;on_complete&quot;: &quot;repeat&quot;,\r\n    &quot;screen_density&quot;: 25,\r\n    &quot;cta_enabled&quot;: 0,\r\n    &quot;tags&quot;: document.getElementsByName('keywords')[0].getAttribute('content')\r\n};\r\nVideoSlider.init(adConfig);\r\n&lt;\/script&gt;<\/pre>\n\t\t\t<\/div>\n<p><strong>Outstream Video<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-85036\" data-id=\"85036\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=85036\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/outstream\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-html\" title=\"Outstream\">&lt;script async type=&quot;application\/javascript&quot; src=&quot;https:\/\/adservingdomain.com\/ad-provider.js&quot;&gt;&lt;\/script&gt;\r\n    &lt;ins class=&quot;eas6a97888e&quot; data-zoneid=&quot;1234567&quot;&gt;&lt;\/ins&gt;\r\n&lt;script&gt;\r\n  (AdProvider = window.AdProvider || []).push({&quot;serve&quot;: {}});\r\n  let dataKeyword= document.getElementsByName('keywords')[0].getAttribute('content');\r\n  var dataElements = document.getElementsByClassName(&quot;eas6a97888e&quot;);\r\n  for (var i=0; i&lt;dataElements.length; i++) {dataElements[i].setAttribute(&quot;data-keywords&quot;,dataKeyword);}\r\n&lt;\/script&gt;<\/pre>\n\t\t\t<\/div>\n<p><strong>In-Stream Video (with <a href=\"https:\/\/www.fluidplayer.com\/\">Fluid Player<\/a>)<\/strong><\/p>\n<div class=\"snippetcpt-wrap\" id=\"snippet-85037\" data-id=\"85037\" data-edit=\"\" data-copy=\"\/it\/wp-json\/wp\/v2\/posts\/84667?snippet=aeaba6f68b&#038;id=85037\" data-fullscreen=\"https:\/\/www.exoclick.com\/it\/code-snippets\/in-stream-with-fluid-player\/?full-screen=1\">\n\t\t\t\t<pre class=\"prettyprint linenums lang-javascript\" title=\"In-stream with Fluid Player\">&lt;link rel=&quot;stylesheet&quot; href=&quot;https:\/\/cdn.fluidplayer.com\/v2\/current\/fluidplayer.min.css&quot; type=&quot;text\/css&quot;\/&gt;\r\n\r\n&lt;script src=&quot;https:\/\/cdn.fluidplayer.com\/v3\/current\/fluidplayer.min.js&quot;&gt;&lt;\/script&gt;\r\n\r\n\r\n&lt;video id=&quot;my-video&quot; controls=&quot;&quot; style=&quot;width: 640px; height: 360px;&quot;&gt;\r\n\r\n    &lt;source src=&quot;main_video.mp4&quot; type=&quot;video\/mp4&quot;&gt;\r\n\r\n&lt;\/video&gt;\r\n\r\n\r\n&lt;script type=&quot;application\/javascript&quot;&gt;\r\n\r\n    var testVideo = fluidPlayer(\r\n\r\n        &quot;my-video&quot;,\r\n\r\n        {\r\n\r\n            vastOptions: {\r\n\r\n                &quot;adList&quot;: [\r\n\r\n                    {\r\n\r\n                        &quot;roll&quot;: &quot;preRoll&quot;,\r\n\r\n                        &quot;vastTag&quot;: &quot;https:\/\/adservingdomain.com\/v1\/vast.php?idzone=1234567&amp;tags=&quot;+document.getElementsByName('keywords')[0].getAttribute('content')\r\n\r\n                    },\r\n\r\n                    {\r\n\r\n                        &quot;roll&quot;: &quot;midRoll&quot;,\r\n\r\n                        &quot;vastTag&quot;: &quot;https:\/\/adservingdomain.com\/v1\/vast.php?idzone=1234567&amp;tags=&quot;+document.getElementsByName('keywords')[0].getAttribute('content')\r\n\r\n                        &quot;timer&quot;: 8\r\n\r\n                    },\r\n\r\n                    {\r\n\r\n                        &quot;roll&quot;: &quot;midRoll&quot;,\r\n\r\n                        &quot;vastTag&quot;: &quot;https:\/\/adservingdomain.com\/v1\/vast.php?idzone=1234567&amp;tags=&quot;+document.getElementsByName('keywords')[0].getAttribute('content')\r\n\r\n                        &quot;timer&quot;: 10\r\n\r\n                    },\r\n\r\n                    {\r\n\r\n                        &quot;roll&quot;: &quot;postRoll&quot;,\r\n\r\n                        &quot;vastTag&quot;: &quot;https:\/\/adservingdomain.com\/v1\/vast.php?idzone=1234567&amp;tags=&quot;+document.getElementsByName('keywords')[0].getAttribute('content') \r\n\r\n                    }\r\n\r\n            ]\r\n\r\n        }\r\n\r\n}\r\n\r\n    );\r\n\r\n&lt;\/script&gt;<\/pre>\n\t\t\t<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Using Keywords allows you to help attract advertisers to target your ad zones. Did you know that you can automatically extract keywords from your webpage and place them in your ad zones?<\/p>\n","protected":false},"author":1240,"featured_media":84659,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[97,156],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.4 (Yoast SEO v18.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"description\" content=\"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Publishers! How to automate keyword extraction from meta tags - ExoClick\" \/>\n<meta property=\"og:description\" content=\"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/\" \/>\n<meta property=\"og:site_name\" content=\"ExoClick\" \/>\n<meta property=\"article:published_time\" content=\"2021-08-11T14:11:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-09T11:40:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sofya Kirillova\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.exoclick.com\/#organization\",\"name\":\"ExoClick\",\"url\":\"https:\/\/www.exoclick.com\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.exoclick.com\/#logo\",\"inLanguage\":\"it-IT\",\"url\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2015\/04\/exoclick_new_baseline.png\",\"contentUrl\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2015\/04\/exoclick_new_baseline.png\",\"width\":1500,\"height\":613,\"caption\":\"ExoClick\"},\"image\":{\"@id\":\"https:\/\/www.exoclick.com\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.exoclick.com\/#website\",\"url\":\"https:\/\/www.exoclick.com\/\",\"name\":\"ExoClick\",\"description\":\"The innovative ad network\",\"publisher\":{\"@id\":\"https:\/\/www.exoclick.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.exoclick.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage\",\"inLanguage\":\"it-IT\",\"url\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png\",\"contentUrl\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png\",\"width\":1024,\"height\":576,\"caption\":\"How to automate the keyword extraction from page meta tags\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage\",\"url\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/\",\"name\":\"Publishers! How to automate keyword extraction from meta tags - ExoClick\",\"isPartOf\":{\"@id\":\"https:\/\/www.exoclick.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage\"},\"datePublished\":\"2021-08-11T14:11:39+00:00\",\"dateModified\":\"2024-12-09T11:40:02+00:00\",\"description\":\"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?\",\"breadcrumb\":{\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.exoclick.com\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Publishers! How to automate keyword extraction from meta tags\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.exoclick.com\/#\/schema\/person\/7e54559a32578c2bc911b692d7a9e553\"},\"headline\":\"Publishers! How to automate keyword extraction from meta tags\",\"datePublished\":\"2021-08-11T14:11:39+00:00\",\"dateModified\":\"2024-12-09T11:40:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage\"},\"wordCount\":443,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.exoclick.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png\",\"articleSection\":[\"Ad formats\",\"Tutorial\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.exoclick.com\/#\/schema\/person\/7e54559a32578c2bc911b692d7a9e553\",\"name\":\"Sofya Kirillova\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.exoclick.com\/#personlogo\",\"inLanguage\":\"it-IT\",\"url\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/cache\/2021\/08\/sonya-128\/2578155647.jpg\",\"contentUrl\":\"https:\/\/www.exoclick.com\/wp-content\/uploads\/cache\/2021\/08\/sonya-128\/2578155647.jpg\",\"caption\":\"Sofya Kirillova\"},\"description\":\"Senior Client Care Specialist\",\"sameAs\":[\"https:\/\/exoclick.com\"],\"url\":\"https:\/\/www.exoclick.com\/it\/author\/sofia\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"description":"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?","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:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/","og_locale":"it_IT","og_type":"article","og_title":"Publishers! How to automate keyword extraction from meta tags - ExoClick","og_description":"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?","og_url":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/","og_site_name":"ExoClick","article_published_time":"2021-08-11T14:11:39+00:00","article_modified_time":"2024-12-09T11:40:02+00:00","og_image":[{"width":1024,"height":576,"url":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png","type":"image\/png"}],"twitter_misc":{"Written by":"Sofya Kirillova","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.exoclick.com\/#organization","name":"ExoClick","url":"https:\/\/www.exoclick.com\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/www.exoclick.com\/#logo","inLanguage":"it-IT","url":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2015\/04\/exoclick_new_baseline.png","contentUrl":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2015\/04\/exoclick_new_baseline.png","width":1500,"height":613,"caption":"ExoClick"},"image":{"@id":"https:\/\/www.exoclick.com\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.exoclick.com\/#website","url":"https:\/\/www.exoclick.com\/","name":"ExoClick","description":"The innovative ad network","publisher":{"@id":"https:\/\/www.exoclick.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.exoclick.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":"ImageObject","@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage","inLanguage":"it-IT","url":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png","contentUrl":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png","width":1024,"height":576,"caption":"How to automate the keyword extraction from page meta tags"},{"@type":"WebPage","@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage","url":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/","name":"Publishers! How to automate keyword extraction from meta tags - ExoClick","isPartOf":{"@id":"https:\/\/www.exoclick.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage"},"datePublished":"2021-08-11T14:11:39+00:00","dateModified":"2024-12-09T11:40:02+00:00","description":"Did you know that you can automatically extract keywords from your webpage and place them in your ad zones to enable advertisers to use keyword targeting?","breadcrumb":{"@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.exoclick.com\/it\/"},{"@type":"ListItem","position":2,"name":"Publishers! How to automate keyword extraction from meta tags"}]},{"@type":"Article","@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#article","isPartOf":{"@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage"},"author":{"@id":"https:\/\/www.exoclick.com\/#\/schema\/person\/7e54559a32578c2bc911b692d7a9e553"},"headline":"Publishers! How to automate keyword extraction from meta tags","datePublished":"2021-08-11T14:11:39+00:00","dateModified":"2024-12-09T11:40:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#webpage"},"wordCount":443,"commentCount":0,"publisher":{"@id":"https:\/\/www.exoclick.com\/#organization"},"image":{"@id":"https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#primaryimage"},"thumbnailUrl":"https:\/\/www.exoclick.com\/wp-content\/uploads\/2021\/08\/keyword-extraction.png","articleSection":["Ad formats","Tutorial"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.exoclick.com\/it\/publishers-how-to-automate-keyword-extraction-from-meta-tags\/#respond"]}]},{"@type":"Person","@id":"https:\/\/www.exoclick.com\/#\/schema\/person\/7e54559a32578c2bc911b692d7a9e553","name":"Sofya Kirillova","image":{"@type":"ImageObject","@id":"https:\/\/www.exoclick.com\/#personlogo","inLanguage":"it-IT","url":"https:\/\/www.exoclick.com\/wp-content\/uploads\/cache\/2021\/08\/sonya-128\/2578155647.jpg","contentUrl":"https:\/\/www.exoclick.com\/wp-content\/uploads\/cache\/2021\/08\/sonya-128\/2578155647.jpg","caption":"Sofya Kirillova"},"description":"Senior Client Care Specialist","sameAs":["https:\/\/exoclick.com"],"url":"https:\/\/www.exoclick.com\/it\/author\/sofia\/"}]}},"_links":{"self":[{"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/posts\/84667"}],"collection":[{"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/users\/1240"}],"replies":[{"embeddable":true,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/comments?post=84667"}],"version-history":[{"count":3,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/posts\/84667\/revisions"}],"predecessor-version":[{"id":104623,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/posts\/84667\/revisions\/104623"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/media\/84659"}],"wp:attachment":[{"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/media?parent=84667"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/categories?post=84667"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.exoclick.com\/it\/wp-json\/wp\/v2\/tags?post=84667"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}