I can use the bit.ly for shorten url in canonical? In terms of seo, right?
for example :
<link rel="canonical" href="<?php echo $post->og('bitly'); ?>" />
and
<meta property="og:url" content="<?php echo $post->og('bitly'); ?>" />
or
<link rel="canonical" href="<?php echo $post->og('url'); ?>" />
url : http://domain/post/title
bitly: http://bit.ly/3tcJjx
Which is correct?
Thank