際際滷

際際滷Share a Scribd company logo
HTML and CSS SEO Structures
HTML/CSS Structures? Code snippets which dont alter the browser view, just the code Early SEO structures were made using tables Current structures use HTML and CSS for maximum freedom of actions
Alter the code but not the browser view Code Browser Header Left sidebar Content
Normal table code: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr> <td colspan=&quot;2&quot; bgcolor=&quot;#00aaff >navigation bar (branding and advertising)</td> </tr> <tr> <td bgcolor=&quot;#ff00ff&quot;>left navigation bar</td> <td bgcolor=&quot;#33ff33&quot;>main content area</td> </tr> </table> Early structures were made with tables Browser view:
Table SEO hack: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr> <td colspan=&quot;2&quot; bgcolor=&quot;#00aaff >top navigation bar (branding and advertising)</td> </tr> <tr> <td><!-- leave me empty --></td> <td rowspan=&quot;2&quot; bgcolor=&quot;#33ff33&quot;>main content area</td> </tr> <tr> <td bgcolor=&quot;#ff00ff>left navigation bar</td> </tr> </table> Early structures were made with tables Browser view:
Using <DIV>s: <div style=&quot;width:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;> top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#ff00ff;padding:5px&quot;> left navigation bar</div> <div style=&quot;width:100px;float:left;background:#33ff33;padding:5px&quot;> main content area</div> </div> Current structures use HTML and CSS Browser view:
Small CSS change and same<DIV>s: <div style=&quot;width:200px;height:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;> top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#33ff33;padding:5px&quot;> main content area</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;> left navigation bar</div> Current structures use HTML and CSS Browser view:
Full code to execute: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr><td colspan=&quot;2&quot; bgcolor=&quot;#00aaff&quot;>top navigation bar (branding and advertising)</td></tr> <tr><td><!-- leave me empty --></td><td rowspan=&quot;2&quot; bgcolor=&quot;#33ff33&quot;>main content area</td></tr> <tr><td bgcolor=&quot;#ff00ff&quot;>eft navigation bar</td></tr> </table> <br><br> <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr><td colspan=&quot;2&quot; bgcolor=&quot;#00aaff&quot;>top navigation bar (branding and advertising)</td></tr> <tr> <td bgcolor=&quot;#ff00ff&quot;>left navigation bar</td><td bgcolor=&quot;#33ff33&quot;>main content area</td></tr> </table> <br><br> <div style=&quot;width:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;>top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;>left navigation bar</div> <div style=&quot;width:100px;float:left;background:#33ff33;padding:5px&quot;>main content area</div> </div> <br><br> <div style=&quot;width:200px;height:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;>top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#33ff33;padding:5px&quot;>main content area</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;>left navigation bar</div> </div> Current structures use HTML and CSS Browser view:
Advanced uses of CSS: Hacks which alter the view in a single browser Using position:absolute;top:125px;left:100px; to move pieces of code to any place on a page Using float:left or float:right to push <DIV>s around a page Using margin:10px 20px 10px 20px; or padding:10px 20px 10px 20px; to remove code for spacers and placeholders Current structures use HTML and CSS
Ad

Recommended

Html 101
Html 101
Aldrin SuperGo
We9 Struts 2.0
We9 Struts 2.0
wangjiaz
Google Earth Tutorials Part III
Google Earth Tutorials Part III
tcooper66
New HTML5/CSS3 techniques
New HTML5/CSS3 techniques
mbeatrizoliveira
The Basics of (X)HTML Tags
The Basics of (X)HTML Tags
LearningNerd
C S S Top Elements
C S S Top Elements
ehorner
Html Ppt
Html Ppt
vijayanit
Cheat codes
Cheat codes
PixelCrayons
Ajax ons2
Ajax ons2
Chad Davis
Static web sites assignment 1 philip lemmon1
Static web sites assignment 1 philip lemmon1
Lemmon12
6.1 special characters
6.1 special characters
Bulldogs83
Css Basics
Css Basics
ehorner
Flex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 Final
ematrix
Html
Html
Chidanand Byahatti
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
WordCamp Sydney
Zend Form Tutorial
Zend Form Tutorial
Michelangelo van Dam
Developing for Windows Phone 7
Developing for Windows Phone 7
Zeddy Iskandar
Yeni Metin Belgesi (3)
Yeni Metin Belgesi (3)
guest95153c
Learning HTML
Learning HTML
Md. Sirajus Salayhin
Form design - challenges and solutions
Form design - challenges and solutions
fnkdumplin
Forms
Forms
Digital Insights - Digital Marketing Agency
XHTML basics
XHTML basics
Todd Barber
Html in a box
Html in a box
bdubuque
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan
Lecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITP
yucefmerhi
Html ppt by Fathima faculty Hasanath college for women bangalore
Html ppt by Fathima faculty Hasanath college for women bangalore
fathima12
Understanding THML
Understanding THML
Hinopak Motors Limited
What I brought back from Austin
What I brought back from Austin
Lisa Adkins
Kml Basics Chpt 2 Placemarks
Kml Basics Chpt 2 Placemarks
tcooper66
Introduction to html
Introduction to html
vikasgaur31

