tag = <name of tag>
Webpage ------------- Must have: Head - used for text and tags that ado not show directly on the pag
Body - used for text and tags that are shown directly on the page
html - tag = basic single code used for each page (top and bottom)
place head and body in between.
Head Section ------------------------- - includes all stuff not seen on resulting page.
- title tag (unique title of the webpage, but not the url page name
- metatags (used in heading to improve search engines)
- contains javascript (programming language for more complex HTML pages
(Now, pages contain codes for cascading style sheets (CSS). CSS is a rather new technique for optimizing the layout of major websites.)
Body Section -------------------------- - includes all that can be seen when the user loads the page
_______________________________________________________________________________________________________________
HTML Metatags
Meta tags --------- - used to store information usually relevant to browsers and search engines.
- some search engines look to meta tags for descriptions, keywords, etc.
- some meta tags have relevance to the browser:
- (tags telling the browser to load a specific url after x seconds)
- (tags telling it that a certain page should not be cached by search engine)
- (ICRA tag - prevent sites with adult content from being seen on IE browers
Description and Keywords - only two tags important to search engines.
THE CONCLUSION for Metags:
______________________________________________________________
PLACED IN HEADER:
Description Meta tag ------- <META name="DESCRIPTION"content="Discount Home Decor"> (Description of the page)
Keywords Meta tag ------- <META name="KEYWORDS" content= "discount, home, decor"> (separate keywords for the page)
_______________________________________________________________________________________________________________
Other Tags placed first above first main header: Will not show up on page (hidden)
" Generator" (the program used to create the page) -----------
"Author" (tells the name of who created the page) -------------
_______________________________________________________________________________________________________________
Tags in Body: (will show up)
- This is end of page Back to Top
_______________________________________________________________________________________________________________
GOOGLE ANALYTICS TRACKER:
- Use meta tags with care.
- Do not include words that are not present on your pages.
- Do not repeat words.
- Use the meta tags the way they were intended, because the search
engines are well aware that meta tags are an excellent filter for spam sites
Most search engines will display the
meta description when they list results
from the search.
If you do not include this tag, then the
engine will simply list the first words on
the page - which is not always very
meaningful
This meta tag was intended to be used for
keywords with special relevance for the
page.
But because of misuse, many engines skip
them. Others use them as an indicator of
whether a page is spam or not.
The few that use them to indicate what the
page is really about, do not value them as
much as they used to.
<META name="GENERATOR" content="Sitebuilder 2.5">
|
<META name="AUTHOR" content="Wanda Wade">
|
html>
DISCOUNT HOME DECOR