Sep 26, 2013

Clean your HTML

Filled under: , , ,

It is with great pleasure that I am here today to talk about the HTML and what we need to know our beginnings.

First, I want to thank Muhammad Asif Admin of wbupdates, for having kindly invited me to share my technical knowledge on this blog, especially with you!

For those who do not know me (everyone I think: P), my name is Muhammad Nasir, I'm 22 years old and I am currently in the process of becoming SEO. That said, I still spent a developer since I trained as a Webmaster for 3 years.

Now that the introductions are made, I can tell you this product oriented rather to the technique.

To begin, we'll go around the few subtleties to know about creating an HTML document, then we will see how to organize and clean our code. This will help you avoid mistakes, you read easily and make your practice and scalable code.

This article is primarily intended for beginners in HTML but will satisfy a large number of people who thirst for new information on the subject.

Create the first page

Firstly, in this first part, we will discuss the creation of a first HTML document. We'll see what tools to use, why it is better to develop in HTML5 rather than another version, and how we can prepare to produce quality code.

Tools
To create an HTML document, you only need a technically simple notepad. However, you can not have syntax highlighting that colors your tags, attributes and more. Moreover, it is not really practical to develop on the notepad as not a lot of functionality compared to other development-oriented tools.

Instead of notepad, so I suggest you initially choose Notepad + + . This is a very light that can be set as we see fit and most importantly development tool is free! Later, when you have PHP or other languages ​​under your belt, you can spend on software called IDE (Integrated Development Environment) such as Netbeans, Eclipse or Komodo. Fortunately, for HTML, we do not need these now "gasworks" that require a lot of resources in your computer.

Once Notepad + + downloaded, installed and started, the utility is in text mode. This means that everything you write will be considered textual content and nothing else. I suggest you switch to HTML mode by clicking Language-> HTML via the main menu.

From there, all your items will benefit from the syntax highlighting and Notepad + + default consider your content as HTML. Note that you most languages ​​available A to Z and it will be convenient to edit various and sundry files.

Then, to avoid encoding problems, I suggest you select UTF-8 (without BOM) via the menu -Encoding> Encode in UTF-8 (without BOM) . This avoids compatibility issues, problems or other accents. UTF-8 is universal.

Clear-your-html
Now that our tool is configured, we will address the software that interprets our HTML: The Browser. I suggest you to install multiple browsers on your computer in order to test your code on different solutions. In my case, I chose Mozilla Firefox as your primary browser, Internet Explorer and Google Chrome browsers as test. You can also install a type extension Firebug to help you identify your code errors.

After that, you will normally all the necessary tools to develop in HTML. Except maybe learning. Moreover, I propose now a small presentation of HTML5 so that you can think to use it now.

HTML5? Future reference ...
Since the birth of HTML in the 90s, many developments have emerged in progressively versions. New tags, new ways to develop and now new ways to restore the structures of our sites with HTML5.

Since the announcement of the revised HTML5 in 2007, the web swears by this language still in development today.

Why is it so popular HTML5? Why are we constantly encouraged to use this language? What are the mysteries behind it?

Many questions remain among us, but it is certain that in the future, it is this version that will mark the modernization, semantic web, and other important features of the web world.

To go into more detail and to encourage you to use this version HTML5 now, I can only show you some examples revealing the simplicity and logic of this version in 2014.

For example, the DOCTYPE (the statement that indicates the type of your document). Whether HTML4, XHTML or in another version except HTML5, it should bother to copy the beginning of each HTML file, a code like this:

<DOCTYPE HTML PUBLIC! "- / / W3C / / DTD HTML 4.01 Frameset / / EN"

"Http://www.w3.org/TR/html4/frameset.dtd">

For comparison, the HTML5 DOCTYPE is definitely simpler, smaller and less of a hassle to remember:

<! DOCTYPE html>

Easy is not it? Wait until you see my story on the DIV tags.

A DIV allows you to frame a number of HTML tags. This is a container that can contain an article, header, logo or another set.

The concern of the DIV in previous versions of HTML. Is that it was everywhere. The only thing that differentiated a DIV another, it was the name of the class or ID. Technically, we found ourselves with HEADER DIV, DIV CONTENT DIV LOGO FOOTER DIV, DIV SIDEBAR or more. You understand me, it's redundant and each developer puts his own class names or ID, the whole meaning of the code is to relearn.

