You are not logged in.

#1 2015-02-05 10:44:47

husnain
User RankUser RankUser RankUser RankUser RankUser Rank
Administrator
From: Chichawatni,Pakistan
Registered: 2014-10-03
Posts: 8,129
Website

Black Hat SEO Hidden Content Technique

Black Hat SEO Hidden Content Technique:


Hidden content comes in many guises but the basic principle is that within the code for the site there will be content stuffed with keywords, this content will not be visible to the end user of the site.

One way of doing this is by using comment tags.
Comment tags look like this;
<!– Comment Tag –>

The real purpose of comment tags is for developers to add in useful reminders within their code explaining what that piece of code does.
Here’s an example of the comment tag being used correctly,
<!– Start of the Main Content –>

Here’s an example of a comment tag being used incorrectly in a bid to promote a hypothetical page targeting search engine optimisation,
<!—Search engine optimisation, SEO, professional search engine optimisation company, spamming search engines –->

Another popular way of hiding content is the use of the <noscript> tag. The <noscript> tag should be used to inform a user that a script is being used but their browser either doesn’t support the script language used or they have that function turned off.

Here’s an example of the <noscript> tag being used correctly,

&ltscript type=”text/javascript”>
<!– document.write(“Hello World!”) //–>
</script><br />

<noscript>Your browser does not support JavaScript!</noscript>

Here’s an example of the <noscript> tag being used as a black hat SEO technique again in a bid to promote a hypothetical page but this time targeting car hire,
<noscript>

Imaginary Car Hire Firm do Car Hire which is very affordable so if you want to hire a car call our car hire firm because we are the best car hire firm in the world
</noscript>

Other HMTL tags misused in similar ways include the <noframes> tag and hidden inputs in forms.
Content can also be hidden from the end user by using CSS, excessively small text and coloured text on the same coloured background.
All of these techniques are frowned upon by search engines and if detected can mean your website will be penalised or even banned. To the untrained eye it can be very difficult to spot the use of some of these techniques which is why we offer a free website MOT test at PushON.


You cannot discover the new oceans unless you have the courage to lose the sight of the shore.

2015-02-05 10:44:47

Advertisement
Ads By Google

Re: Black Hat SEO Hidden Content Technique



\n

Board footer