SlideShare a Scribd company logo
Sumeet Kaur Chadha
*
DIGITAL MARKETING
HTML BASICS FOR SEO
Contents
• What is HTML?
• HTML page structure
• HTML Header Area
• HTML Title
• HTML Description
• HTML keyword Meta tags
• Heading tags within a webpage
• What are Alt tags
• Assignment
What is HTML ?
HTML is a markup language for describing web documents (web
pages).
• HTML stands for Hyper Text Markup Language
• A markup language is a set of markup tags
• HTML documents are described by HTML tags
• Each HTML tag describes different document content
HTML Tags:
HTML tags are keywords (tag names) surrounded by angle brackets
<tagname>content</tagname>
The start tag is often called the opening tag. The end tag is often
called the closing tag.
How an HTML Page looks like ?
It is important that you understand the basics of how the coding for
a webpage is put together. You do not need to know the full
technical details, but it would help to have a basic understanding of
the sort of structure used within a web page.In order to view the
HTML source that makes up a Web page, simply display a webpage
within a browser such as Google Chrome, and then right click over
the webpage.
From the pop-up menu displayed, select a command such as ‘View
source’. The source code would then be displayed within a window
on your screen. If you look carefully you will see that the source
code is divided into two basic areas.
At the top is a header area while the rest of the source code is
divided into the body area.
HTML Header Area
A typical HTML header area is shown below. This is a simplified
example and you will normally find many other elements within the
header area besides those illustrated below.
As you can see the start of the header area is defined by a <head>
tag, while the end of the header area is defined by a </head> tag.
Example:
<!DOCTYPE html>
<head >
<title>Google Adwords Certification – Study material for Google
adwords certification exam Foundation level, Certification questions,
answers, tutorials and more</title>
</head>
</html>
HTML Title
As the name implies the title section within the HTML code defines
the title of a particular webpage. The Web page title is seen
displayed within the title bar of your web browser. The title is also
used by search engines such as Google to get an idea of what a
particular web page is about.
The title should be as concise as possible and describe exactly what
that particular page is about.
A very common error on many websites is to have every single
webpage within the website displaying exactly the same title. You
should always take the time to have different titles on each
individual webpage, and each title should exactly reflect the content
of that particular page.
All other things being equal getting the HTML title right is probably
the single most important factor affecting on-page SEO.
HTML KEYWORD META DESCRIPTION TAGS
The meta description in many ways is similar to the title and should
relate to the text contained within the title. As the name implies, the
description is there to add extra details to the information contained
within the title and as you might expect, you can enter more
information into the description area.
<head>
<meta name="description" content="This is an example of a meta
description. This will often show up in search results.">
</head>
HTML keyword Meta description tags
The keyword Meta tags used to be very important for SEO, but due
to misuse over the years they have become less and less important.
Some search engines will ignore them altogether. That said, it won’t
do any harm to have a good set of keywords, listed within the Meta
keyword tag section. You should list your keywords in order of
decreasing importance and you should separate each word or phrase
with a comma.
The meta description should employ the keywords intelligently, but
also create a compelling description that a searcher will want to
click. Direct relevance to the page and uniqueness between each
page’s meta description is key. The description should optimally be
between 150-160 characters.
Heading tags within a webpage
Within a webpage you will normally have a short piece of text, which
acts as a heading, and underneath you will have the body of the text
associated with that header.
You may be familiar with using headings within a word-processing
application such as Microsoft Word.
The use of headings within an HTML document uses exactly the
same principles. The main header is normally labelled as Header 1,
while you can also use sub-headers which will be labelled as header
2, header 3 etc.
TIP TIME
Google will pay a lot of attention to the text contained
within headers displayed within a webpage. You should
think very carefully about what text to include within your
headers, and find as many opportunities as possible to
include important keywords and phrases within your
header’s. Do not be tempted to stuff the headers with a
list of keywords or phrases.
What are Alt tags?
Alt is short for alternative. If you think about it, Google knows
nothing about the content of any pictures you may have on your
website. If you have one picture of a car and another picture of a
mouse then all Google knows is that you have two pictures and
that’s about it.
The idea of alt text is that you can hide a little piece of information
behind each picture and basically tell Google what the picture is
about.
This may sound complicated but is actually really easy to do.
Whenever you have a picture on your website you should always
have alt text behind it. You will not see this alt text on the screen
but Google will be able to read it. This alt text can be rich in your
important keyword phrases. For instance if you have created a site
relating to trainings in Austin, you could display a picture in the
website, and the alt text behind the picture could contain the
phrase Trainings Austin.
What are Alt tags?
The reason this is important is because the alt text gives you an
opportunity to embed your important keyword phrases into your
website and they will not clutter up the screen or detract from the
visual look of your website. We see numerous client websites where
not a single picture has alt tag attached to it. This can harm your
search engine optimization as Google expects alt tags behind
pictures.
<img src="Delhi.gif" alt="Delhi">
Are You Ready -----
PRACTICAL ASSIGNMENT ON HTML -
Write HTML Using Notepad or TextEdit
Step 1 : Open Notepad
Step 2: Write Some HTML
Step 3: Save the HTML Page with .html or .htm extension
Step 4: View HTML Page in Your Browser
CAN YOU CREATE A PAGE USING HTML BASIC TAGS STUDIED IN
THE PREVIOUS SLIDES ?
IF YES, YOU ARE READY TO USE SEO FOR YOUR WEBSITE !!