HTML5 is a little different. DIV tags are also used, but new tags are used to structure your side and help you understand.

You have <header> tags that indicate the headers, the <aside> tags that indicate the sidebar, the <nav> tags that indicate your menus and navigation, and even <article> tags that I think you l will understand, tell your articles.

In short, semantically, you specify browsers, developers or search engine that element (the header, section, etc..), Is the true content defined between the opening and closing HTML5 you informed . This will always be true even if a particular class or id on information.

Of course, apart from these new tags, HTML5 offers the ability to drag and drop elements, generate graphics, to get a better media management and even manage geolocation. And again, this is not the complete list.

Basically, if you are a beginner, I think HTML5 is for you. Even if you are an experienced developer, I really encourage you to migrate to this version. In addition, you have lots of tutorials on the net and a highly active community.
HTML5_sticker
Imagine its structure is better developed
In the web world, there are lots of site structures. By structure I mean the number of elements, their position, their accessibility within a page. Some of these structures have a sidebar right, left and other others have for example one on each side. Same for each area of ​​a page (header, footer, content, etc.).

The important thing when developing is to project the image of our future page using our imagination. When we imagine our page, we can better imagine our code (and its structure).

Over time, of course you will learn techniques cleaner and more standardized, but the base, I can already try to explain to you today in this article.

I suggest you a little exercise to work on your own imagination and structure.

Take a sheet of paper and draw frames. These frameworks should represent the header, menu, content, sidebar and footer (customize the number and arrangement according to the desired page).

Then, within these frameworks, always put your items in a block. Draw your logo space, your modules, your menu items, your title area ... Until you complete your page as in your imagination. However Avoid placing frills such as text or intricate designs. Keep it simple by using only frames.
clear-your-html5
Now, because your design is finished, it'll just translate it into HTML via the tags you have learned. The HTML will develop in the direction of reading from left to right and top to bottom. Encode the header frame, then within that header, menu, menu items and so on until the last element of your design.

Overcome his fears to advance more
One thing that often happens when you start and what happened to me too, is that we do not dare for fear of developing or breaking all over again. It seems important to me to reassure you and trust you.

Making mistakes in HTML never break your computer or browser. Encode and test as long as you want. Expand your HTML structure and look in what order the browser interprets your web document. If it does not match the desired page make changes, move sets, tags, etc..

Anyway, whether HTML, CSS or any other language, there are usually several ways to always get his way. If you get the desired result is that it is good!

Then I'll tell you, because you grow, you will learn the methods and practices of the great gurus of HTML. Be patient;)

Organize your HTML

In this second part, we will discuss the organization of your HTML code. We will see how to make a blank basic elements which indicate the Head and Body part then we will end up on this notion of semantic popular HTML5.

The basis of the document? It's parroting ...
Normally, you are currently with your HTML editor and web structure (see above).

What you should know is that in general, the creation of an HTML document always starts the same way. It indicates the type of document, the HTML, Head and Body tags.

Then, we define the encoding of the document, its title and some other information. It seems simple like that ... And it really is! That's the worst! There are even ready bases such as HTML5 Boilerplate or Initializr is tell you how it can be trl!

When the Head made his statement
Once you have copied basic HTML is generally header information document aka Head party going on. This part provides developers, browsers, engines ... where your stylesheet, your scripts ... But also indicate the description of the page, which is the canonical page, etc.. This is sort of identity card of your web page.

Moreover, it is a part that is not visible itself. You can just see the title, description and possibly some other information. Everything depends on the operating system that everyone does.

Here to kick a simple Head and optimized for the vast majority of cases part:

seo-head
As you can see, there are tags that are not necessarily known to the general public ...

Normally, if you have a few basics, you should recognize the meta description and the relative link to the stylesheet. However, there are many other tags which ones I specified in the code above. Without going into detail about all of these tags is very important and each has its own peculiarities. Well organize your code in the order listed. The encoding, priority tags that act on the browser, the meta and then the other statements.

