Mobile app version of vmapp.org
Login or Join
Jamie184

: Redirecting a single link from my site to a new one I have a WordPress blog say exampleblog.com and I have a YouTube channel too. Basically, I want to put a custom link to subscribe to my

@Jamie184

Posted in: #Redirects #Youtube

I have a WordPress blog say exampleblog.com and I have a YouTube channel too. Basically, I want to put a custom link to subscribe to my channel like so exampleblog.com/subscribe to put in my YouTube description. I am using the meta-refresh method but found here that is not the best practice SEO-wise.

What kind of redirect should I use then? I read about all the 300 type of redirects and honestly all of them seem to suit me well.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Jamie184

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

Google provides a simple yet great solution to effortlessly embed a subscribe button on any website.


Go to Google's Configure a Button generator.
Enter Channel / User name
Style the button
Copy the code to be pasted on your website.


Using a text link to redirect a user to a Youtube Channel, where the visitor is prompted to Subscribe. That code is as follows.
www.youtube.com/subscription_center?add_user=GoProCamera

replace "GoProCamera" with your own username and you're done.

Retrieving your Youtube User Id and Channel Id.

Youtube ID's are located in the " Overview > Advanced " section of your Youtube account.



To address your other concerns.


I am using the meta-refresh method but found here that is not the best practice, SEO-wise.


The meta-refresh syntax should not be used in this case.

What is meta-refresh good for? How about I tell you how deceptive usage has caused concern for this method.

You visit a site, and 20 secs later, you are redirected to another page, and from there 3 pop ups appear. That can quickly annoy a user and the rest could be played out in your mind of all the ways to avoid using it improperly.

301 redirects and similar methods will serve no purpose here.

They are usually used where a site has changed a name for instance Http to Https. Not applicable here for any reason.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme