{"id":769,"date":"2020-01-27T15:36:43","date_gmt":"2020-01-27T11:36:43","guid":{"rendered":"https:\/\/blog.keitaro.io\/en\/?p=769"},"modified":"2021-08-19T14:54:46","modified_gmt":"2021-08-19T10:54:46","slug":"edit-code-keitaro","status":"publish","type":"post","link":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/","title":{"rendered":"Code Editor for Local Landing Pages and Offers in Keitaro"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-770\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpg\" alt=\"\" width=\"920\" height=\"460\"><\/p>\n<p>A new feature of editing the code of uploaded landing pages and offers is available in Keitaro 9.7.0.2.<\/p>\n<p>This feature allows quick error editing in an uploaded archive or adding new functions to the lander or an offer without uploading the archive to Keitaro again.<\/p>\n<p><!--more--><\/p>\n<div class=\"fx-toc fx-toc-id-769\"><h2 class=\"fx-toc-title\">Content<\/h2><ul class='fx-toc-list level-1'>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#how-to-launch-an-editor\">How to launch an editor<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#the-editor-description\">The editor description<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#adding-creating-new-files-in-the-archive\">Adding\/Creating new files in the archive<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#saving-changes\">Saving changes<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#deleting-files\">Deleting files<\/a>\n\t<\/li>\n\t<li>\n\t\t<a href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#downloading-landing-pages-and-offers-from-keitaro\">Downloading landing pages and offers from Keitaro<\/a>\n\t<\/li>\n<\/ul>\n<\/ul>\n<\/div>\n\n<h2><span id=\"how-to-launch-an-editor\">How to launch an editor<\/span><\/h2>\n<p>There two possible ways.<\/p>\n<ol>\n<li>Click on the Attachment icon near the name of a Landing page:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-771\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-09-15.png\" alt=\"\" width=\"2718\" height=\"826\"><\/li>\n<li>Open the landing page and click Edit button under the preview window:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-772\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-10-34.png\" alt=\"\" width=\"1798\" height=\"1418\"><\/li>\n<\/ol>\n<h2><span id=\"the-editor-description\">The editor description<\/span><\/h2>\n<p>The editor consists of two parts.<\/p>\n<p>File manager on the left, and the code editor itself on the right.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-773\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-13-16.png\" alt=\"\" width=\"2748\" height=\"690\"><\/p>\n<p><strong>The file manager<\/strong> lists folders and files in your root directory of an archive.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-774\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-14-46.png\" alt=\"\" width=\"398\" height=\"398\"><\/p>\n<p>In <strong>the code editor<\/strong>, you can put changes to the files:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-775\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-16-20.png\" alt=\"\" width=\"2754\" height=\"1368\"><\/p>\n<h2><span id=\"adding-creating-new-files-in-the-archive\">Adding\/Creating new files in the archive<\/span><\/h2>\n<p>To create a new file click on a button with &#8220;+&#8221; in a file manager:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-776\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-20-34.png\" alt=\"\" width=\"2738\" height=\"680\"><\/p>\n<p>A new window will appear:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-777\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-21-20.png\" alt=\"\" width=\"1186\" height=\"502\"><\/p>\n<p>Put the name of a new file.<\/p>\n<p>To create a new file in a <strong>subdirectory (folder)&nbsp;<\/strong>put the name of the folder and slash.<\/p>\n<p><em>E.g., if you want to create a <strong>test.html<\/strong> file, put&nbsp;<\/em><\/p>\n<pre class=\"\">test.html<\/pre>\n<p><em>If you want to create a <strong>test folder<\/strong> and a&nbsp;<strong>test.html<\/strong> file in it, put<\/em><\/p>\n<pre class=\"\">test\/test.html<\/pre>\n<h2><span id=\"saving-changes\">Saving changes<\/span><\/h2>\n<p>After all the edits are done click on a <strong>Save<\/strong> button above the code editor:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-778\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-28-25.png\" alt=\"\" width=\"2754\" height=\"976\"><\/p>\n<p><strong>Save<\/strong> button is available only in case any of the edits are done.<\/p>\n<h2><span id=\"deleting-files\">Deleting files<\/span><\/h2>\n<p>To delete a folder or a file first select this file in a file manager on the left, next click <strong>Delete<\/strong> button on the right:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-779\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-30-52.png\" alt=\"\" width=\"2758\" height=\"1066\"><\/p>\n<h2><span id=\"downloading-landing-pages-and-offers-from-keitaro\">Downloading landing pages and offers from Keitaro<\/span><\/h2>\n<p>There&#8217;s a Download button under the preview window of landing pages and offers:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-780\" src=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/2020-01-27_14-35-33.png\" alt=\"\" width=\"1776\" height=\"1410\"><\/p>\n<p>The archive will be saved locally on your computer.<\/p>\n<p>In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A new feature of editing the code of uploaded landing pages and offers is available in &hellip; <\/p>\n","protected":false},"author":19,"featured_media":1194,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-769","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-newsupdates"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Marketing Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Keitaro Blog \u00bb Top Trends in Digital Marketing and Ad Tracking\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Code Editor for Local Landing Pages and Offers in Keitaro\" \/>\n\t\t<meta property=\"og:description\" content=\"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1860\" \/>\n\t\t<meta property=\"og:image:height\" content=\"948\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-01-27T11:36:43+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-08-19T10:54:46+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/keitaro.tracker\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@keitaro_tracker\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Code Editor for Local Landing Pages and Offers in Keitaro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@keitaro_tracker\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#aioseo-article-65d3a8141da28\",\"name\":\"Code Editor for Local Landing Pages and Offers in Keitaro\",\"headline\":\"Code Editor for Local Landing Pages and Offers in Keitaro\",\"description\":\"The archive will be saved locally on your computer. In case you have any questions left \\u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io\",\"author\":{\"@type\":\"Person\",\"name\":\"Marketing Team\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/\"},\"publisher\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpeg\",\"width\":920,\"height\":460},\"datePublished\":\"2020-01-27T15:36:43+02:00\",\"dateModified\":\"2021-08-19T14:54:46+02:00\",\"inLanguage\":\"en-US\",\"articleSection\":\"News &amp; Updates\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blog.keitaro.io\\\/en\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/newsupdates\\\/#listItem\",\"name\":\"News &amp; Updates\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/newsupdates\\\/#listItem\",\"position\":2,\"name\":\"News &amp; Updates\",\"item\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/newsupdates\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#listItem\",\"name\":\"Code Editor for Local Landing Pages and Offers in Keitaro\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#listItem\",\"position\":3,\"name\":\"Code Editor for Local Landing Pages and Offers in Keitaro\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/category\\\/newsupdates\\\/#listItem\",\"name\":\"News &amp; Updates\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\",\"name\":\"Keitaro Tracker\",\"description\":\"Keitaro Tracker is a self-hosted ad tracker that gives you complete control over your traffic. Designed specifically for media buying, affiliate marketing, traffic arbitrage, and internet marketing, it ensures privacy, handles large volumes of clicks, and offers extensive customization options.\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/\",\"telephone\":\"+16562184636\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Logo-Keitaro-green.png\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#organizationLogo\",\"width\":1000,\"height\":442},\"image\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/keitaro.tracker\",\"https:\\\/\\\/twitter.com\\\/keitaro_tracker?lang=en\",\"https:\\\/\\\/www.instagram.com\\\/keitaro_tracker\",\"https:\\\/\\\/www.tiktok.com\\\/@keitaro_tracker\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCtL1YEGv3EolfAor-vFiYaw\",\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/keitaro-tracker-apliteni\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/\",\"name\":\"Marketing Team\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/cde99b1f5f99357d4f5f72c02149c9903057bdae61b102b2f71e3d631f1fa1c3?s=96&d=mm&r=g\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#webpage\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/\",\"name\":\"Code Editor for Local Landing Pages and Offers in Keitaro\",\"description\":\"The archive will be saved locally on your computer. In case you have any questions left \\u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/author\\\/marketing-team\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/wp-content\\\/uploads\\\/2020\\\/01\\\/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpeg\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#mainImage\",\"width\":920,\"height\":460},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/edit-code-keitaro\\\/#mainImage\"},\"datePublished\":\"2020-01-27T15:36:43+02:00\",\"dateModified\":\"2021-08-19T14:54:46+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/\",\"name\":\"Keitaro Tracker Blog\",\"alternateName\":\"Keitaro Tracker Blog\",\"description\":\"Top Trends in Digital Marketing and Ad Tracking\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/blog.keitaro.io\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Code Editor for Local Landing Pages and Offers in Keitaro<\/title>\n\n","aioseo_head_json":{"title":"Code Editor for Local Landing Pages and Offers in Keitaro","description":"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io","canonical_url":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#aioseo-article-65d3a8141da28","name":"Code Editor for Local Landing Pages and Offers in Keitaro","headline":"Code Editor for Local Landing Pages and Offers in Keitaro","description":"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io","author":{"@type":"Person","name":"Marketing Team","url":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/"},"publisher":{"@id":"https:\/\/blog.keitaro.io\/en\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpeg","width":920,"height":460},"datePublished":"2020-01-27T15:36:43+02:00","dateModified":"2021-08-19T14:54:46+02:00","inLanguage":"en-US","articleSection":"News &amp; Updates"},{"@type":"BreadcrumbList","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en#listItem","position":1,"name":"Home","item":"https:\/\/blog.keitaro.io\/en","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/#listItem","name":"News &amp; Updates"}},{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/#listItem","position":2,"name":"News &amp; Updates","item":"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/","nextItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#listItem","name":"Code Editor for Local Landing Pages and Offers in Keitaro"},"previousItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#listItem","position":3,"name":"Code Editor for Local Landing Pages and Offers in Keitaro","previousItem":{"@type":"ListItem","@id":"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/#listItem","name":"News &amp; Updates"}}]},{"@type":"Organization","@id":"https:\/\/blog.keitaro.io\/en\/#organization","name":"Keitaro Tracker","description":"Keitaro Tracker is a self-hosted ad tracker that gives you complete control over your traffic. Designed specifically for media buying, affiliate marketing, traffic arbitrage, and internet marketing, it ensures privacy, handles large volumes of clicks, and offers extensive customization options.","url":"https:\/\/blog.keitaro.io\/en\/","telephone":"+16562184636","logo":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Logo-Keitaro-green.png","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#organizationLogo","width":1000,"height":442},"image":{"@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/keitaro.tracker","https:\/\/twitter.com\/keitaro_tracker?lang=en","https:\/\/www.instagram.com\/keitaro_tracker","https:\/\/www.tiktok.com\/@keitaro_tracker","https:\/\/www.youtube.com\/channel\/UCtL1YEGv3EolfAor-vFiYaw","https:\/\/www.linkedin.com\/showcase\/keitaro-tracker-apliteni"]},{"@type":"Person","@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author","url":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/","name":"Marketing Team","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/cde99b1f5f99357d4f5f72c02149c9903057bdae61b102b2f71e3d631f1fa1c3?s=96&d=mm&r=g"}},{"@type":"WebPage","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#webpage","url":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/","name":"Code Editor for Local Landing Pages and Offers in Keitaro","description":"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/blog.keitaro.io\/en\/#website"},"breadcrumb":{"@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#breadcrumblist"},"author":{"@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author"},"creator":{"@id":"https:\/\/blog.keitaro.io\/en\/author\/marketing-team\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2020\/01\/gray-laptop-computer-showing-html-codes-in-shallow-focus-160107.jpeg","@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#mainImage","width":920,"height":460},"primaryImageOfPage":{"@id":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/#mainImage"},"datePublished":"2020-01-27T15:36:43+02:00","dateModified":"2021-08-19T14:54:46+02:00"},{"@type":"WebSite","@id":"https:\/\/blog.keitaro.io\/en\/#website","url":"https:\/\/blog.keitaro.io\/en\/","name":"Keitaro Tracker Blog","alternateName":"Keitaro Tracker Blog","description":"Top Trends in Digital Marketing and Ad Tracking","inLanguage":"en-US","publisher":{"@id":"https:\/\/blog.keitaro.io\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Keitaro Blog \u00bb Top Trends in Digital Marketing and Ad Tracking","og:type":"article","og:title":"Code Editor for Local Landing Pages and Offers in Keitaro","og:description":"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io","og:url":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/","og:image":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png","og:image:secure_url":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png","og:image:width":1860,"og:image:height":948,"article:published_time":"2020-01-27T11:36:43+00:00","article:modified_time":"2021-08-19T10:54:46+00:00","article:publisher":"https:\/\/www.facebook.com\/keitaro.tracker","twitter:card":"summary","twitter:site":"@keitaro_tracker","twitter:title":"Code Editor for Local Landing Pages and Offers in Keitaro","twitter:description":"The archive will be saved locally on your computer. In case you have any questions left \u2013 feel free to contact our support team on our website, in Telegram @keitarobot or write us an email at support@keitaro.io","twitter:creator":"@keitaro_tracker","twitter:image":"https:\/\/blog.keitaro.io\/en\/wp-content\/uploads\/2024\/08\/Screenshot-2024-08-02-at-12.18.52\u202fPM.png"},"aioseo_meta_data":{"post_id":"769","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-65d3a8141da28","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2021-07-01 08:47:29","updated":"2025-05-30 00:23:26"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/blog.keitaro.io\/en\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&ndash;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/\" title=\"News &amp; Updates\">News &amp; Updates<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&ndash;<\/span><span class=\"aioseo-breadcrumb\">\n\tCode Editor for Local Landing Pages and Offers in Keitaro\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/blog.keitaro.io\/en"},{"label":"News &amp; Updates","link":"https:\/\/blog.keitaro.io\/en\/category\/newsupdates\/"},{"label":"Code Editor for Local Landing Pages and Offers in Keitaro","link":"https:\/\/blog.keitaro.io\/en\/edit-code-keitaro\/"}],"_links":{"self":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/comments?post=769"}],"version-history":[{"count":2,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/769\/revisions"}],"predecessor-version":[{"id":1309,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/posts\/769\/revisions\/1309"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/media\/1194"}],"wp:attachment":[{"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/media?parent=769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/categories?post=769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.keitaro.io\/en\/wp-json\/wp\/v2\/tags?post=769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}