More Related Content

What's hot

Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
Keith Borgonia Manatad
 
Html Tutorial
Html Tutorial Html Tutorial
Html Tutorial
DenMas Hengky
 
On Page Optimization Ii
On Page Optimization IiOn Page Optimization Ii
On Page Optimization Ii
balaabirami
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
Milecia McGregor
 
HTML & Textile Training
HTML & Textile TrainingHTML & Textile Training
HTML & Textile Trainingehealth
 
Search Engine Optimisation for Beginners
Search Engine Optimisation for BeginnersSearch Engine Optimisation for Beginners
Search Engine Optimisation for Beginners
Mark O'Leary
 
Class 1 handout (2) html exercises
Class 1 handout (2) html exercisesClass 1 handout (2) html exercises
Class 1 handout (2) html exercisesErin M. Kidwell
 
HTML_Day_Two(W3Schools)
HTML_Day_Two(W3Schools)HTML_Day_Two(W3Schools)
HTML_Day_Two(W3Schools)
Rafi Haidari
 
Search Engine Optimization
Search Engine OptimizationSearch Engine Optimization
Search Engine Optimization
overconfidentke10
 
Joomla! SEO NYC 2010
Joomla! SEO NYC 2010Joomla! SEO NYC 2010
Joomla! SEO NYC 2010
Jessica Dunbar
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
Rafi Haidari
 
Intro to html
Intro to htmlIntro to html
Intro to html
anshuman rahi
 
Search Engine Optimization Class-7
Search Engine Optimization Class-7Search Engine Optimization Class-7
Search Engine Optimization Class-7
M. Towfiqul Arafat
 
Seo rules
Seo rulesSeo rules
Seo rules
Zahida Parveen
 
Html
HtmlHtml
SEO and the HTML title Element
SEO and the HTML title ElementSEO and the HTML title Element
SEO and the HTML title Element
lhosford
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental concepts
Tsebo Shaun Masilo
 
Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTML
HubSpot
 

What's hot (20)

Lesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and ParagraphsLesson plan: HTML Formatting Texts and Paragraphs
Lesson plan: HTML Formatting Texts and Paragraphs
 
SEO Checklist
SEO ChecklistSEO Checklist
SEO Checklist
 
Html Tutorial
Html Tutorial Html Tutorial
Html Tutorial
 
On Page Optimization Ii
On Page Optimization IiOn Page Optimization Ii
On Page Optimization Ii
 
SEO
SEOSEO
SEO
 
HTML Tutorial
HTML TutorialHTML Tutorial
HTML Tutorial
 
HTML & Textile Training
HTML & Textile TrainingHTML & Textile Training
HTML & Textile Training
 
Search Engine Optimisation for Beginners
Search Engine Optimisation for BeginnersSearch Engine Optimisation for Beginners
Search Engine Optimisation for Beginners
 
Class 1 handout (2) html exercises
Class 1 handout (2) html exercisesClass 1 handout (2) html exercises
Class 1 handout (2) html exercises
 
HTML_Day_Two(W3Schools)
HTML_Day_Two(W3Schools)HTML_Day_Two(W3Schools)
HTML_Day_Two(W3Schools)
 
Search Engine Optimization
Search Engine OptimizationSearch Engine Optimization
Search Engine Optimization
 
Joomla! SEO NYC 2010
Joomla! SEO NYC 2010Joomla! SEO NYC 2010
Joomla! SEO NYC 2010
 
Html_Day_One (W3Schools)
Html_Day_One (W3Schools)Html_Day_One (W3Schools)
Html_Day_One (W3Schools)
 
Intro to html
Intro to htmlIntro to html
Intro to html
 
Search Engine Optimization Class-7
Search Engine Optimization Class-7Search Engine Optimization Class-7
Search Engine Optimization Class-7
 
Seo rules
Seo rulesSeo rules
Seo rules
 
Html
HtmlHtml
Html
 
SEO and the HTML title Element
SEO and the HTML title ElementSEO and the HTML title Element
SEO and the HTML title Element
 
Introduction to html fundamental concepts
Introduction to html fundamental conceptsIntroduction to html fundamental concepts
Introduction to html fundamental concepts
 
Code This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTMLCode This, Not That: 10 Do's and Don'ts For Learning HTML
Code This, Not That: 10 Do's and Don'ts For Learning HTML
 

Similar to HTML Basics for SEO

How to use meta tags to optimize a webpage
How to use meta tags to optimize a webpageHow to use meta tags to optimize a webpage
How to use meta tags to optimize a webpagezero360marketing
 
On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentation
ssusere32ae6
 
Advanced SEO - Ful2.com
Advanced SEO - Ful2.comAdvanced SEO - Ful2.com
Advanced SEO - Ful2.com
vgandhi86
 
Direct Marketing SEO
Direct Marketing SEODirect Marketing SEO
Direct Marketing SEOAlexisK
 
html complete notes
html complete noteshtml complete notes
html complete notes
onactiontv
 
html compete notes basic to advanced
html compete notes basic to advancedhtml compete notes basic to advanced
html compete notes basic to advanced
virtualworld14
 
13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking
Olatunji Adetunji
 
13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking
Olatunji Adetunji
 
jackylopez.com - Virtual Assistant and Web Development
jackylopez.com - Virtual Assistant and Web Developmentjackylopez.com - Virtual Assistant and Web Development
jackylopez.com - Virtual Assistant and Web Development
Jacky Lopez
 
KeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptxKeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptx
Dr.Satya Kumar
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
NextGenr
 
TOPIC 2 - HTML BASICS.pptx
TOPIC 2 - HTML BASICS.pptxTOPIC 2 - HTML BASICS.pptx
TOPIC 2 - HTML BASICS.pptx
TemitopeOsadare1
 
Html basics
Html basicsHtml basics
Html basics
Vjay Vijju
 
Learn HTML and CSS_ Learn to build a website with HTML and CSS
Learn HTML and CSS_ Learn to build a website with HTML and CSS Learn HTML and CSS_ Learn to build a website with HTML and CSS
Learn HTML and CSS_ Learn to build a website with HTML and CSS
simodafire
 
Merging Result-merged.pdf
Merging Result-merged.pdfMerging Result-merged.pdf
Merging Result-merged.pdf
simodafire
 
SEO ARTICLES - CHECKLIST ETC
SEO ARTICLES - CHECKLIST ETCSEO ARTICLES - CHECKLIST ETC
SEO ARTICLES - CHECKLIST ETCHarshil Shah
 
SEO On Page Activities 2014
SEO On Page Activities 2014SEO On Page Activities 2014
SEO On Page Activities 2014
Samskriti Business Solutions
 

Similar to HTML Basics for SEO (20)

How to use meta tags to optimize a webpage
How to use meta tags to optimize a webpageHow to use meta tags to optimize a webpage
How to use meta tags to optimize a webpage
 
On page seo ppt_presentation
On page seo ppt_presentationOn page seo ppt_presentation
On page seo ppt_presentation
 
Advanced SEO - Ful2.com
Advanced SEO - Ful2.comAdvanced SEO - Ful2.com
Advanced SEO - Ful2.com
 
Direct Marketing SEO
Direct Marketing SEODirect Marketing SEO
Direct Marketing SEO
 
html complete notes
html complete noteshtml complete notes
html complete notes
 
html compete notes basic to advanced
html compete notes basic to advancedhtml compete notes basic to advanced
html compete notes basic to advanced
 
13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking
 
13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking13 meta tags for seo keyword ranking
13 meta tags for seo keyword ranking
 
jackylopez.com - Virtual Assistant and Web Development
jackylopez.com - Virtual Assistant and Web Developmentjackylopez.com - Virtual Assistant and Web Development
jackylopez.com - Virtual Assistant and Web Development
 
KeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptxKeyWords & HTML Tags.pptx
KeyWords & HTML Tags.pptx
 
Seo Training
Seo TrainingSeo Training
Seo Training
 
seo
seoseo
seo
 
Html
HtmlHtml
Html
 
Basic Html Notes
Basic Html NotesBasic Html Notes
Basic Html Notes
 
TOPIC 2 - HTML BASICS.pptx
TOPIC 2 - HTML BASICS.pptxTOPIC 2 - HTML BASICS.pptx
TOPIC 2 - HTML BASICS.pptx
 
Html basics
Html basicsHtml basics
Html basics
 
Learn HTML and CSS_ Learn to build a website with HTML and CSS
Learn HTML and CSS_ Learn to build a website with HTML and CSS Learn HTML and CSS_ Learn to build a website with HTML and CSS
Learn HTML and CSS_ Learn to build a website with HTML and CSS
 
Merging Result-merged.pdf
Merging Result-merged.pdfMerging Result-merged.pdf
Merging Result-merged.pdf
 
SEO ARTICLES - CHECKLIST ETC
SEO ARTICLES - CHECKLIST ETCSEO ARTICLES - CHECKLIST ETC
SEO ARTICLES - CHECKLIST ETC
 
SEO On Page Activities 2014
SEO On Page Activities 2014SEO On Page Activities 2014
SEO On Page Activities 2014
 

Recently uploaded

7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
JeyaPerumal1
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
Javier Lasa
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
harveenkaur52
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
Gal Baras
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
GTProductions1
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
Rogerio Filho
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
cuobya
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
JeyaPerumal1
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
nhiyenphan2005
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
SEO Article Boost
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 

Recently uploaded (20)

7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
2.Cellular Networks_The final stage of connectivity is achieved by segmenting...
 
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdfJAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
JAVIER LASA-EXPERIENCIA digital 1986-2024.pdf
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027Italy Agriculture Equipment Market Outlook to 2027
Italy Agriculture Equipment Market Outlook to 2027
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
How to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptxHow to Use Contact Form 7 Like a Pro.pptx
How to Use Contact Form 7 Like a Pro.pptx
 
Comptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guideComptia N+ Standard Networking lesson guide
Comptia N+ Standard Networking lesson guide
 
guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...guildmasters guide to ravnica Dungeons & Dragons 5...
guildmasters guide to ravnica Dungeons & Dragons 5...
 
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
可查真实(Monash毕业证)西澳大学毕业证成绩单退学买
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...1.Wireless Communication System_Wireless communication is a broad term that i...
1.Wireless Communication System_Wireless communication is a broad term that i...
 
Bài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docxBài tập unit 1 English in the world.docx
Bài tập unit 1 English in the world.docx
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
Understanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdfUnderstanding User Behavior with Google Analytics.pdf
Understanding User Behavior with Google Analytics.pdf
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 

