{"id":16606,"date":"2025-10-16T22:45:00","date_gmt":"2025-10-16T22:45:00","guid":{"rendered":"https:\/\/disruptarian.com\/blog\/?p=16606"},"modified":"2025-10-16T18:59:05","modified_gmt":"2025-10-16T18:59:05","slug":"archive-forge-swt-publish-once-preserve-forever","status":"publish","type":"post","link":"https:\/\/disruptarian.com\/blog\/archive-forge-swt-publish-once-preserve-forever\/","title":{"rendered":"Archive Forge SWT: publish once, preserve forever"},"content":{"rendered":"\n<p>I have lost work online. Domains went dark. Accounts vanished. Some of that was on me. Some of it was gatekeepers doing what they do. So I built a tool I wish I had years ago, and I am giving it to you for free.<\/p>\n\n\n\n<p>I am Ryan \u201cDickie\u201d Thompson. I run Spun Web Technology and Veracity Integrity. We build software that keeps creators in control. <strong>Archive Forge SWT<\/strong> is our free, open source WordPress plugin that automatically submits your posts and pages to the Internet Archive\u2019s Wayback Machine. Version 1.0.14 is production ready, tested with modern WordPress, and released under the GPL.<\/p>\n\n\n\n<p>Get the code, improve it, fork it, or install it now: <strong><a href=\"https:\/\/github.com\/veracitylife\/Archive-Forge-SWT\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/veracitylife\/Archive-Forge-SWT<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"wpil-svg-outbound-1-icon-path\" transform=\"matrix(0.046875,0,0,0.046875,0.0234375,0.02343964)\">\r\n                            <path d=\"M 473.563,227.063 407.5,161 262.75,305.75 c -25,25 -49.563,41 -74.5,16 -25,-25 -9,-49.5 16,-74.5 L 349,102.5 283.937,37.406 c -14.188,-14.188 -2,-37.906 19,-37.906 h 170.625 c 20.938,0 37.938,16.969 37.938,37.906 v 170.688 c 0,20.937 -23.687,33.187 -37.937,18.969 z M 63.5,447.5 h 320 V 259.313 l 64,64 V 447.5 c 0,35.375 -28.625,64 -64,64 h -320 c -35.375,0 -64,-28.625 -64,-64 v -320 c 0,-35.344 28.625,-64 64,-64 h 124.188 l 64,64 H 63.5 Z\" \/>\r\n                        <\/g><\/svg><\/span><\/a><\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Why this plugin exists<\/h2>\n\n\n\n<p>If you create online, you need redundancy. Not another promise from a platform, a record you control. Archiving is proof, not nostalgia. It time stamps your work in a public library so you have receipts when pages vanish or get \u201cmoderated.\u201d Paying taxes is like handing the town drunk your wallet and hoping he buys groceries instead of whiskey. Trusting centralized platforms with your body of work is not much better.<\/p>\n\n\n\n<p>I built Archive Forge SWT after losing domains and accounts. Some due to neglect, some due to censorship. I do not want you to learn the hard way.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What Archive Forge SWT actually does<\/h2>\n\n\n\n<p><strong>Short version<\/strong>: it submits WordPress URLs to the Wayback Machine automatically and on demand, then tracks the results in your dashboard with real feedback and recovery tools.<\/p>\n\n\n\n<p><strong>Under the hood<\/strong> it brings reliability that real sites need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Major fix for \u201cstuck processing.\u201d<\/strong> 1.0.14 overhauled validation, raised API timeouts to 30 seconds, added rate limit protection, improved cron cleanup, and added a one-click reset for stuck items.<\/li>\n\n\n\n<li><strong>Queue management that respects the Archive.<\/strong> Smarter spacing between calls, retries, and five minute sweeps to reconcile pending items keep submissions moving without tripping limits.<\/li>\n\n\n\n<li><strong>Submission history and visibility.<\/strong> A beefed-up submissions table stores job_id, snapshot_url, timestamps, error codes, and audit flags, with a \u201cValidate now\u201d control for quick fixes.<\/li>\n\n\n\n<li><strong>Widgets and shortcodes<\/strong> for the front end. Drop archive links, counts, and lists into any page with <code>[archive-link]<\/code>, <code>[archive-status]<\/code>, <code>[archive-list]<\/code>, and <code>[archive-count]<\/code>.<\/li>\n\n\n\n<li><strong>Memory tools for bigger sites.<\/strong> A memory dashboard, utilities, and thresholds help you run long queues without drama.<\/li>\n<\/ul>\n\n\n\n<p><strong>Compatibility<\/strong>: Requires WordPress 5.0+ and PHP 7.4+. Tested up to WordPress 6.8.2. Licensed GPL v2 or later.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">How it works, in plain English<\/h2>\n\n\n\n<p>When you publish or update a post, WordPress fires a hook. Archive Forge SWT listens, adds the URL to a queue, and submits it to the Internet Archive. The plugin records the job, verifies the snapshot when the Archive finishes, and stores the result. If something fails, it retries with sane limits and logs the reason so you can act. A five minute cron schedule helps resolve pending items on its own.<\/p>\n\n\n\n<p>Think of it like certified mail to a public library. The librarian stamps it with a date. Even if your site goes down, the library still has your letter.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Setup in five minutes<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Install the plugin<\/strong> from the GitHub ZIP, then Activate.<\/li>\n\n\n\n<li><strong>Connect to Archive.org<\/strong>. Create an account, generate S3 API keys, paste them into <strong>Spun Web Archive Forge \u2192 API Credentials<\/strong>, and hit <strong>Test Connection<\/strong>. Credentials are stored securely.<\/li>\n\n\n\n<li><strong>Choose auto and manual options<\/strong>. Pick post types, delay, and retry settings.<\/li>\n\n\n\n<li><strong>Publish<\/strong>. Watch the submission history populate and confirm the Wayback snapshot once it is ready.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Features you will actually use<\/h2>\n\n\n\n<p><strong>Automatic and manual submissions<\/strong><br>Auto submit on publish. Click to archive older posts and pages from your All Posts or All Pages screens.<\/p>\n\n\n\n<p><strong>Real submission tracking<\/strong><br>You get job IDs, snapshot URLs, timestamps, error codes, and a validate-now button. There is also cron-based cleanup.<\/p>\n\n\n\n<p><strong>Clean widgets and shortcodes<\/strong><br>Embed recent archives, show counts, or link to your Wayback snapshots without touching code.<\/p>\n\n\n\n<p><strong>Secure background processing<\/strong><br>Submissions use WordPress cron so visitors are never blocked. Credentials are handled through WordPress features.<\/p>\n\n\n\n<p><strong>Scaled-sites ready<\/strong><br>Monitoring and memory utilities are built in. You can run large queues without baby-sitting.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Who should run this<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Writers and journalists who want receipts, not promises<\/li>\n\n\n\n<li>Investigators and activists who need a public record<\/li>\n\n\n\n<li>Site owners burned by takedowns, hacks, or sloppy hosts<\/li>\n\n\n\n<li>Creators who value speech over the whims of centralized moderators<\/li>\n<\/ul>\n\n\n\n<p>Silencing speech is like putting duct tape over a smoke alarm. The fire still burns; you just cannot hear the warning.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Related projects you may like<\/h2>\n\n\n\n<p>These are solid neighbors in the same space. Different approaches, same goal of keeping the record intact.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Archiver by Mickey Kay<\/strong>, a classic plugin that triggers Wayback snapshots from WordPress. Good for simple auto-captures and manual triggers. (<a href=\"https:\/\/github.com\/MickeyKay\/archiver?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">GitHub<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n\n\n\n<li><strong>Amber<\/strong> from the Berkman Klein Center, a free plugin that preserves snapshots of links on your site and provides fallbacks when pages die. Works with WordPress and Drupal. (<a href=\"https:\/\/amberlink.org\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">amberlink.org<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n\n\n\n<li><strong>Perma.cc<\/strong>, widely used in legal and academic settings for durable citations. Not a WordPress archiver for your whole site, but powerful for permanent outbound links. (<a href=\"https:\/\/perma.cc\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">Perma<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n\n\n\n<li><strong>Official Wayback Machine browser extension<\/strong>, handy for quickly saving or viewing snapshots while you browse. (<a href=\"https:\/\/github.com\/internetarchive\/wayback-machine-webextension?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">GitHub<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n\n\n\n<li><strong>Save Page Now resources<\/strong> to understand the Internet Archive\u2019s capture endpoints and workflows. (<a href=\"https:\/\/archive.org\/help\/wayback_api.php?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">Internet Archive<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">A quick, honest promo: support the Internet Archive<\/h2>\n\n\n\n<p>You know what? The Internet Archive keeps the lights on for our collective memory. It is a 501(c)(3) library, not a Big Tech product. They run the Wayback Machine that makes all of this possible. If you can, <strong>donate a few dollars<\/strong> to help them keep crawling, storing, and serving the history that everyone else forgets to protect: <strong><a href=\"https:\/\/archive.org\/donate\" target=\"_blank\" rel=\"noopener\">https:\/\/archive.org\/donate<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a><\/strong>. (<a href=\"https:\/\/web.archive.org\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">Wayback Machine<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Download, fork, and make it yours<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Download and contribute<\/strong>: <a href=\"https:\/\/github.com\/veracitylife\/Archive-Forge-SWT\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/veracitylife\/Archive-Forge-SWT<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"wpil-svg-outbound-1-icon-path\" transform=\"matrix(0.046875,0,0,0.046875,0.0234375,0.02343964)\">\r\n                            <path d=\"M 473.563,227.063 407.5,161 262.75,305.75 c -25,25 -49.563,41 -74.5,16 -25,-25 -9,-49.5 16,-74.5 L 349,102.5 283.937,37.406 c -14.188,-14.188 -2,-37.906 19,-37.906 h 170.625 c 20.938,0 37.938,16.969 37.938,37.906 v 170.688 c 0,20.937 -23.687,33.187 -37.937,18.969 z M 63.5,447.5 h 320 V 259.313 l 64,64 V 447.5 c 0,35.375 -28.625,64 -64,64 h -320 c -35.375,0 -64,-28.625 -64,-64 v -320 c 0,-35.344 28.625,-64 64,-64 h 124.188 l 64,64 H 63.5 Z\" \/>\r\n                        <\/g><\/svg><\/span><\/a><\/li>\n\n\n\n<li><strong>More software from us<\/strong>: <a href=\"https:\/\/www.spunwebtechnology.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.spunwebtechnology.com<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> and <a href=\"https:\/\/www.veracityintegrity.com\/\" target=\"_blank\" rel=\"noopener\">https:\/\/www.veracityintegrity.com<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a><\/li>\n<\/ul>\n\n\n\n<p>I will keep building tools that solve real problems in clear ways. If you have an idea that would make this better, say it. If you find a bug, file it. If you want a feature, help spec it. That is how open source should work.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Sources and references<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Archive Forge SWT code and releases<br><a href=\"https:\/\/github.com\/veracitylife\/Archive-Forge-SWT\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/veracitylife\/Archive-Forge-SWT<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><g id=\"wpil-svg-outbound-1-icon-path\" transform=\"matrix(0.046875,0,0,0.046875,0.0234375,0.02343964)\">\r\n                            <path d=\"M 473.563,227.063 407.5,161 262.75,305.75 c -25,25 -49.563,41 -74.5,16 -25,-25 -9,-49.5 16,-74.5 L 349,102.5 283.937,37.406 c -14.188,-14.188 -2,-37.906 19,-37.906 h 170.625 c 20.938,0 37.938,16.969 37.938,37.906 v 170.688 c 0,20.937 -23.687,33.187 -37.937,18.969 z M 63.5,447.5 h 320 V 259.313 l 64,64 V 447.5 c 0,35.375 -28.625,64 -64,64 h -320 c -35.375,0 -64,-28.625 -64,-64 v -320 c 0,-35.344 28.625,-64 64,-64 h 124.188 l 64,64 H 63.5 Z\" \/>\r\n                        <\/g><\/svg><\/span><\/a><\/li>\n\n\n\n<li>Plugin version, requirements, license, tested versions, and 1.0.14 fixes<br><br><\/li>\n\n\n\n<li>Queue, cron, submissions table, validation controls<br><\/li>\n\n\n\n<li>Shortcodes and widget features<br><\/li>\n\n\n\n<li>Memory dashboard and utilities<br><\/li>\n\n\n\n<li>Archive.org API setup and secure credential storage<br><br><\/li>\n\n\n\n<li><strong>Relative projects<\/strong><br>Archiver by Mickey Kay: <a href=\"https:\/\/github.com\/MickeyKay\/archiver\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/MickeyKay\/archiver<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/github.com\/MickeyKay\/archiver?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">GitHub<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>WPTavern coverage of Archiver: <a href=\"https:\/\/wptavern.com\/new-archiver-wordpress-plugin-auto-generates-wayback-machine-snapshots\" target=\"_blank\" rel=\"noopener\">https:\/\/wptavern.com\/new-archiver-wordpress-plugin-auto-generates-wayback-machine-snapshots<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/wptavern.com\/new-archiver-wordpress-plugin-auto-generates-wayback-machine-snapshots?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">WP Tavern<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>Amber project: <a href=\"https:\/\/amberlink.org\/\" target=\"_blank\" rel=\"noopener\">https:\/\/amberlink.org\/<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/amberlink.org\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">amberlink.org<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>Perma.cc: <a href=\"https:\/\/perma.cc\/\" target=\"_blank\" rel=\"noopener\">https:\/\/perma.cc\/<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/perma.cc\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">Perma<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>Official Wayback extension: <a href=\"https:\/\/github.com\/internetarchive\/wayback-machine-webextension\" target=\"_blank\" rel=\"noopener\">https:\/\/github.com\/internetarchive\/wayback-machine-webextension<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/github.com\/internetarchive\/wayback-machine-webextension?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">GitHub<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>Save Page Now docs and guides: <a href=\"https:\/\/archive.org\/help\/wayback_api.php\" target=\"_blank\" rel=\"noopener\">https:\/\/archive.org\/help\/wayback_api.php<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>, <a href=\"https:\/\/katharinabrunner.de\/2024\/02\/archiving-websites-the-internet-archives-savepagenow-spn-api\/\" target=\"_blank\" rel=\"noopener\">https:\/\/katharinabrunner.de\/2024\/02\/archiving-websites-the-internet-archives-savepagenow-spn-api\/<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/archive.org\/help\/wayback_api.php?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">Internet Archive<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<br>Using the Wayback Machine help: <a href=\"https:\/\/help.archive.org\/help\/using-the-wayback-machine\/\" target=\"_blank\" rel=\"noopener\">https:\/\/help.archive.org\/help\/using-the-wayback-machine\/<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a> (<a href=\"https:\/\/help.archive.org\/help\/using-the-wayback-machine\/?utm_source=chatgpt.com\" target=\"_blank\" rel=\"noopener\">help.archive.org<span class=\"wpil-link-icon\" title=\"Link goes to external site.\" style=\"margin: 0 0 0 5px;\"><svg width=\"24\" height=\"24\" style=\"height:16px; width:16px; fill:#000000; stroke:#000000; display:inline-block;\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:svg=\"http:\/\/www.w3.org\/2000\/svg\"><use href=\"#wpil-svg-outbound-1-icon-path\"><\/use><\/svg><\/span><\/a>)<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n    <ul class=\"prli-social-buttons\">\n              <li>\n            <a class=\"pl-social-facebook-button\" href=\"http:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;t=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-facebook\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-twitter-button\" href=\"https:\/\/twitter.com\/intent\/tweet?text=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever+https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-twitter\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-gplus-button\" href=\"https:\/\/plus.google.com\/share?url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-gplus\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-pinterest-button\" href=\"http:\/\/pinterest.com\/pin\/create\/button\/?url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;description=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-pinterest\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-linkedin-button\" href=\"http:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;title=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-linkedin\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-reddit-button\" href=\"http:\/\/reddit.com\/submit?url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;title=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-reddit\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-stumbleupon-button\" href=\"http:\/\/www.stumbleupon.com\/submit?url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;title=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-stumbleupon\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-digg-button\" href=\"http:\/\/digg.com\/submit?phase=2&#038;url=https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv&#038;title=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-digg\"> <\/i>\n            <\/a>\n          <\/li>\n                  <li>\n            <a class=\"pl-social-email-button\" href=\"mailto:?subject=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever&#038;body=Archive+Forge+SWT%3A+publish+once%2C+preserve+forever%20https%3A%2F%2Fdisruptarian.com%2Fblog%2F3lxv\" rel=\"nofollow\" target=\"_blank\" onclick=\"javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;\">\n              <i class=\"pl-icon-email\"> <\/i>\n            <\/a>\n          <\/li>\n            <\/ul>\n    <style>\r\n.lwrp.link-whisper-related-posts{\r\n            \r\n            margin-top: 40px;\nmargin-bottom: 30px;\r\n        }\r\n        .lwrp .lwrp-title{\r\n            \r\n            \r\n        }.lwrp .lwrp-description{\r\n            \r\n            \r\n\r\n        }\r\n        .lwrp .lwrp-list-container{\r\n        }\r\n        .lwrp .lwrp-list-multi-container{\r\n            display: flex;\r\n        }\r\n        .lwrp .lwrp-list-double{\r\n            width: 48%;\r\n        }\r\n        .lwrp .lwrp-list-triple{\r\n            width: 32%;\r\n        }\r\n        .lwrp .lwrp-list-row-container{\r\n            display: flex;\r\n            justify-content: space-between;\r\n        }\r\n        .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n            width: calc(25% - 20px);\r\n        }\r\n        .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n            \r\n            \r\n        }\r\n        .lwrp .lwrp-list-item img{\r\n            max-width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            aspect-ratio: 1 \/ 1;\r\n        }\r\n        .lwrp .lwrp-list-item.lwrp-empty-list-item{\r\n            background: initial !important;\r\n        }\r\n        .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n        .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n            \r\n            \r\n            \r\n            \r\n        }@media screen and (max-width: 480px) {\r\n            .lwrp.link-whisper-related-posts{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-title{\r\n                \r\n                \r\n            }.lwrp .lwrp-description{\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-multi-container{\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-multi-container ul.lwrp-list{\r\n                margin-top: 0px;\r\n                margin-bottom: 0px;\r\n                padding-top: 0px;\r\n                padding-bottom: 0px;\r\n            }\r\n            .lwrp .lwrp-list-double,\r\n            .lwrp .lwrp-list-triple{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-row-container{\r\n                justify-content: initial;\r\n                flex-direction: column;\r\n            }\r\n            .lwrp .lwrp-list-row-container .lwrp-list-item{\r\n                width: 100%;\r\n            }\r\n            .lwrp .lwrp-list-item:not(.lwrp-no-posts-message-item){\r\n                \r\n                \r\n            }\r\n            .lwrp .lwrp-list-item .lwrp-list-link .lwrp-list-link-title-text,\r\n            .lwrp .lwrp-list-item .lwrp-list-no-posts-message{\r\n                \r\n                \r\n                \r\n                \r\n            };\r\n        }<\/style>\r\n<div id=\"link-whisper-related-posts-widget\" class=\"link-whisper-related-posts lwrp\">\r\n            <h3 class=\"lwrp-title\">Related Posts<\/h3>    \r\n        <div class=\"lwrp-list-container\">\r\n                                            <div class=\"lwrp-list-multi-container\">\r\n                    <ul class=\"lwrp-list lwrp-list-double lwrp-list-left\">\r\n                        <li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/did-another-advanced-species-exist-on-earth-before-humans-nbc-news\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Did Another Advanced Species Exist on Earth Before Humans?<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/here-are-a-few-options-a-chilling-move-trump-admin-considers-excluding-govt-spending-from-gdp-trump-admins-attempt-to-conceal-the-truth-excluding-govt-spending-from-gdp-transparency\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Here is a rewritten version of the title:\n\n&#8220;Breach of Transparency: Trump Administration Considers Excluding Government Spending from GDP, Concealing True Economic Picture&#8221;<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/exposing-corruption-the-power-of-spy-cams-in-government-2024\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Exposing Corruption: The Power of Spy Cams in Government | 2024<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/analyzing-trumps-proposals-essential-changes-to-social-security-reform\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Analyzing Trump&#8217;s Proposals: Essential Changes to Social Security Reform<\/span><\/a><\/li>                    <\/ul>\r\n                    <ul class=\"lwrp-list lwrp-list-double lwrp-list-right\">\r\n                        <li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/what-comes-after-trump-a-punk-rock-libertarians-look-at-the-next-us-presidential-race\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">What Comes After Trump: A Punk Rock Libertarian\u2019s Look at the Next US Presidential Race<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/decades-of-dominance-the-lasting-influence-of-steve-zetro-souza-in-the-world-of-thrash-metal\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Decades of Dominance: The Lasting Influence of Steve &#8216;Zetro&#8217; Souza in the World of Thrash Metal<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/from-spark-to-flame-understanding-the-role-of-the-divine-spark-in-gnostic-theology\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">From Spark to Flame: Understanding the Role of the Divine Spark in Gnostic Theology<\/span><\/a><\/li><li class=\"lwrp-list-item\"><a href=\"https:\/\/disruptarian.com\/blog\/bullets-at-the-podium-the-shooting-of-charlie-kirk-in-utah\/\" class=\"lwrp-list-link\"><span class=\"lwrp-list-link-title-text\">Bullets at the Podium: The Shooting of Charlie Kirk in Utah<\/span><\/a><\/li>                    <\/ul>\r\n                <\/div>\r\n                        <\/div>\r\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Announcing Archive Forge SWT, a free, open source WordPress plugin that automatically submits your posts and pages to the Internet Archive\u2019s Wayback Machine, with a hardened validator, real status tracking, widgets, and shortcodes.<\/p>\n","protected":false},"author":1,"featured_media":16607,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","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":"","_wpscp_schedule_draft_date":"","_wpscp_schedule_republish_date":"","_wpscppro_advance_schedule":false,"_wpscppro_advance_schedule_date":"","_wpscppro_dont_share_socialmedia":false,"_wpscppro_custom_social_share_image":0,"_facebook_share_type":"","_twitter_share_type":"","_linkedin_share_type":"","_pinterest_share_type":"","_linkedin_share_type_page":"","_instagram_share_type":"","_medium_share_type":"","_threads_share_type":"","_google_business_share_type":"","_selected_social_profile":[],"_wpsp_enable_custom_social_template":false,"_wpsp_social_scheduling":{"enabled":false,"datetime":null,"platforms":[],"status":"template_only","dateOption":"today","timeOption":"now","customDays":"","customHours":"","customDate":"","customTime":"","schedulingType":"absolute"},"_wpsp_active_default_template":true},"categories":[9442,9434],"tags":[12399,3558,12403,4955,12401,12402,11992,3557,12393,12391,12394,12395,12398,12397,6858,10558,12400,12392,12396],"class_list":["post-16606","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-censorship","category-technology","tag-archive-forge-swt","tag-archive-org","tag-automatic-archiving","tag-censorship-resistance","tag-content-preservation","tag-cron-validation","tag-digital-preservation","tag-internet-archive","tag-open-source-plugin","tag-production-ready","tag-save-page-now","tag-shortcode","tag-spun-web-technology","tag-submission-queue","tag-veracity-integrity","tag-wayback-machine","tag-widget","tag-wordpress-archiving","tag-wordpress-plugin"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/posts\/16606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/comments?post=16606"}],"version-history":[{"count":0,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/posts\/16606\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/media\/16607"}],"wp:attachment":[{"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/media?parent=16606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/categories?post=16606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/disruptarian.com\/blog\/wp-json\/wp\/v2\/tags?post=16606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}