Enter the body of the document
The body is a party where you'll spend most of your time. The body of the page is where you develop your structure. You must specify these famous frames / blocks you have imagined.

Read your structure from left to right and top to bottom and try to translate what you see. I see part of my header, so I write my <header> and </ header>. Within this header, I dedicated my space logo. I do not have a tag so I put a <logo> <div id= »> »logo and closure that goes with it.

Within this space, I have a picture but a link. I write my anchor with its attributes <a href= »lien "title= »titre »> </ a> and I put my picture inside for it to be clickable <img src =" link to the image "alt =" alternate text ">.

After that, it is my navigation in the header? If so, I have only to put <nav> and </ nav> between the header tags (after the logo div) and if it is not, I said after the closing </ header>.

And so on! HTML is as simple as that. Just be careful, be careful what you write and be methodical. For my part, act like it do not ask me more problems in general. Put comments to As and you will find you.

Here to get an idea, a structure resembling the blog wbupdates.com:
html-body-(1)

 This is simplified, I must admit, but by dint of developing it will seem obvious. Observe this code, try your hand and document you! Everything will be fine!

Think about the semantics!
Last point before moving on to cleaning and optimizing our code. In HTML5, you have the power to specify exactly what type is each element. Try using semantic markup as much as possible to help players who use and interpret your code. Who knows, Google may like it ^ ^

Clean and Optimize your HTML

Third and last part of this article, you may have noticed, is still quite long. Here we will talk about cleaning and optimization, what I call the Cleaning-code (it should be called as it actually haha). This will allow you to read, to a rolling code and you make friends developers ;)

A good development for better reading
In the code I gave you above, I have indented each group of tags via the Tab key. I encourage you to do the same by creating a hierarchy of multiple levels.

As soon as you go "inside" a framework / set, indent before marking your next tag. Then when you switch to another main frame (header to section for example), go back to the same height as the previous one.
create-html
 If you prioritize on several levels, you can better reuse your code by copy / cut / paste. In addition, it facilitates maintenance and readings.

Moreover, the little trick that I would recommend is to look at your code in Firebug. It has the power to automatically manage these indentations. It can even help you learn.

Then on the class names and IDs, put clear and understandable names. If you can, put them by separating each word with dashes (post-content, top news, etc..).


After that, you can go to the W3C validator even though I think it is not necessarily useful.

Finally, a maximum reviewing what you do. Whether HTML, CSS or even PHP, comments are used to indicate for which you have produced this code. Your followers will thank you, believe me!

Sloppy code does not have a bright future
Sloppy code = code done quickly without paying attention to the consequences.

Even though I know that sometimes we are under time pressure, try a quality code quickly. Be productive! Do not use old techniques like eg FONT tags. Browsers have good read and interpret all this, you're going to bite the fingers later! Prefer to work on your speed of production rather than to rush everything indiscriminately.

Also, try to produce code that may change over time. Do not spend your development time only now. Think of the future!

In addition, to update continuously on new technology will allow you to do new things even more fun now!

When browsers misinterpret
For this last point, I suggest you talk browser compatibility. HTML5 in particular, there are compatibility issues with older versions of Internet Explorer or another. Tags are not recognized and it is difficult for the browser to interpret your page properly.

However, there are now scripts to counter these problems. They are:

The first set is to put in place the <html> tag.
html-tags
 The second set, meanwhile, ranks as soon as possible after the declaration of UTF-8:

html-utf8
After that, I can only suggest you to test your pages with utility http://browsershots.org which allows you to view the record of your documents in different web browsers.

You just have to enter the address of your page and then click Submit. You must then wait a few seconds before reloading the page with F5. If the expected result is this, is that it's good!

To conclude this point, I wanted to talk about scripts that you have to meet sooner or later. Currently there are lots of libraries and framework to simplify your life. Prefer to post your Footer rather than the Head. This will allow the browser to focus on your HTML and your CSS first.

Conclusion

We toured a lot about the creation, organization and clean HTML. It was filled with explanation, history and tutorial, but I hope that you will discover at least some useful information. I hope to see you soon for a new subject, and in the meantime, we welcome your comments below!

Thank you to you all and thank you again for the invitation to Asif!

Good development at all 