More Related Content

What's hot (18)

Ajax ons2
Ajax ons2
Chad Davis
Static web sites assignment 1 philip lemmon1
Static web sites assignment 1 philip lemmon1
Lemmon12
6.1 special characters
6.1 special characters
Bulldogs83
Css Basics
Css Basics
ehorner
Flex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 Final
ematrix
Html
Html
Chidanand Byahatti
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
WordCamp Sydney
Zend Form Tutorial
Zend Form Tutorial
Michelangelo van Dam
Developing for Windows Phone 7
Developing for Windows Phone 7
Zeddy Iskandar
Yeni Metin Belgesi (3)
Yeni Metin Belgesi (3)
guest95153c
Learning HTML
Learning HTML
Md. Sirajus Salayhin
Form design - challenges and solutions
Form design - challenges and solutions
fnkdumplin
Forms
Forms
Digital Insights - Digital Marketing Agency
XHTML basics
XHTML basics
Todd Barber
Html in a box
Html in a box
bdubuque
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan
Lecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITP
yucefmerhi
Html ppt by Fathima faculty Hasanath college for women bangalore
Html ppt by Fathima faculty Hasanath college for women bangalore
fathima12
Static web sites assignment 1 philip lemmon1
Static web sites assignment 1 philip lemmon1
Lemmon12
6.1 special characters
6.1 special characters
Bulldogs83
Css Basics
Css Basics
ehorner
Flex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 Final
ematrix
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
Getting to Grips with Firebug - Anthony Hortin - WordCamp Sydney
WordCamp Sydney
Developing for Windows Phone 7
Developing for Windows Phone 7
Zeddy Iskandar
Yeni Metin Belgesi (3)
Yeni Metin Belgesi (3)
guest95153c
Form design - challenges and solutions
Form design - challenges and solutions
fnkdumplin
Html in a box
Html in a box
bdubuque
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
shabab shihan
Lecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITP
yucefmerhi
Html ppt by Fathima faculty Hasanath college for women bangalore
Html ppt by Fathima faculty Hasanath college for women bangalore
fathima12

Similar to SEO Structures by Yavor Milchev (20)

Understanding THML
Understanding THML
Hinopak Motors Limited
What I brought back from Austin
What I brought back from Austin
Lisa Adkins
Kml Basics Chpt 2 Placemarks
Kml Basics Chpt 2 Placemarks
tcooper66
Introduction to html
Introduction to html
vikasgaur31
Introduction to html
Introduction to html
vikasgaur31
Html Expression Web
Html Expression Web
Mark Frydenberg
introduction to web technology
introduction to web technology
vikram singh
Intro Html
Intro Html
Chidanand Byahatti
HTML5 Overview
HTML5 Overview
reybango
Lecture1 B Frames&Forms
Lecture1 B Frames&Forms
Sur College of Applied Sciences
The Frameless Opac
The Frameless Opac
Bill Drew
Html tutorial
Html tutorial
mohamed ashraf
HTML Fundamentals
HTML Fundamentals
Doncho Minkov
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
phuphax
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
pemaquid
Css
Css
rotev
Html1
Html1
Emily McWorthy
Understanding html
Understanding html
Ray Villalobos
Html intro
Html intro
kalaivani.g
Html intro
Html intro
kalaivani.g
What I brought back from Austin
What I brought back from Austin
Lisa Adkins
Kml Basics Chpt 2 Placemarks
Kml Basics Chpt 2 Placemarks
tcooper66
Introduction to html
Introduction to html
vikasgaur31
Introduction to html
Introduction to html
vikasgaur31
introduction to web technology
introduction to web technology
vikram singh
HTML5 Overview
HTML5 Overview
reybango
The Frameless Opac
The Frameless Opac
Bill Drew
HTML Fundamentals
HTML Fundamentals
Doncho Minkov
KMUTNB - Internet Programming 3/7
KMUTNB - Internet Programming 3/7
phuphax
HTML5 - techMaine Presentation 5/18/09
HTML5 - techMaine Presentation 5/18/09
pemaquid
Css
Css
rotev
Ad

