How do I redirect old pdf permalink to new one?

Waifu_tatyana

Elite Member
Joined
Apr 20, 2021
Messages
2,499
Reaction score
1,793
from wp-content/media/old-date/name.pdf to /wp-content/media/new-date/name.pdf


I tried with rank math but when I click on the Google results page it still shows 404.

Do I need to do htaccess?

Also which is better for link juice?
Pdf to pdf redirect or pdf to html page redirect?
 
Last edited:
A 404 issue may require an .htaccess fix. For better link juice, PDF to HTML redirects are preferred as they maintain content and SEO value during redirection.
 
Yes .htaccess is the best go-to when a classic redirect doesnt work on rank math.
 
Using .htaccess with mod_rewrite should work. Add a 301 rule for the old to the new URL.
 
Redirect the old pdf url to the html post

Add rel canonical from new pdf url to post html

Rel canonical need to be added via http header

And on your post html, copy some excerpt from the pdf file into post html
 
Back
Top