Posted By Muhammad Asif1:25 PM

Sep 25, 2013

You slay your SEO?

Filled under: ,

You slay your SEO? Make sure you do not shoot you a shot in the foot!

In talking with a friend engineer, I realized that the roles of the HTML and CSS are relatively unknown.

Here is a little reminder for you ... basic essential for your SEO!

HTML, this semantic language

HTML is used to structure your content so semantics, IE giving it meaning. Sense to the reader but also makes sense for Google and other robots that populate the landscape.

A simple example: a title.

seo tips


To write on a page, I have two solutions:

Nothing to do with HTML!

First solution, I write like a paragraph line, then, with my WYSIWYG editor, I give it an appearance of title (size, bold, underline ...).

Your visitors are fire and take it for a good title, reading the text will not be disturbed.

By cons, Google will consider not as a title but as any paragraph (Google does not see the appearance, he sees only the HTML): farewell the weight of your keywords wisely placed in a "title "! Farewell SEO!

HTML, my savior

Second solution (and only to remember): Use HTML "h2" tag (or h3, h4 ... depending on the level of importance of your title).

This way you blow twofold threefold: first, the browser will automatically display as a title (and yes, it also reads the HTML), IE fat and large.

So, your visitors are happy: they understand that this is a title and reading the text is not disturbed.

Finally, Google understands that this is a security and enhances the keywords in the text.

The dream! :)

I have here an example of a title, but it remains valid regardless of the tag used. In the eyes of google: a paragraph is not a bulleted list, a link is not a title, an image is not an iframe!

In short, Google calls a spade a spade, and you will not make him think he is a dog in the costuming skillfully.

And CSS in?

CSS precisely, will allow you to give the appearance that you want to elements defined in HTML.

Tired of seeing your bulleted lists like this?

bulleted tips


Decorate them as you want , CSS is made ​​for!

CSS-tips


We can even go further:



And yes, the menu is nothing more than a smart list. Lists apply to collections of elements of nature, they are ordered (numbered list) or unordered (bulleted list).

The navigation of a website's found in this category, and YET its appearance is not that of a list!

Semantic value = HTML = list of links: So to use HTML tag = "ul" and "li"
Visual aspect = CSS = online without chip: it changes the appearance in the CSS code.
Conclusion

You now have grasped the difference between HTML and CSS . manages the HTML background and CSS form.

This difference is crucial to respect an important principle of the web for better accessibility: the separation of content and form. Why is this important?

Imagine that tomorrow you want to adapt your website to smart phones, you can simply create a CSS file that controls the appearance of your HTML on this device. Your "old" CSS file will continue to be normally used by computer browsers, while the new one will be read by mobile phones.

How would you have done if the content and form were confused?

Find more tips for using HTML and CSS optimally and improve your SEO in my training "Introduction to HTML and CSS" .

Posted By Muhammad Asif4:07 AM

Sep 17, 2013

5 Ways to improve the content of the blog

Filled under: ,

Whatever the purpose of a blog, from making money , promote or sell products, to share without any economic interest, the content is the one that catches the attention of readers and Web surfers.
5 Ways to improve the content of the blog

Inspirations sometimes is on our side and create content makes us super simple, but for those times when it is absent, then I leave some tips you can keep in mind to improve the content of your blog:

Continuity and consistency

First, create content for your blog on a consistent basis will help you feel more comfortable with the writing process and assembly of articles (posts) and it will help you find your personal voice, and solidify your personality blogger.

Once you've found your voice, it's much easier to express yourself with personality and safety, and that's when people really begin "to listen."

The important thing is not to give the image of an expert, do not worry about it. The important thing is that you achieve express your ideas in a clear and straightforward, easy to understand your language simple, friendly and personal.

To achieve this continuity and consistency are very important, set hours of the day or if you can not do it regularly, at least some days of the week to sit down and write.

Collaborates with other Bloggers or Writers

Before achieving some work or project in collaboration with colleagues, we must begin to establish a relationship, communication with other bloggers and better if they are more experienced in our field or niche.

Having achieved this, you can try to contact them and offer some kind of benefit in return for reciprocal create content for you, of course the stronger are your connections and your ability to offer something in return, more power you'll have to get positive results. But remember that everything is based on "mutual benefit".

