Website with btn links

Djalminha

Regular Member
Joined
Dec 10, 2011
Messages
451
Reaction score
69
I found a website that i would like to buy. The Internal and External Links are made in this format : [btn link="Full URL" color="grey"].

I never made Links like that.

Are they good for SEO ? Shall i keep them if i buy the website or shall i change the Link format ?

Thx for your help
 
You can use it it is harmless. Every coder and designer has its own way to work. Anyhow it does not hurt your Site from SEO Point of view. It has good to go with this site.
 
Those are not links. Whatever they are is some kind of markup for some other processor that spits out html.
 
Those are not links. Whatever they are is some kind of markup for some other processor that spits out html.

thx for your help, so you would say it is better to change them for Internal Link Juice
 
Where does this stand? So, where did you find this markup?
Is this a WordPress site? In that case it could be that these are shortcodes.
If they are, you'd have to take a look on what replaces them in the HTML
 
it is a wordpress site, and thanks for your help, it seams to be a shortcode.
If i look at the website code i can see this:

a href="http://www.amazon.xxxxxxxxxxxxxxxxxx" class="btn2 grey ">zu Amazon</a>

That's what I thought.
It's just used for the styling, it's replaced with a normal link in the output html it just gives it the classes btn2 and grey. Therefor it's safe to use :)
You could also just write it with the normal html markup in the page, might be useful if you want to add nofollow to the link or anything, just add the class="btn2 grey" to it and it should look the same ;)
 
ok, problem is that i am not happy with the actual internel link structure but i am not sure how it would work best
 
Back
Top