08-09-2013, 10:33 PM
Hi
I want to tell you one of my SEO techniques.
This technique is tested on several sites and I was successful.
However, these techniques for WordPress sites.
About this technique:
In fact, this is a great way to get Backlinks for the site.
Using this method, one or more Backlinks to be selected randomly.
To get started:
Upload the following PHP file on your host (the current theme folder):
http://>>>[[[Reported by Members as self-promotion / force users to register, premium upload!!!]]]<<</narbgryftvyl.html
Second step:
In Word Press, Add New Page, and write Permalink "rndrss".
Example: http://www.mysite.com/rndrss
And, in the Page Attributes > Template, choose "RandomRss".
Finally, click "Publish" button.
Third step:
You should get a Backlink using the code below:
Note: Instead of "www.mysite.com/rndrss" write your website address.
In my opinion, the best place to insert this code, below post of the site. (Single page)
What do you think about this method?
I want to tell you one of my SEO techniques.
This technique is tested on several sites and I was successful.
However, these techniques for WordPress sites.
About this technique:
In fact, this is a great way to get Backlinks for the site.
Using this method, one or more Backlinks to be selected randomly.
To get started:
Upload the following PHP file on your host (the current theme folder):
http://>>>[[[Reported by Members as self-promotion / force users to register, premium upload!!!]]]<<</narbgryftvyl.html
Second step:
In Word Press, Add New Page, and write Permalink "rndrss".
Example: http://www.mysite.com/rndrss
And, in the Page Attributes > Template, choose "RandomRss".
Finally, click "Publish" button.
Third step:
You should get a Backlink using the code below:
Magic Button :
PHP Code:
<?php
include_once(ABSPATH . WPINC . '/rss.php');
$rss = fetch_rss('www.mysite.com/rndrss/');
$maxitems = 10; // Total Link
$items = array_slice($rss->items, 0, $maxitems);
?>
<?php if (empty($items)) echo '<li>Link Not Found</li>';
else
foreach ( $items as $item ) : ?>
<li><a href='<?php echo $item['link']; ?>'
title='<?php echo $item['title']; ?>' target="_blank">
<?php echo $item['title']; ?>
</a></li>
<?php endforeach; ?>
Note: Instead of "www.mysite.com/rndrss" write your website address.
In my opinion, the best place to insert this code, below post of the site. (Single page)
What do you think about this method?