Simple SEO trick to Skyrocket Your Google Rankings

Chipicao

Power Member
Jr. VIP
Joined
Nov 6, 2016
Messages
656
Reaction score
647
Guys, I found this method before few months but I don't want to share it with you until I test it, so after some time, I saw a very big improvement with my site using this method. I will explain this in a very simple way because all BHW members are smart and will understand this with a basic explanation.

Method 1 : You will need some basic programming skills to build a very simple site + cheap domain/hosting and ad on google.
Method 2 : You will need programming skills to edit the Wordpress plugin's very simple site + cheap domain/hosting and ad on google.

How does it work?

First, you need to build a website like this embedgooglemap.net, the user writes the wanted location, and google generates map embed code with that location in the center and with your backlink in the code. People use this kind of site to add location on their websites mostly, now you will say but this can be generated from google maps or users will remove backlink, etc and you will be right but many people don't know how to do that and will search on google without even open google maps, and very low percentage of them actually will not remove backlink from code.
But how they will find my site and use it?
Easy make ad on google for some of these keywords: google Maps embed code generator/google map generator etc.

NOTE : This is the only example you can make an embed generator for whatever you want, some people can't find embed link on youtube video so you can make a site that will make embed code from a youtube link or anything else that they can use to add on their site and can be added with simple iframe/embed code.

Method 2 is with a WordPress plugin, you can download for example contact form or whatever plugin you want, best plugins are that with 100k+ downloads. Yeah, people have slow hosts so sometimes search it's not working inside their wp-admin, or don't even know that you can download the plugin directly from the plugin section on their website and they will search for example how to add a contact form on WordPress or something like that, your imagination should work, here again, so you will create simple website where there will be little explanation how to use the plugin blah blah and link to download. Of course, the plugin will have a backlink from your site and people will never notice.
Same here you make an ad on that keywords: how to add contact form WordPress or something that you have on your mind.
 
Thanks for sharing, but does anyone understand how this can benefit the keywords ranking?

Sorry, can anyone give more explanation, I just don't understand how the thing works here.

thanks in advance
 
So you mean remove main developer's credit and add your website's link?
 
So you mean remove main developer's credit and add your website's link?
exactly, it will take some time but it's working good and it's cheaper than any SEO package :D
 
How much rank it increases? Did you see any rank increase?
 
Can we see some graphs? Btw this is very clever
 
Love this method, will think about a spin and how to implement —> don’t u think G might catch on and penalize?
 
Nice share OP! I know this method is being used by one top rated movies website :) they have got huge traffic and steady rank in google
 
Love this method, will think about a spin and how to implement —> don’t u think G might catch on and penalize?

No you can't get penalized because it's only link sharing I think there's no problem with this strategy at all.

Nice share OP! I know this method is being used by one top rated movies website :) they have got huge traffic and steady rank in google

Yeah that's right, you have a sharp eye :D
 
Does buy google ad gives you a good chance of ranking your website? For example I would like to make a website for a image compressor plugin. If I write some good content , reviews etc. and leave a download link where the plugin has a backlink to my website and buy some google ad, are there good chances of ranking ?

Thanks
 
Hi
This method is some how old. Just be aware not to make site-wide backlinks if you guys are going to test it.
 
i reckon some people used this methods in the past to rank for some very good keywords... how would you go about doing this? (adding the links to the plugin)

WP falls under the GPL public license. This means any theme or plugin can be updated, changed, extended, etc by any developer.

You can take an existing theme/plugin and edit the source code (PHP files) and resell/remarket it.

By embedding backlinks in the PHP code like a design /author credit in the footer or a hidden backlink in the CSS, you get a backlink from every site that uses your plugin.

For example (php/HTML):
Code:
<div class="hiddentext" style="display: none;">
This text is not vIsible. Put an invisible 
backlink here. 
</div>

With CSS you can do things like set font size to 0 and/or offset the position of the link so it is far off the visibly displayed page.

For example (CSS) :
Code:
. hiddentext
{
position: absolute
top: 0px;
left: -5000px;
}

Use this CSS attribute on a backlink to position it far off what is visible in the browser window.

This is, of course, Blackhat SEO.
 
WP falls under the GPL public license. This means any theme or plugin can be updated, changed, extended, etc by any developer.

You can take an existing theme/plugin and edit the source code (PHP files) and resell/remarket it.

By embedding backlinks in the PHP code like a design /author credit in the footer or a hidden backlink in the CSS, you get a backlink from every site that uses your plugin.

For example (php/HTML):
Code:
<div class="hiddentext" style="display: none;">
This text is not vIsible. Put an invisible
backlink here.
</div>

With CSS you can do things like set font size to 0 and/or offset the position of the link so it is far off the visibly displayed page.

For example (CSS) :
Code:
. hiddentext
{
position: absolute
top: 0px;
left: -5000px;
}

Use this CSS attribute on a backlink to position it far off what is visible in the browser window.

This is, of course, Blackhat SEO.
Hi
This is so spammy. Google will catch you soon if you are using this method.
 
Back
Top