Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have multiple links on my domain and all are 301 redirected URLs.

I want to use the meta information of my original URL, not the redirected URL.

For example, I have a link https://example.com and is 301 redirects to https://example.org.

When I add the https://example.com on facebook share debugger, it returns the meta of https://example.org.

Is there any solution to use the original URL meta.

i-e I am using the meta redirects as <meta http-equiv="refresh" content="0.5;url=https://example.org" />

question from:https://stackoverflow.com/questions/65916707/301-redirect-urls-meta

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
409 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...