Recently uploaded (20)

Miriam Cho: Transforming Healthcare through Visionary Leadership
Miriam Cho: Transforming Healthcare through Visionary Leadership
jessicashaw101998
S4F02 Col11 Management Accounting in SAP S/4HANA for SAP ERP CO Professionals
S4F02 Col11 Management Accounting in SAP S/4HANA for SAP ERP CO Professionals
Libreria ERP
Marketing Assignment presentation of good marketing techniques how to impleme...
Marketing Assignment presentation of good marketing techniques how to impleme...
Priya Raj
From Visibility to Action: How Modern Cloud Teams Regain Control
From Visibility to Action: How Modern Cloud Teams Regain Control
Amnic
Stone Hill Ready Mix Concrete Bagalur
Stone Hill Ready Mix Concrete Bagalur
stonehillrealtyblr
The Key Cultural Role of Punes Shivsrushti
The Key Cultural Role of Punes Shivsrushti
kapoorgita1991
Goal Setting & Motivation (slides 2).pptx
Goal Setting & Motivation (slides 2).pptx
selvavishnuchelliah2
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
Abhay Bhutada Foundations and Shivsrushtis Impact
Abhay Bhutada Foundations and Shivsrushtis Impact
Roshan Rai
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
Noah Loul Shares 5 Key Impacts of AI Agents on the Sales Industry
Noah Loul Shares 5 Key Impacts of AI Agents on the Sales Industry
Noah Loul
Akn鱈 pl叩n pro chemick箪 pr哲mysl - Ivan Souek
Akn鱈 pl叩n pro chemick箪 pr哲mysl - Ivan Souek
pavelborek
The Executives Guide to Stress-Free Airport Transfers in London
The Executives Guide to Stress-Free Airport Transfers in London
Jannah Express
Oleksandr Osypenko: 仂仄仆从舒 仗仂从 (UA)
Oleksandr Osypenko: 仂仄仆从舒 仗仂从 (UA)
Lviv Startup Club
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
Stuart Frost - The Chief Executive Officer Of Geminos
Stuart Frost - The Chief Executive Officer Of Geminos
Stuart Frost
Benefits of virtual events For the Business
Benefits of virtual events For the Business
Trevento media Private Limited
International Business, 4th Edition- Alan M. Rugman.pdf
International Business, 4th Edition- Alan M. Rugman.pdf
GamingwithUBAID
Built with our sleeves rolled upAction
Built with our sleeves rolled upAction
Action EDI
IT Companies in Magarpatta: A Thriving Hub of Technology and Innovation
IT Companies in Magarpatta: A Thriving Hub of Technology and Innovation
prernarathi90
Miriam Cho: Transforming Healthcare through Visionary Leadership
Miriam Cho: Transforming Healthcare through Visionary Leadership
jessicashaw101998
S4F02 Col11 Management Accounting in SAP S/4HANA for SAP ERP CO Professionals
S4F02 Col11 Management Accounting in SAP S/4HANA for SAP ERP CO Professionals
Libreria ERP
Marketing Assignment presentation of good marketing techniques how to impleme...
Marketing Assignment presentation of good marketing techniques how to impleme...
Priya Raj
From Visibility to Action: How Modern Cloud Teams Regain Control
From Visibility to Action: How Modern Cloud Teams Regain Control
Amnic
Stone Hill Ready Mix Concrete Bagalur
Stone Hill Ready Mix Concrete Bagalur
stonehillrealtyblr
The Key Cultural Role of Punes Shivsrushti
The Key Cultural Role of Punes Shivsrushti
kapoorgita1991
Goal Setting & Motivation (slides 2).pptx
Goal Setting & Motivation (slides 2).pptx
selvavishnuchelliah2
smidmart industrial Automation Ones Stop Solution
smidmart industrial Automation Ones Stop Solution
smidmart
Abhay Bhutada Foundations and Shivsrushtis Impact
Abhay Bhutada Foundations and Shivsrushtis Impact
Roshan Rai
Ian McAllister - Respected Photographer And Writer
Ian McAllister - Respected Photographer And Writer
Ian McAllister
Noah Loul Shares 5 Key Impacts of AI Agents on the Sales Industry
Noah Loul Shares 5 Key Impacts of AI Agents on the Sales Industry
Noah Loul
Akn鱈 pl叩n pro chemick箪 pr哲mysl - Ivan Souek
Akn鱈 pl叩n pro chemick箪 pr哲mysl - Ivan Souek
pavelborek
The Executives Guide to Stress-Free Airport Transfers in London
The Executives Guide to Stress-Free Airport Transfers in London
Jannah Express
Oleksandr Osypenko: 仂仄仆从舒 仗仂从 (UA)
Oleksandr Osypenko: 仂仄仆从舒 仗仂从 (UA)
Lviv Startup Club
Kenyan Msme Export Book by Dickens Aluha Mujumba
Kenyan Msme Export Book by Dickens Aluha Mujumba
JoshuaKihara
Stuart Frost - The Chief Executive Officer Of Geminos
Stuart Frost - The Chief Executive Officer Of Geminos
Stuart Frost
International Business, 4th Edition- Alan M. Rugman.pdf
International Business, 4th Edition- Alan M. Rugman.pdf
GamingwithUBAID
Built with our sleeves rolled upAction
Built with our sleeves rolled upAction
Action EDI
IT Companies in Magarpatta: A Thriving Hub of Technology and Innovation
IT Companies in Magarpatta: A Thriving Hub of Technology and Innovation
prernarathi90
Ad

SEO Structures by Yavor Milchev

  • 1. HTML and CSS SEO Structures
  • 2. HTML/CSS Structures? Code snippets which dont alter the browser view, just the code Early SEO structures were made using tables Current structures use HTML and CSS for maximum freedom of actions
  • 3. Alter the code but not the browser view Code Browser Header Left sidebar Content
  • 4. Normal table code: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr> <td colspan=&quot;2&quot; bgcolor=&quot;#00aaff >navigation bar (branding and advertising)</td> </tr> <tr> <td bgcolor=&quot;#ff00ff&quot;>left navigation bar</td> <td bgcolor=&quot;#33ff33&quot;>main content area</td> </tr> </table> Early structures were made with tables Browser view:
  • 5. Table SEO hack: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr> <td colspan=&quot;2&quot; bgcolor=&quot;#00aaff >top navigation bar (branding and advertising)</td> </tr> <tr> <td><!-- leave me empty --></td> <td rowspan=&quot;2&quot; bgcolor=&quot;#33ff33&quot;>main content area</td> </tr> <tr> <td bgcolor=&quot;#ff00ff>left navigation bar</td> </tr> </table> Early structures were made with tables Browser view:
  • 6. Using <DIV>s: <div style=&quot;width:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;> top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#ff00ff;padding:5px&quot;> left navigation bar</div> <div style=&quot;width:100px;float:left;background:#33ff33;padding:5px&quot;> main content area</div> </div> Current structures use HTML and CSS Browser view:
  • 7. Small CSS change and same<DIV>s: <div style=&quot;width:200px;height:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;> top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#33ff33;padding:5px&quot;> main content area</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;> left navigation bar</div> Current structures use HTML and CSS Browser view:
  • 8. Full code to execute: <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr><td colspan=&quot;2&quot; bgcolor=&quot;#00aaff&quot;>top navigation bar (branding and advertising)</td></tr> <tr><td><!-- leave me empty --></td><td rowspan=&quot;2&quot; bgcolor=&quot;#33ff33&quot;>main content area</td></tr> <tr><td bgcolor=&quot;#ff00ff&quot;>eft navigation bar</td></tr> </table> <br><br> <table width=&quot;200&quot; cellpadding=&quot;5&quot; cellspacing=&quot;0&quot;> <tr><td colspan=&quot;2&quot; bgcolor=&quot;#00aaff&quot;>top navigation bar (branding and advertising)</td></tr> <tr> <td bgcolor=&quot;#ff00ff&quot;>left navigation bar</td><td bgcolor=&quot;#33ff33&quot;>main content area</td></tr> </table> <br><br> <div style=&quot;width:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;>top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;>left navigation bar</div> <div style=&quot;width:100px;float:left;background:#33ff33;padding:5px&quot;>main content area</div> </div> <br><br> <div style=&quot;width:200px;height:200px;&quot;> <div style=&quot;width:200px;float:left;background:#00aaff;padding:5px&quot;>top navigation bar (branding and advertising)</div> <div style=&quot;width:100px;float:right;background:#33ff33;padding:5px&quot;>main content area</div> <div style=&quot;width:100px;float:left;background:#ff00ff;padding:5px&quot;>left navigation bar</div> </div> Current structures use HTML and CSS Browser view:
  • 9. Advanced uses of CSS: Hacks which alter the view in a single browser Using position:absolute;top:125px;left:100px; to move pieces of code to any place on a page Using float:left or float:right to push <DIV>s around a page Using margin:10px 20px 10px 20px; or padding:10px 20px 10px 20px; to remove code for spacers and placeholders Current structures use HTML and CSS