How To Change Your Blog Into Dofollow
Page 1 of 1 • Share
- SpeedLv2: Member
- My Club :
Posts : 64 Posts Liked : 21
If one is using blogger.com or wordpress how could it be changed into dofollow blog
- DeswimmerAdministrator
- Gender : Male
Time Online : 50d 3h 17m 1s
State : Enugu
My Club :
Posts : 533 Posts Liked : 140
Awards :
if you are using blogger.com edit you blog html by using this step
BLOGGER
Step 1: Find “NO FOLLOW”
<a expr :href=’data:comment authorurl’ ref=”nofollow”>
Step 2: Change NO FOLLOW TO DOFOLLOW
Like <a expr :href=’data:comment authorurl’ ref=”dofollow”>
Or you will just remove ref=”nofollow”
Just like <a expr :href=’data:comment authorurl’ >
WORDPRESS
Step 1: Find external nofollow and just remove it
$return=<a href=’$url’ rel=’external nofollow’ class=url>$=author</a>
Step 2: Remove nofollow
$return=<a href=’$url’ rel=’external’ class=url>$=author</a>
- ParadiseAdministrator
- Gender : Male
Time Online : 52d 6h 12m 24s
State : Ebonyi
My Club :
Posts : 1101 Posts Liked : 381
Awards :
DeSwimmer wrote:if you are using blogger.com edit you blog html by using this step
BLOGGER
Step 1: Find “NO FOLLOW”
<a expr :href=’data:comment authorurl’ ref=”nofollow”>
Step 2: Change NO FOLLOW TO DOFOLLOW
Like <a expr :href=’data:comment authorurl’ ref=”dofollow”>
Or you will just remove ref=”nofollow”
Just like <a expr :href=’data:comment authorurl’ >
WORDPRESS
Step 1: Find external nofollow and just remove it
$return=<a href=’$url’ rel=’external nofollow’ class=url>$=author</a>
Step 2: Remove nofollow
$return=<a href=’$url’ rel=’external’ class=url>$=author</a>
- WebtechModerator
- Time Online : 4h 8m 25s
State : Ph
My Club :
Posts : 153 Posts Liked : 109
Awards :
That's great
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum