I have these issues on my page, can anyone correct them?
On Page Factors:
1. Meta Tag
Missing
2. Title
Missing
3. Headings
Missing
4. Meta description must be unique and relative to your website
Missing
5. Image optimization
Good, most or all of your images have alternative text (the alt attribute).
Alternative text describes your images so they can appear in Google™ Images search results
6. Content optimization.
7. XML Sitemap submission
Great, your website has an XML sitemap.
A sitemap lists URLs that are available for crawling and can include additional information like your site's latest updates, frequency of changes and importance of the URLs. This allows search engines to crawl the site more intelligently
8. Template must be seo friendly.
9. Robots.txt
A robots.txt file allows you to restrict the access of search engine robots that crawl the web and it can prevent these robots from accessing specific directories and pages. It also specifies where the XML sitemap file is located.
9. URL Rewrite
Great! You have clean (user-friendly) URLs which do not contain query strings.
10. Favicon
Your website does not have a favicon.
Add a favicon to improve your brand's visibility.
11. Custom 404 Page
Apparently your site does not have a 404 Error Page - this is bad in terms of usability.
12. Language
You have not specified the language. Use the META Language Attribute to declare the intended language of your website.
Tips for multilingual websites:
Define the language of the content in each page's HTML code.
Specify the language code in the URL as well (e.g., "mywebsite.com/fr/mycontent.html").
13. Analytics
Web analytics let you measure visitor activity on your website. You should have at least one analytics tool installed. It is also good to install one extra tool to have a confirmation of the results.
Analytics Tools: Google™ Analytics, Quantcast™, SiteCatalyst™, Piwik™, chartbeat™, Clicky™, ClickTale™, etc
OFF Page Factors
Step 1
Low Competition Keywords
Keywords Monthly Searches
cool computer accessories 590
promotional gift company 140
promotional gift company 1600
king apparel 2900
pad mouse 3600
alternative apparel wholesale 4400
shirt and tie 5400
automotive avenues 5400
most expensive watches 5400
automotive lighting 6600
computer peripherals 8100
pc accessories 1600
pc parts 8100
watch finder 8100
mouses 9900
Total Searches 71,830
Step 2
Medium Competition Keywords
Keywords Monthly Searches
cheap computer parts 2900
car freshner 1300
best car freshener 1300
new car smell 3600
best laptop bags 2900
button down shirts 3600
short sleeve button down 2400
product promotion 1600
watches shop 1300
online watch store 2400
best womens watches 1600
button down shirt 8100
computer stores 12100
computer components 12100
computer power supply 12100
promotional 6600
computer mouse 40500
Total Searches 1,04300
Step 3
High Competition Keywords
Keywords Monthly Searches
loud alarm clocks 480
free promotional products 480
cool wall clocks 1300
desk clock 2900
decorative wall clocks 2400
designer shirts 5400
short sleeve dress shirts 2900
custom dress shirts 6600
Total Searches 22,460
Jun 05 2014 @ 05:36:40
Need to
Make my site noticeable, for search engines optimization, missing tags, 404 errors
hi, i will help you to fix all problem mentioned above.
i am blogger, working on both blogger and wordpress.
i can fix all this for you.... i have 2 year experience working in designs and development.
i am also good at seo... i know about google and it's ranking.
5.6 year experiance in web desiging and 3 years experiance in seo
we will fix all your errors likes meta tage,coding,php,xml site map (if you are running hosting)for google searches
on page seo errors
off page work
order us now
hello anis1953,
i can do this work because i have more experience in this work.
if you are not satisfied than i will give your money back guaranteed. check my work - wpdil.com
order now
hey! i will fix your all errors and will also do complete seo optimization to get ranked in search engine for just $20
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C WHERE A.wantid='15080' AND A.category=B.CATID AND A.USERID=C.USERID | 1 | SELECT A.*, B.name, B.seo, C.username, C.userlevel, C.footer_code, C.rating,
C.ratingcount, C.googleplus_profile, C.total_recommendations, C.USERID, C.profilepicture, C.average_response_time, C.lastlogin, C.addtime
FROM wanttobuy A, categories_wanttobuy B, seoclerks.members C
WHERE A.wantid='15080'
AND A.category=B.CATID AND A.USERID=C.USERID | /opt/clerks-staging/docroot/viewwant.php 163 () () |
| SELECT * FROM ratings_buyer WHERE USERID=199256 | 1 | SELECT sum(good) as thumbup, sum(bad) as thumbdown
FROM ratings_buyer WHERE USERID=199256 | /opt/clerks-staging/docroot/include/functions/main.php 19523 GetRatingsAsBuyerTotal() () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 15080 AND A.category=B.CATID AND A.active=1 AND (A.tags like '%Meta Links Optimization%' ) LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A,
categories_wanttobuy B
WHERE A.wantid != 15080
AND A.category=B.CATID
AND A.active=1
AND (A.tags like '%Meta Links Optimization%' ) LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 551 () () |
| SELECT * FROM wanttobuy A, categories_wanttobuy B WHERE A.wantid != 15080 AND A.category=B.CATID AND A.active=1 AND A.USERID=199256 LIMIT 4 | 1 | SELECT A.wantid, A.title, A.p1, A.maxprice, B.name, B.seo
FROM wanttobuy A, categories_wanttobuy B
WHERE A.wantid != 15080
AND A.category=B.CATID
AND A.active=1
AND A.USERID=199256
LIMIT 4 | /opt/clerks-staging/docroot/viewwant.php 568 () () |
| SELECT * FROM wantcomments a, seoclerks.members b WHERE a.PID='15080' AND a.USERID=b.USERID and b.status='1' AND a.status=1 order by a.CID asc | 1 | SELECT a.comment, a.USERID, a.CID, a.time_added, a.istranslated, a.parentid, b.username, b.profilepicture
FROM wantcomments a, seoclerks.members b
WHERE a.PID='15080' AND a.USERID=b.USERID and b.status='1' AND a.status=1
order by a.CID asc | /opt/clerks-staging/docroot/viewwant.php 835 () () |
| UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='15080' | 1 | UPDATE wanttobuy SET viewcount = viewcount + 1 WHERE wantid='15080' | /opt/clerks-staging/docroot/include/functions/main.php 1729 update_wantviewcount() () |
| SELECT * FROM wantbids as w, seoclerks.members AS m WHERE w.active=1 AND m.USERID=w.USERID AND m.status=1 AND w.USERID>0 AND w.wantid='15080' ORDER BY w.bidid ASC | 1 | SELECT w.bidid, w.PID, w.comment, w.title, w.pricepublic, w.USERID, w.adjustedprice, w.ip, m.profilepicture
FROM wantbids as w,
seoclerks.members AS m
WHERE w.active=1
AND m.USERID=w.USERID
AND m.status=1
AND w.USERID>0
AND w.wantid='15080'
ORDER BY w.bidid ASC
| /opt/clerks-staging/docroot/viewwant.php 1192 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=2040 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=2040 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=34763 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=34763 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=87004 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=87004 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=199166 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=199166 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=154244 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=154244 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM seoclerks.members as m WHERE m.USERID=192110 | 1 | SELECT m.username, m.skills, m.userlevel, m.ip, m.total_recommendations
FROM seoclerks.members as m
WHERE m.USERID=192110 | /opt/clerks-staging/docroot/viewwant.php 1258 () () |
| SELECT * FROM categories_wanttobuy | 1 | SELECT * FROM categories_wanttobuy | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| SELECT * FROM posts WHERE USERID=199256 | 1 | SELECT sum(positive_ratings) as thumbup,
sum(negative_ratings) as thumbdown
FROM posts
WHERE USERID=199256 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetBuyerRatingsTotal() |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='2040' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2040' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='34763' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='34763' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='87004' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='87004' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='199166' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='199166' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='154244' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='154244' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='192110' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='192110' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='199256' | 1 | SELECT profile_data FROM seoclerks.members WHERE USERID='199256' | /opt/clerks-staging/docroot/include/functions/main.php 1927 getUserBackground() include() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |