ON PAGE SEO

SEARCH ENGINE OPTIMIZATION (SEO):


Onpage:
Title:Home Page Title
The title of your page has a length of 11 characters. Most search engines willtruncate titles to 65 characters.
In this website some inner pages contain duplicate Meta titles try to rewrite Metatitle for SEO, Google friendly.
Keep your titles concise and make sure they contain your best keywords.Each page should have its
own exclusive title.
Meta description:
The meta-description tag is missing from your page. You should include this tag in order to provide a brief description of your        page which can be used by search engines or directories. Meta descriptions are useful because they often dictate how your         pages are shown in search results. For optimum effectiveness, Meta descriptions should be 70-160 characters long.
Your Meta descriptions should be concise and contain your best keywords.Make sure each page of your website has
its own Meta description.

Meta Keywords:
On this website all of the pages missing Meta keywords and the keywords are not targeting their respective pages.
Meta keywords are words or phrases that pertain to your site's content.Check the most common keywords & their
usage (number of times used) on your web page. It appears that you can further optimize the density of your keywords
above. Various sources indicate that a safe keyword density should range between  2-4% for your targeted keywords.
Image Alt Tags:
Your webpage has 85 'img' tags and 70 of them are missing the required 'alt' attribute.In order to pass this problem,
we must add an alt attribute to every <img> tag usedinto your webpage.
An image with an alternate text specified is inserted using the following HTML
line:
<imgsrc="image.png" alt="text_to_describe_your_image">
A human site visitor can see our site images but search engines cannot. This is why
we are required to describe the image or graphics on our site in text format andinclude it in the alt attribute.
H1 & H2 Heading Tag missing:
Your page contains H1 headings, but some of them have blank content, also mostof the pages I found duplicate
heading tags on this site and in some pages does notcontain any H1&H2 headings. Headings help describe the
sub-topics of yourwebpage to search engines. While less important than good meta-titles anddescriptions, H1 and
 H2 headings may still help define the topics of your page tosearch engines.
Fix H2 & H2Tag:
In order to resolve this problem, we must identify the most important sub-topicsfrom your page and insert those
sub-topics between<h2>...</h2> tags.
Example:
<h2>First sub-topic goes here</h2>
...
<h2>another sub-topic</h2>
Xml Site Map:
Your site lacks a sitemap file. Sitemaps can help robots index your content more thoroughly and quickly.
XML sitemap can help robots index your content more thoroughly and quickly.
URL Canonicalization:
http://www.alec.ae/ and http://alec.ae/ should resolve to the same URL, but  currently do not.
In order to resolve this problem, we must consider using a 301 re-write rule in our .htaccess file so that both
addresses (http://example.com and http://www.example.com) resolve to the same URL.
If you want to redirect http://www.example.com to http://example.com, you can use this:
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^/?$ "http\:\/\/example\.com\/" [R=301,L]
If you want to redirect http://example.com to http://www.example.com, you canuse this:
RewriteCond %{HTTP_HOST} !^www.example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]


Missing Favicon:
We've found a favicon in your page's HTML code, but it's not accessible.Favicon Shown on Browser and Bookmark Tabs
Favicons are the small 16×16 pixel images (in some cases may measure 32×32 pixels) that are used as a
brand  identification graphic on the left hand side of the web browser’s URL tab.
HTTPS Certificate:
Your website is not using https, a secure communication protocol. Even for sites that do not collect sensitive
customer information, search engines suggest that switching to https is an increasingly good idea and may
help improve rankings.
Media Query Responsive:
Your website is not using media queries. You should consider using this technique in order to implement
responsive design functionalities. Media queries allow you to style elements for specific devices
(smartphones, tablets, desktop computers) by using attributes like width, height, resolution, aspect
ratio, orientation or color. By using media queries, presentations can be tailored to a specific range of output
devices without changing the content itself.
Example:
<link rel="stylesheet" media="screen and (min-width: 480px) and (max-width: 960px)" href="480-960.css" />
<!-- OR -->
@media screen and (min-width: 480px) and (max-width: 960px)
{
#header {
display: none;
}
}



Site Loading Issues:
Your site loading time is around 12.477 seconds and this is over the average loading speed which is 5 seconds.
In order to resolve this problem, you are advised to:
● Minimize HTTP requests (20)
● Use Grip compression
● Use HTTP caching
● Move all CSS style rules into a single, external and minified CSS file
● Minify all JS files and, if possible, try combining them into a single external JS file
● Include external CSS files before external JS files
● Place your JS scripts at the bottom of your page
● Optimize images
● Reduce redirects
● Reduce the number of plug-ins
Minify JavaScript & CSS:
Some of your website's JavaScript, CSS files are not minified!In order to resolve this, issue you must minify all of
your external JavaScript, CSSfiles. For this task you can use an online JS minifier, CSS minifier like YUI

Compressor, Closure Compiler, JSMin, cssmin.js.

No comments: