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://uploadboy.com/narbgryftvyl.html Second step: In Word Press, Add New Page, and write Permalink "rndrss". Example: 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: <?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; ?> PHP: 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?
You get best back link, if you create your site link in relevant site high page rank site & do flow site. Create
Why don't you just create a contextual link somewhere in your site linking to another page of yours. The affect would be the same IMO.
Its a method of placing rss field on our website. How for it will help in generating backlink. Please explain??