One idea mentioned above for example would be interviewing top bloggers in your niche.

Update old content

Search through the archives of your blog, or post entries with good quality content, adding links were you doing other post your newest blog, so attachment is easy internal movement of your readers and also you will provide a better experience providing relevant content your users.

This can be done manually, which is recommended, or install plug-ins in Wordpress or adding widgets to Blogger, you find them under the name of contents or related post.

He taught himself about the process of writing and editing

This option is one that requires more time and dedication, so down the road, is the one that brings benefits, is offered by the "better pay".

Anyone who has the tools to produce their own content, and good content will be the one that stands out. On the internet you can find whole volumes to help you become an athlete of writing, always considering the features it has an entry in a blog and niche.

Start a weekly series

This is a technique that can help you gain experience in a particular topic and also generate expectations in advance to your readers. It also helps promote the niche of your blog and give a profile of creativity to your blog.

If you dare to be original and start an entirely new, you can participate in an existing one called "blog carnival", you find many a site that is dedicated to publishing lists of blog carnivals "Blog Carnival"

Posted By Muhammad Asif4:24 PM

Aug 29, 2013

How to handle criticism and comments on our blog?

Filled under: , ,

Professional bloggers are professional communicators, so our items can often be criticized and even can become personally attacked by readers. Below, we discuss how to handle this situation professionally and how to use them for the benefit of our site.
How to handle criticism and comments on our blog?

Among the category beginners questions arise how to blog, how to design, how to program and one of the most recurrent is how to stay creative writing (which no issues have been dedicated in the past). But once overcome these stages, one of the typical conflicts that arise is the controversy caused by our products. Needless to repeat the importance of allowing comments on our items, but sometimes these comments can be aggressive, offensive, or may face each other our fans.

At first glance this seems counterproductive, but you'd be surprised how attractive it is for the general public such discussions. Indeed, many sites dedicated to celebrity news, sports and politics encourage such discussions to generate more visits. However, from the point of view of this editorial, we must know how to handle these disputes so as not to become protagonists of our space, namely benefit them and handle them indispensable professional.

First, not to self-censor in expressing our views and positions when we are to write a new article, If your view can spark some sort of controversy, do not hide it, unlike, defend with clear fundamentals and offers a brainstorming stage free and open to all. Our fans will appreciate it, because they want to hide our views and always a bad strategy. With this in mind, also remember that it is very difficult to conform to all our readers, and what you awaken in them not only the identification and membership of your ideas, but interest in the subject. Search the unanimous approval of your readers is an impossible task to end up frustrated with your work.

Once a dispute has been installed from one of your items your job is to make clear what your position (in case that is not clear) and make sure you do not offend the sensibilities of your followers. Never attack a reader directly and you should always thank your participation, because this is what gives value to your stuff. If you've confused accept your mistakes, apologize if you offended, but always respecting your posture as you must prove safe, confident and educated, because ultimately you are the authority on this forum to exchange ideas.

These pseudo feedback discussions between bloggers serve us to keep our eyes open and realize that stereotyping is not healthy as possible to our fans. While it is healthy to distinguish what kind of niche following us and what are the characteristics of the "People" who visit us daily (age range, occupations, demographics, interests and general opinions), we must never forget that they are individuals with passions and views, forgetting this is a serious mistake that will lead to "robotize" our production of content and value added gradually losing that readers seek.

In short, write content that can generate potential disputes can be beneficial as long as we handle with professionalism and know height accept the opinions and criticism judiciously in order to avoid unnecessary discomfort among our followers. That said, we recommend that you do not let between your comments direct attacks between supporters and much less insults and present, who warns the propelled and if you insist just moderate their publications in order to avoid hostile climates on your blog.

Posted By Muhammad Asif6:56 PM

Aug 28, 2013

Why your blog needs to have a defined brand?

Filled under: ,

For those who are taking their first steps into the wonderful world of blogging, talk about the importance of brand development for medium find it, for the most part, exaggerated or perhaps too ambitious. But on the contrary, have a concept of brand image and strong and well developed from the beginning is an excellent starting point for any blogger and will be an essential tool in positioning the site in the circuit.
Why your blog needs to have a defined brand?