HTML Basics for SEO

  • 1. Sumeet Kaur Chadha * DIGITAL MARKETING HTML BASICS FOR SEO
  • 2. Contents • What is HTML? • HTML page structure • HTML Header Area • HTML Title • HTML Description • HTML keyword Meta tags • Heading tags within a webpage • What are Alt tags • Assignment
  • 3. What is HTML ? HTML is a markup language for describing web documents (web pages). • HTML stands for Hyper Text Markup Language • A markup language is a set of markup tags • HTML documents are described by HTML tags • Each HTML tag describes different document content HTML Tags: HTML tags are keywords (tag names) surrounded by angle brackets <tagname>content</tagname> The start tag is often called the opening tag. The end tag is often called the closing tag.
  • 4. How an HTML Page looks like ? It is important that you understand the basics of how the coding for a webpage is put together. You do not need to know the full technical details, but it would help to have a basic understanding of the sort of structure used within a web page.In order to view the HTML source that makes up a Web page, simply display a webpage within a browser such as Google Chrome, and then right click over the webpage. From the pop-up menu displayed, select a command such as ‘View source’. The source code would then be displayed within a window on your screen. If you look carefully you will see that the source code is divided into two basic areas. At the top is a header area while the rest of the source code is divided into the body area.
  • 5. HTML Header Area A typical HTML header area is shown below. This is a simplified example and you will normally find many other elements within the header area besides those illustrated below. As you can see the start of the header area is defined by a <head> tag, while the end of the header area is defined by a </head> tag. Example: <!DOCTYPE html> <head > <title>Google Adwords Certification – Study material for Google adwords certification exam Foundation level, Certification questions, answers, tutorials and more</title> </head> </html>
  • 6. HTML Title As the name implies the title section within the HTML code defines the title of a particular webpage. The Web page title is seen displayed within the title bar of your web browser. The title is also used by search engines such as Google to get an idea of what a particular web page is about. The title should be as concise as possible and describe exactly what that particular page is about. A very common error on many websites is to have every single webpage within the website displaying exactly the same title. You should always take the time to have different titles on each individual webpage, and each title should exactly reflect the content of that particular page. All other things being equal getting the HTML title right is probably the single most important factor affecting on-page SEO.
  • 7. HTML KEYWORD META DESCRIPTION TAGS The meta description in many ways is similar to the title and should relate to the text contained within the title. As the name implies, the description is there to add extra details to the information contained within the title and as you might expect, you can enter more information into the description area. <head> <meta name="description" content="This is an example of a meta description. This will often show up in search results."> </head>
  • 8. HTML keyword Meta description tags The keyword Meta tags used to be very important for SEO, but due to misuse over the years they have become less and less important. Some search engines will ignore them altogether. That said, it won’t do any harm to have a good set of keywords, listed within the Meta keyword tag section. You should list your keywords in order of decreasing importance and you should separate each word or phrase with a comma. The meta description should employ the keywords intelligently, but also create a compelling description that a searcher will want to click. Direct relevance to the page and uniqueness between each page’s meta description is key. The description should optimally be between 150-160 characters.
  • 9. Heading tags within a webpage Within a webpage you will normally have a short piece of text, which acts as a heading, and underneath you will have the body of the text associated with that header. You may be familiar with using headings within a word-processing application such as Microsoft Word. The use of headings within an HTML document uses exactly the same principles. The main header is normally labelled as Header 1, while you can also use sub-headers which will be labelled as header 2, header 3 etc.
  • 10. TIP TIME Google will pay a lot of attention to the text contained within headers displayed within a webpage. You should think very carefully about what text to include within your headers, and find as many opportunities as possible to include important keywords and phrases within your header’s. Do not be tempted to stuff the headers with a list of keywords or phrases.
  • 11. What are Alt tags? Alt is short for alternative. If you think about it, Google knows nothing about the content of any pictures you may have on your website. If you have one picture of a car and another picture of a mouse then all Google knows is that you have two pictures and that’s about it. The idea of alt text is that you can hide a little piece of information behind each picture and basically tell Google what the picture is about. This may sound complicated but is actually really easy to do. Whenever you have a picture on your website you should always have alt text behind it. You will not see this alt text on the screen but Google will be able to read it. This alt text can be rich in your important keyword phrases. For instance if you have created a site relating to trainings in Austin, you could display a picture in the website, and the alt text behind the picture could contain the phrase Trainings Austin.
  • 12. What are Alt tags? The reason this is important is because the alt text gives you an opportunity to embed your important keyword phrases into your website and they will not clutter up the screen or detract from the visual look of your website. We see numerous client websites where not a single picture has alt tag attached to it. This can harm your search engine optimization as Google expects alt tags behind pictures. <img src="Delhi.gif" alt="Delhi">
  • 13. Are You Ready ----- PRACTICAL ASSIGNMENT ON HTML - Write HTML Using Notepad or TextEdit Step 1 : Open Notepad Step 2: Write Some HTML Step 3: Save the HTML Page with .html or .htm extension Step 4: View HTML Page in Your Browser CAN YOU CREATE A PAGE USING HTML BASIC TAGS STUDIED IN THE PREVIOUS SLIDES ? IF YES, YOU ARE READY TO USE SEO FOR YOUR WEBSITE !!