---
title: "How to Remove wlwmanifest, RSD & Shortlink Link in WordPress Website?"
url: https://nexterwp.com/docs/remove-wlwmanifest-rsd-shortlink-link-in-wordpress/
date: 2023-04-18
modified: 2026-04-15
author: "Aditya Sharma"
description: "WordPress is a powerful content management system that provides numerous features to website owners. However, some of these features such as wlwmanifest, RSD, and Shortlink links may not be necessary..."
image: https://nexterwp.com/wp-content/uploads/2024/05/remove-wlwmanifest-rsd-shortlink-link-in-wordpress-1024x519.jpg
word_count: 287
---

# How to Remove wlwmanifest, RSD & Shortlink Link in WordPress Website?

## Key Takeaways

- Nexter Extension (Free) removes wlwmanifest, RSD, and Shortlink tags at once, instead of disabling them individually with multiple plugins.
- WordPress adds wlwmanifest by default, and it is used by Windows Live Writer, so sites that do not use Windows Live Writer can disable it.
- Nexter > Extensions > Performance opens Advanced Performance, where enabling Remove RSD Link, Remove wlwmanifest Link, and Remove Shortlink and clicking Save removes those tags from the source code.

WordPress is a powerful content management system that provides numerous features to website owners. However, some of these features such as wlwmanifest, RSD, and Shortlink links may not be necessary for all websites. These links are automatically generated by WordPress and can be found in website source code. In those cases disabling them can optimise your website for better performance.

Disabling all these individually might require multiple plugins but with the [Nexter Extension (Free) plugin](https://wordpress.org/plugins/nexter-extension/) you can easily remove these tags.

## Learn via Video Tutorial

https://youtu.be/JLlISBBzQFg?t=1476

## Why Disable Wlwmanifest?

This is added with the WordPress default installation. It is used by [Windows Live Writer](https://en.wikipedia.org/wiki/Windows_Live_Writer) and if you don’t use Windows Live Write you should disable this link.

## Why Disable RSD?

This is added with the WordPress default installation. If you edit your site from browser then this code is not required and it is also used by some 3rd party applications that utilize XML-RPC requests. In most cases, this is just unnecessary code.

## Why Disable Shortlink?

This tag is also added with the WordPress default installation. This is used for a shortlink to your pages and posts. But if you are using pretty permalinks, such as domain.com/post-name you can remove this tag.

This is how the tags look in the source code.

![rsd shortlink wlw](https://nexterwp.com/wp-content/uploads/2023/04/rsd-shortlink-wlw-1.png)

## How to Disable Wlwmanifest, RSD and Shortlink with The Nexter Extension?

To do this, from the WordPress Dashboard, go to **Nexter **>** Extension**s > **Performance**.

Then go to the **Advanced Performance **section, enable the toggle, and click on the gear icon (⚙).

![](https://nexterwp.com/wp-content/uploads/2025/05/advanced-performance-settings-new-1-1.png)

This will open the Advanced Performance popup, from there enable **Remove RSD Link**, **Remove wlwmanifest Link** and **Remove Shortlink**.

Then click on the **Save** button.

This will remove all those tags at once.