{"id":199,"date":"2026-07-27T19:53:01","date_gmt":"2026-07-27T14:23:01","guid":{"rendered":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/"},"modified":"2026-07-27T19:53:01","modified_gmt":"2026-07-27T14:23:01","slug":"change-wordpress-permalink-without-losing-traffic","status":"publish","type":"post","link":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/","title":{"rendered":"How to Change a WordPress Permalink Without Losing Traffic"},"content":{"rendered":"<p>Changing a published post&#8217;s URL in WordPress takes about four seconds: open the post, edit the permalink field, hit update. The clean-up afterwards is what takes the time \u2014 and skipping it is how a page that ranked perfectly well quietly disappears from search over the following month.<\/p>\n<p>This guide is the whole workflow: whether the change is worth making at all, what actually breaks, and a step-by-step order of operations that keeps the traffic. We&#8217;ll finish with the scarier version of this job \u2014 changing your site-wide permalink <em>structure<\/em>, which rewrites every URL you have at once.<\/p>\n<h2>First: is it actually worth changing?<\/h2>\n<p>Honest answer, most of the time: no. A slug that&#8217;s slightly long, or has a stop word in it, or doesn&#8217;t exactly match your target keyword, is costing you approximately nothing \u2014 Google has said repeatedly that words in the URL are a very minor ranking factor, and a page that already ranks has links, history and trust attached to <em>that specific address<\/em>. Trading a real asset for a cosmetic gain is a bad deal. The cases that do justify it:<\/p>\n<ul>\n<li><strong>A rename or rebrand.<\/strong> The product or company changed name and the old one is baked into URLs across the site. Leaving it there confuses readers and looks abandoned.<\/li>\n<li><strong>A stale year in the URL.<\/strong> <code>\/best-x-2022\/<\/code> on a post you rewrite every January. Strip the year out once and you never have to do this again.<\/li>\n<li><strong>A genuinely misleading slug.<\/strong> The URL says one thing and the page is about another, usually because the post was repurposed years ago.<\/li>\n<li><strong>Merging or restructuring.<\/strong> You&#8217;re folding several posts into one guide \u2014 the URL change is a side effect of a decision you&#8217;d make anyway.<\/li>\n<\/ul>\n<p>Everything else \u2014 &#8220;I want the keyword in there&#8221;, &#8220;it&#8217;s three words too long&#8221; \u2014 is the itch you should not scratch. If you&#8217;re mid-way through a <a href=\"https:\/\/jnkplugins.com\/blog\/wordpress-content-audit\/\">content audit<\/a> and tempted to tidy dozens of slugs at once, tidy the content instead and leave the URLs alone.<\/p>\n<blockquote><p>A useful test: if you can&#8217;t name a concrete thing that gets better for a reader, don&#8217;t change the URL. &#8220;It bothers me&#8221; is a real feeling but not a reason.<\/p><\/blockquote>\n<h2>What actually breaks<\/h2>\n<p>Changing a slug on a published post doesn&#8217;t move the old URL. It <em>deletes<\/em> it. Everything that pointed there is now pointing at a 404 until you fix it:<\/p>\n<ul>\n<li><strong>Inbound external links.<\/strong> Every link another site earned you \u2014 the ones you can&#8217;t fix at the source, and the reason the redirect step is non-negotiable.<\/li>\n<li><strong>Your own internal links.<\/strong> Mentions in your other posts, plus menus, widgets and anything hardcoded in your theme.<\/li>\n<li><strong>Shares and bookmarks.<\/strong> Old social posts, newsletters, Slack messages, browser bookmarks \u2014 all dead, all invisible to you.<\/li>\n<li><strong>Search Console history.<\/strong> GSC tracks performance per URL, so the new one starts from zero; your clicks and impressions stay attached to the old address. You keep the ranking, not the tidy graph.<\/li>\n<li><strong>Caches.<\/strong> Page and CDN caches, plus anywhere the old permalink was stored rather than generated: comment notifications, feed readers, sent emails.<\/li>\n<\/ul>\n<p>WordPress does have a built-in &#8220;old slug redirect&#8221; that sometimes rescues a renamed post \u2014 genuinely helpful, but it only covers slug changes it recorded itself and doesn&#8217;t survive every scenario. Treat it as a bonus, not a plan.<\/p>\n<h2>The safe workflow, step by step<\/h2>\n<p>Do these in order. The order is the point \u2014 several steps get much harder once the old URL has stopped resolving.<\/p>\n<h3>1. Record the old URL and its current performance<\/h3>\n<p>Copy the full old URL into a note. Then open Search Console, go to the Performance report, filter by that exact page, and write down clicks and impressions for the last 3 months plus the top queries it ranks for. Two minutes&#8217; work, and it&#8217;s the only way you&#8217;ll be able to answer &#8220;did this go wrong?&#8221; in three weeks \u2014 without a baseline, any dip looks like a disaster and any recovery looks like luck.<\/p>\n<h3>2. Change the slug<\/h3>\n<p>In the block editor, open the post settings sidebar, find the URL or permalink field, and edit the slug. Keep the new one short, lowercase, hyphen-separated and descriptive. Resist the urge to stuff it \u2014 three to five meaningful words is plenty, and dropping the year or the stale product name is usually the entire job. Update the post. The old URL is now dead, so don&#8217;t wander off; step 3 is the one that matters.<\/p>\n<h3>3. Add a 301 from the old URL to the new one<\/h3>\n<p>A <strong>301 Moved Permanently<\/strong> tells browsers and search engines the page has moved for good and passes ranking signals to the new address. This is the step that turns changing a URL from a risky move into a routine one.<\/p>\n<p>Set it up however suits your site \u2014 a redirect plugin, an <code>.htaccess<\/code> rule, or an nginx directive. We&#8217;ve covered the mechanics, status codes and testing in our guide to <a href=\"https:\/\/jnkplugins.com\/blog\/redirect-url-wordpress\/\">redirecting a URL in WordPress<\/a>, so rather than repeat it: use a 301, not a 302, and verify it with <code>curl -I<\/code> before moving on. One tip worth stealing from that guide \u2014 most redirect plugins can create the 301 <em>automatically<\/em> whenever a published permalink changes. Turn that on before you start and this step does itself.<\/p>\n<h3>4. Update your internal links<\/h3>\n<p>Everyone skips this, because the redirect makes the site look fine. It isn&#8217;t. A redirect is a safety net for links you <em>can&#8217;t<\/em> control \u2014 other people&#8217;s sites, old newsletters, bookmarks. Links in your own content you <em>can<\/em> control, and leaving them on the dead URL means every reader and crawler takes two hops instead of one: wasted crawl budget, added latency, and one more link in a chain that a future rename turns into A \u2192 B \u2192 C, which Google follows only so far.<\/p>\n<p>So search your content for the old URL and replace it: post bodies, menus, widgets, reusable blocks, theme files. Finding every one by hand is the tedious part; a linking tool with a bulk URL-change or broken-internal-link report does the sweep in one pass \u2014 our own <a href=\"https:\/\/jnkplugins.com\/jnk-linkweave\/\">JnK Linkweave<\/a> (disclosure: it&#8217;s our plugin) includes that report, and any tool that indexes your internal links does the same job. Either way, the same pass that <a href=\"https:\/\/jnkplugins.com\/blog\/find-fix-broken-links-wordpress\/\">finds broken links<\/a> surfaces the stale internal ones.<\/p>\n<h3>5. Update the sitemap and request indexing<\/h3>\n<p>Your sitemap regenerates automatically in most setups \u2014 WordPress core, Yoast and Rank Math all handle it. Load <code>\/wp-sitemap.xml<\/code> (or your SEO plugin&#8217;s equivalent) and confirm the new URL is there and the old one isn&#8217;t; purge your page cache first or you&#8217;ll be reading a stale file.<\/p>\n<p>Then open Search Console&#8217;s URL Inspection tool, paste the <em>new<\/em> URL and click Request Indexing \u2014 not a magic button, just a nudge that usually gets the page crawled in days rather than weeks. Inspect the old URL too, to confirm Google sees the redirect, but don&#8217;t request indexing for it; you want it dropped, not refreshed.<\/p>\n<h3>6. Fix the external references you control<\/h3>\n<p>The redirect covers everyone else&#8217;s links, but some external links are yours, and a direct link always beats a redirected one: social bios and pinned posts, email signatures and automated sequences, docs and support macros, guest posts you can still get edited, directory listings and repos. Ten minutes, and it flushes out places you&#8217;d forgotten were linking to you.<\/p>\n<h3>7. Monitor, and expect a dip<\/h3>\n<p>For the next two to four weeks, watch two things in Search Console: the old URL&#8217;s impressions declining toward zero and the new URL&#8217;s climbing to replace them. In the Pages report the old URL should eventually appear under &#8220;Page with redirect&#8221; \u2014 that&#8217;s your confirmation Google has processed the move. A short dip in between is normal, not a failure; Google has to recrawl, follow the redirect and re-evaluate the new URL, and rankings can soften until that settles. What you should <em>not<\/em> see is 404s reported for the old URL, or the new one failing to get indexed at all \u2014 either means the redirect isn&#8217;t working, so re-test it with <code>curl<\/code>.<\/p>\n<h2>Changing the site-wide permalink structure<\/h2>\n<p>Everything above is about one post. Settings \u2192 Permalinks is a different animal: it changes the URL of <em>every<\/em> post at once, so going from <code>\/2019\/03\/my-post\/<\/code> to <code>\/my-post\/<\/code> is a full site migration in one click. WordPress does try to handle it and can often work out the right destination from an old-style URL \u2014 but with heavy caching, nginx, or custom post types in play, that behaviour is far less reliable than people assume. If you genuinely need the change:<\/p>\n<ol>\n<li><strong>Take a full backup<\/strong> \u2014 files and database. Non-negotiable.<\/li>\n<li><strong>Export your current URLs<\/strong> first, so you have a definitive before-and-after list.<\/li>\n<li><strong>Write a pattern-based redirect rule<\/strong>, not thousands of individual ones. On Apache, <code>RedirectMatch 301 ^\/[0-9]{4}\/[0-9]{2}\/(.*)$ \/$1<\/code> maps every dated URL to its flat equivalent in one line; on nginx, a <code>rewrite<\/code> with a capture and <code>permanent<\/code>.<\/li>\n<li><strong>Test a sample<\/strong> with <code>curl -I<\/code>: a recent post, an old post, a page, a category, a custom post type.<\/li>\n<li><strong>Purge every cache<\/strong> \u2014 page, object, CDN \u2014 and resubmit the sitemap.<\/li>\n<li><strong>Check Search Console daily<\/strong> for a couple of weeks rather than weekly.<\/li>\n<\/ol>\n<p>Expect a larger and longer dip than a single-post change; you&#8217;ve asked Google to re-crawl and re-map the entire site. If your structure is merely inelegant rather than actively harmful, this is one of the clearest cases in WordPress of leaving well alone.<\/p>\n<h2>Frequently asked questions<\/h2>\n<h3>Does changing a permalink hurt SEO?<\/h3>\n<p>It hurts if you change the slug and stop there, because the old URL immediately returns a 404 and every link pointing at it is wasted. With a 301 from the old URL to the new one, ranking signals pass through and the damage is limited to a temporary dip while Google recrawls the page. The bigger risk is doing it for no reason: words in the URL are a very minor ranking factor, so unless you have a real problem like a rebrand, a stale year or a misleading slug, leaving it alone is the safer call.<\/p>\n<h3>Do I still need a redirect if WordPress handles old slugs automatically?<\/h3>\n<p>Yes. WordPress does store previous slugs and can often forward an old URL to the new one, which is a helpful backstop, but it only covers changes it recorded itself and doesn&#8217;t reliably survive every setup, caching layer or permalink structure change. Set an explicit 301 so the behaviour is deterministic and testable, and turn on your redirect plugin&#8217;s option to create that 301 automatically whenever a published permalink changes.<\/p>\n<h3>How long does it take Google to update a changed URL?<\/h3>\n<p>Typically a few days to a few weeks, depending on how often the page is crawled. You can speed it up by requesting indexing for the new URL in Search Console&#8217;s URL Inspection tool and resubmitting your sitemap. You&#8217;ll know the move has been processed when the old URL appears under &#8220;Page with redirect&#8221; in the Pages report and the new URL starts accumulating impressions in the Performance report \u2014 a temporary dip in between is normal.<\/p>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Does changing a permalink hurt SEO?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"It hurts if you change the slug and stop there, because the old URL immediately returns a 404 and every link pointing at it is wasted. With a 301 from the old URL to the new one, ranking signals pass through and the damage is limited to a temporary dip while Google recrawls the page. The bigger risk is doing it for no reason: words in the URL are a very minor ranking factor, so unless you have a real problem like a rebrand, a stale year or a misleading slug, leaving it alone is the safer call.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I still need a redirect if WordPress handles old slugs automatically?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. WordPress does store previous slugs and can often forward an old URL to the new one, which is a helpful backstop, but it only covers changes it recorded itself and doesn't reliably survive every setup, caching layer or permalink structure change. Set an explicit 301 so the behaviour is deterministic and testable, and turn on your redirect plugin's option to create that 301 automatically whenever a published permalink changes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does it take Google to update a changed URL?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Typically a few days to a few weeks, depending on how often the page is crawled. You can speed it up by requesting indexing for the new URL in Search Console's URL Inspection tool and resubmitting your sitemap. You'll know the move has been processed when the old URL appears under \\\"Page with redirect\\\" in the Pages report and the new URL starts accumulating impressions in the Performance report \u2014 a temporary dip in between is normal.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Changing a published post&#8217;s URL in WordPress takes about four seconds: open the post, edit the permalink field, hit update. The clean-up afterwards is what takes \u2026<\/p>\n","protected":false},"author":1,"featured_media":200,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":["post-199","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog<\/title>\n<meta name=\"description\" content=\"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog\" \/>\n<meta property=\"og:description\" content=\"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/\" \/>\n<meta property=\"og:site_name\" content=\"JnK Plugins Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-27T14:23:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Suresh K Meena\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Suresh K Meena\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/\"},\"author\":{\"name\":\"Suresh K Meena\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"headline\":\"How to Change a WordPress Permalink Without Losing Traffic\",\"datePublished\":\"2026-07-27T14:23:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/\"},\"wordCount\":1846,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/change-permalink-safely.png\",\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/\",\"name\":\"Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/change-permalink-safely.png\",\"datePublished\":\"2026-07-27T14:23:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\"},\"description\":\"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/change-permalink-safely.png\",\"contentUrl\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/change-permalink-safely.png\",\"width\":1200,\"height\":630,\"caption\":\"Change a WordPress permalink safely \u2014 featured card\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/change-wordpress-permalink-without-losing-traffic\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change a WordPress Permalink Without Losing Traffic\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/\",\"name\":\"JnK Plugins Blog\",\"description\":\"Guides, comparisons, and tutorials for our WordPress plugins\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/#\\\/schema\\\/person\\\/601d025989fe7e0c285dd7fff36d9feb\",\"name\":\"Suresh K Meena\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g\",\"caption\":\"Suresh K Meena\"},\"description\":\"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.\",\"sameAs\":[\"https:\\\/\\\/jnkplugins.com\"],\"url\":\"https:\\\/\\\/jnkplugins.com\\\/blog\\\/author\\\/suresh\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog","description":"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.","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:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/","og_locale":"en_US","og_type":"article","og_title":"Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog","og_description":"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.","og_url":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/","og_site_name":"JnK Plugins Blog","article_published_time":"2026-07-27T14:23:01+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png","type":"image\/png"}],"author":"Suresh K Meena","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Suresh K Meena","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#article","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/"},"author":{"name":"Suresh K Meena","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"headline":"How to Change a WordPress Permalink Without Losing Traffic","datePublished":"2026-07-27T14:23:01+00:00","mainEntityOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/"},"wordCount":1846,"commentCount":0,"image":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png","articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/","url":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/","name":"Change a WordPress Permalink Without Losing Traffic - JnK Plugins Blog","isPartOf":{"@id":"https:\/\/jnkplugins.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#primaryimage"},"image":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#primaryimage"},"thumbnailUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png","datePublished":"2026-07-27T14:23:01+00:00","author":{"@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb"},"description":"How to change a WordPress post URL safely: when it is worth it, what breaks, and the 7-step workflow (301, internal links, sitemap, GSC) that keeps traffic.","breadcrumb":{"@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#primaryimage","url":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png","contentUrl":"https:\/\/jnkplugins.com\/blog\/wp-content\/uploads\/2026\/07\/change-permalink-safely.png","width":1200,"height":630,"caption":"Change a WordPress permalink safely \u2014 featured card"},{"@type":"BreadcrumbList","@id":"https:\/\/jnkplugins.com\/blog\/change-wordpress-permalink-without-losing-traffic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jnkplugins.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Change a WordPress Permalink Without Losing Traffic"}]},{"@type":"WebSite","@id":"https:\/\/jnkplugins.com\/blog\/#website","url":"https:\/\/jnkplugins.com\/blog\/","name":"JnK Plugins Blog","description":"Guides, comparisons, and tutorials for our WordPress plugins","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jnkplugins.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/jnkplugins.com\/blog\/#\/schema\/person\/601d025989fe7e0c285dd7fff36d9feb","name":"Suresh K Meena","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a4697e28623a48b2ee5ce631fb355d9e2dcc08a7ffb793cc5dd2885fe53dc4b2?s=96&d=mm&r=g","caption":"Suresh K Meena"},"description":"Suresh has been building web apps for over 15 years and is the founder of JnK Plugins, where he makes honest, no-bloat WordPress tools that keep your data in your own hands. Away from the keyboard he is usually at a chessboard, thinking a few moves ahead \u2014 and he is always ready to learn something new.","sameAs":["https:\/\/jnkplugins.com"],"url":"https:\/\/jnkplugins.com\/blog\/author\/suresh\/"}]}},"_links":{"self":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/comments?post=199"}],"version-history":[{"count":0,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/posts\/199\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media\/200"}],"wp:attachment":[{"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/media?parent=199"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/categories?post=199"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jnkplugins.com\/blog\/wp-json\/wp\/v2\/tags?post=199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}