For those who already have a few years on the market and we have professionalized in this work, we find it obvious the maxim of marketing or marketing dictates that having a strong brand facilitates communication, marketing and growth of any company. At first it is hard to see, hidden by the multitude of tasks involved in creating a media scratch and it often happens that we focus too much on the content and forget under what name, domain, image and communication and production concepts fundamental we present this material. Along with the design and programming, no doubt the brand is part of the fundamental components, care from the moment you start on any blog.

And at this point of the article will ask: But, what is the brand name for a blog?

The mark for any blog or website is the name and image on its surface that summarize the essence of the site. The brand must communicate not only the issues which are shared on the page but also its tone, perspective, character, communication style and function thereof. Obviously this is impossible to achieve with a simple logo and name, but the brand goes beyond that, the creation of a strong and enduring brand in the consumer unconscious must preach all these concepts mentioned above, so that once secured in the audience are not lost.

Companies from Coca-cola hierarchy have preached concepts like meeting family, celebration, friendship, fun and tradition and today at her logotype with white lettering and red background of profound trust in the intuitively product and we are pleased to confirm this trust to consume. This is the perfect example of the importance of a strong brand not only consume the product itself, but all that means.

Once achieved, this identification of concepts with a particular image that links the unconscious of our followers with the values we want to communicate the brand allows us to rest on its many benefits. When a publication enough to just show our logo or name for the user is interested and trust, Added to this in addition come merchandising potential benefits among others.

Another beneficial aspect of having a brand is defined from the start forcing you to realize yourself very necessary questions such as: What is the best name that summarizes the overall theme of my blog? What are my goals with it? What I want to communicate and highlight values with my site? What is the audience I am addressing? Once you have these concepts clear, not only can easily create your brand, but you will have the necessary communication basis where settle your future publications.

All this cluster of concepts that are the essence of your media must be accompanied by an image consistent with the message to be communicated. For the same we recommend that you investigate basics of color theory and design for getting caught not only by intuition.

Despite I do not propose your site over time will develop its own identity that the public identify and play from your domain, for example. It is for this reason that we recommend that the development of this category intangible but very important, is planned as possible so that you do not look related to an identity that you chose.

The brand development process is not only determined surface aesthetics to submit, on the contrary, is a thorough and thoughtful process that allows you to define the essence of your means and therefore know yourself better as a blogger.

Posted By Muhammad Asif6:43 PM

Jul 18, 2013

Publications Guest Authors: Precautions And Recommendation

Filled under: ,

As mentioned repeatedly in this space, the publications of articles by author's guest (Guest post) are very useful, not only to nourish our means of new content, but for positioning in major search engines.
Publications Guest Authors: Precautions And Recommendations
Anyway not always such publications are effective or beneficial. If we do it the right way, we resent the position and if we abuse malpractices can be penalized by the new positioning parameters used by the new updates as Google Panda.

For this reason we will present a series of recommendations and results to take into account when publishing such articles and to do it properly.

First of all you must allow the publication of the author's biographical information. There are different accessories that allow you to include in such articles and information from this tool every guest article will feature the signature of its author. Its main advantage is that if desired, the reader can directly contact the author of that particular article. In turn, you should have your own biography to share when you are the guest. This type of supplements give the advantage that certifies ownership information corresponds to an individual and is linked to an internal page of biography that has links to the various social networking profiles, so profiling information as the favors Google+ SEO. Such links are identified as real or links real links. It is also advisable link the author's name to this bio page when you name it in your site.

Secondly you allow guest authors include natural links within your articles. It is advisable to allow internal and external links of all kinds, provided they are directed to items of value that are not part of fraudulent positioning schemes (natural links). It happens that for fear of being penalized by the major search engines, blogs managers prefer not to post external links on our items. But if the source is reliable and we are sure that it is natural links, feel free to do so.

And finally when do create a link from the function "Follow" or "Unfollow" that offer blog development platforms (DoFollow and NoFollow links). In this way readers can leave their comments in a comfortable and immediate and experience the feeling of being updated with regard to publications.

In conclusion if you follow these recommendations are the following benefits: more people will feel part of your blog, you'll have more comments, you'll have more and better new content to search bots and invited authors will cross traffic to their publications.

