On Page SEO Basics
First of all you should understand the structure of webpage code
means where is heading section where body and footer is and where script and
script link will come and where css and css link will come.
Second thing your whole page content and codes are responsible
for your rank according to Google latest search algorithm.
so let’s start with heading section. In this section main part
that matter in seo is Meta tags and also how you link and what you link
any external resources like any css or js files
under meta tags
meta description
meta title
·
meta keyword (not so much used in now a days )
so all these three are necessary and we can say that this are
the first step for seo
to know how to
write and what is the syntax for meta tags check my correct way of meta tags and it's syntax.
linking resources
One thing keep in mind that anything you link in header it may
be css, js, or bootstrap etc. will load before page your actual content of page
load. Which leads to slow load of page and search engine don’t prefer slow pages
first?
link only those resources which is required before page load.
All other resource linked at the end of web page.
Resources should be mentioned with TYPE which increase your code
quality.
Example :-<link rel="stylesheet" type="text/css" href="css/nav.css"
/>
·
If any resources is small like any css or js and it is possible
to add that in page, than it is good to add that in page only because it will reduce
your HTTP Request which reduces page load time.
Now come to body part means actual content of your page
- content should be related, meaningful and heavy
- It should be in flow
- Structured
- follow the format h1>h2>h3>……so on.
- media with alt tag.
- proper anchor tag syntax.
Comments
Post a Comment