---
title: "How to Remove wlwmanifest, RSD & Shortlink Link in WordPress Website?"
url: https://qa.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://qa.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

- Disabling wlwmanifest, RSD, and Shortlink links optimizes WordPress websites by removing unnecessary code.
- Nexter Extension (Free) plugin allows users to easily remove wlwmanifest, RSD, and Shortlink tags in WordPress.
- Users navigate to Nexter > Extensions > Performance to enable the removal of these tags with a single toggle.

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://qa.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://qa.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.