View Full Version : how I can optimize my site
kavita
02-12-2008, 12:53 AM
I have one question. Now my site is redesigned. So I have changed my categories on resource page. How I can re optimize my site Because before redesigned I have added some links in my site. There is some links added by forms and some links by mail. Which links added by forms how I can inform them that they can find them links here.
padhamanabhasharma
02-12-2008, 01:06 AM
Kavita,
Can you give me the url of your website so that I can see and let you know the answer.
kavita
02-14-2008, 05:39 AM
integralfusion.in thant is my site. Thanks for your help .
Broadway
02-14-2008, 06:59 AM
Hi Kavita,
I just analyzed your site and a few things which I noticed is that you have used large amount of JavaScript in the coding. You can also improve your meta tags like title and description with key phrases and most important is that there is very less internal linking in the site. We are expert in optimizing websites from seo point of view.
padhamanabhasharma
02-14-2008, 07:03 AM
Kavita, your home page have very less content. It should have atleast 300-400 words.
nalds20
03-05-2008, 01:06 PM
ok in optimizing your site.... apply link building for site popularity and quality content
Mitchelle Johnson
03-12-2008, 12:49 AM
to optimize your site, do keyword research, write proper meta tags with the incorporation of keyword, keyword incorporation in content, follow off-page approach, link building on those anchor tags.
Jazajay
03-21-2008, 02:20 PM
This -
<title>Information Technology Offshoring Web Application Outsourcing IT Services Software Development India Noida </title>
<meta name="description" content="Integral Fusion is a leading Offshore IT Staffing & IT consulting, free lancer company that offers Information Technology Outsourcing services, web application outsourcing, and software development in India.">
<meta name="keywords" content="IT Outsourcing, Offshore Staffing Software Development Company, Web Application Outsourcing India ">
<meta name="Author" content="Integral Fusion,[removed] ">
<meta name="owner" content="Integral Fusion, [removed]">
<meta name="copyright" content="Integral Fusion">
<meta name="distribution" content="global">
<meta name="robots" content="index,follow">
Can be turned into this -
<title>Information Technology Offshoring Web Application Software Development in Noida </title>
<meta name="description" content="Integral Fusion is a leading Offshore IT Staffing & IT consulting, free lancer company that offers Information Technology Outsourcing services, web application outsourcing, and software development in India.">
I can explain why you can remove each if you want. I changed the title as well. Again I may optimize it slightly but that is better than you have currently got.
I'm glad you have taken Broadways advice on the JS.
For the swfobject js file you have check out this link
swfobject (http://forums.searchenginewatch.com/showthread.php?t=21691)
by an answer from mr flash himself (http://forums.searchenginewatch.com/member.php?u=1753)
I would also move all inline CSS to an external css sheet.
This - unless you have a h1 tag I couldn't find it if you do -
<td class="txt_main" valign="top"><span class="MAIN_TXT_red">Delivering IT</span><br>
<span class="MAIN_TXT_blue">with Confidence</span><br>
should be something like
<td class="txt_main" valign="top"><h1><span class="MAIN_TXT_red">Delivering IT</span><br>
<span class="MAIN_TXT_blue">with Confidence</span></h1>
You will have to check that, the default h1 settings may through the styling out. As far as I know a span is valid inside a h1 tag. You could then remove some of the styling using the h1 as the parent and the span as a child of the h1 so
h1 span{style} but thats me.
Also your links to the articles to a screen reader just say more. That's pointless.
It should say
read more about article name
Jaza