If you take all these precautions when guest authors post articles, robots positioning analysis will find that the links in your media belong to publications by people and in no way penalize this practice, instead, improve their positioning for publishing quality information and original.

Those who recognize us as professional bloggers should strive to differentiate ourselves from the very extensive network of speculators who only intend to generate sites without any value to make money and all they want is to sell advertising space and generate as much spam as possible. Such sites do nothing to tarnish the reputation of our industry and hurt us all. That's why our commitment to our readers and our environment requires us to publish information of value to both of our own making and those who invite you to post on our blog.

What is SEO and what is SEM?

Posted By Muhammad Asif6:31 PM

Jul 15, 2013

Improving Seo With Plagiarism Detector

Filled under: ,

Increase traffic to our blog is one of the main objectives of all those who are dedicated to blogging professionally, duplicate content is one of the most common SEO problems that prevent us from achieving or hinder the traffic organic growth , adversely affecting our site .
Improving Seo With Plagiarism Detector

Then I explain because, as detected and how you can solve.

What is duplicate content? Texts are repeated on multiple pages, either on your own blog, or elsewhere (hence the problem involving the well-known publishing "press releases" or literature similar). Google wants information original, diverse and unique to provide a good experience to its users, so if in their scans within one, some or many pages with content (title and text) similar or equal simply filters out and excluded from their results from being displayed.

This can happen for various reasons, some of them are:

In external sites to your blog: When someone copy and paste the full text of your blog (though the copier will make some modifications, the browser detects the copy). This is called (or at least that is detected) Plagiarism, often it is done without malice, because there is a popular idea that the information on the website is free, and for lack of knowledge because the problem is, in which the search engine penalizes both sites being unable to recognize who is the original owner of the text, or worse can sometimes recognize as the original author to the site you copied penalty you, horrible situation but it has happened.

When using a system of content syndication (RSS, Feed burner, etc.), we must always make sure that it only an extract of our content, because otherwise these systems can publish the full text will be considered duplicate.

Within your own blog: When using different categories, tags or pages to a single text file. When you archive a text in different sections at the same time, it will appear at different URLs, is a common problem or mistake on blogs. Or when different pages within the blog content or description name and the same.

Tools to detect duplicate content and solve the problem

Google Webmaster Tools : If you use this tool to monitor the status of your blog by Google (if you have not already done so I recommend you give Register your blog in Google Webmaster Tools Webmaster or if you use Google in Spanish, is simple and very effective ).

Login to your account and accessing the "optimization" and then "Improvements HTML" and reviews the duplicate title tags and duplicate meta descriptions. The tool tells you the amount of existing copies and which pages found, so you can review and resolve.

Google Analytics: Using this tool to measure and monitor traffic statistics of your blog (if you do not, I recommend doing so, as it is excellent and gives you very valuable information and benefits), login to your account and go to "Content" and then click "Site Content" and finally "landing pages". The key is to look for suspicious URLs and pages that receive less organic traffic than they should.

To track duplicate content outside of your site, you can also use CopyScape or Plagiarisma.com

And once detected the problem how to solve it?

It is really a cumbersome problem and must be filled with patience to solve manually one by one and errors in the event that your site is multi-year, if it's new you may not have a lot of duplicate content and deliver better early problem.

If you Google Webmaster said internal duplicate content issues on your blog, you need to be corrected or page titles and Meta tags, manually one by one.

In the event that the copy is on an external site, you will have to contact you with their managers and ask them to remove your content on their sites. Communicates via email and try (though you're very annoying) to head amicably, as there is always the possibility that it was unintended.

Some things you can do to avoid duplicate content:

  • Do not use the same title and / or description in more than one page.
  • The text of each page should be unique across your blog and the Web.
  • When you copy a quote from another site, always include a link to the original.
  • Never copy an entire page, but in case you decide to do so ask before, includes a link to the source, and denies access to the search engine result page (you can use the rel = nofollow)

Later we will continue talking about this issue and possible solutions, as it has been one of the main problems that bloggers are presenting the new algorithm change Google Panda.

Posted By Muhammad Asif6:35 PM