Cannoical Url with Blogspot

222222

Newbie
Joined
Feb 25, 2014
Messages
8
Reaction score
0
I can redirect url with blogspot, but how can you make it so the Cannoical URL is the same as the redirected URL when facebook scrape the site for information.

upload_2016-7-5_19-32-56.png
*Example website.

https://developers.facebook.com/tools/debug/og/object/?q=http%3A%2F%2Fbloginstructions.blogspot.co.uk%2F
 

Attachments

  • upload_2016-7-5_19-32-54.png
    upload_2016-7-5_19-32-54.png
    44.8 KB · Views: 3
Unless I misunderstood your question, you can try adding this between your <head> tags:

Code:
<link rel="canonical" href="http://new-url.com/" />
<metaproperty="og:url"content="https://new-url.com/" />
 
Nope, it doesn't work. I google multiple sites how to edit cannoical URL of blogspot but it doesn't work. It's not as simple as copy and paste a line of code. You need to personally make a blogspot and test it yourself to see if it works. Blogger is different from Wordpress or personal servers apparently.
 
Last edited:
OG tags work well for me.

If not, you can try cloaking your URL with a professional cloaker.
 
Back
Top