Jump to content

FULL SITE REVIEW:


MSUK1

Recommended Posts

I have not ever used sharepoints I have heard about it through a grape vine however. As far as recommendations I do really use preloaders because my pictures are all formatted for best performance and quality. I don't usually have problems like that. I would worry more about your link bar images than anything.

Thanks,

Colton Wagner

Link to comment
Share on other sites

  • 3 weeks later...

A lot of your core content like headings and navigation are images. Possibly look at font replacement techniques like Cufon or Sifr, or use background images with your text indented negatively so it's hidden.

 

Also a nice way to help search engines is to have a HTML site map on your site and also submit an XML version to Google via its web master tools.

 

Then utilise social tools like Twitter and Facebook to direct external traffic to the site and it should be a lot better.

 

For me though, I would try to review the heavy use of images, good optimised pages always rank well ;)

 

Link to comment
Share on other sites

I thought that so with the images I made sure used "alt" text and named the images using HTML so that google picks up that relevant information still

 

I submitted a sitemap and it indexed all pages, it's really weird, social networks Facebook I have 200000 people looking at this link :) and twitter has just starte up

 

Yahoo it's ranked 1 and has lots of inlinks

 

Link to comment
Share on other sites

My guess is that it's down to the HTML. Semantic, valid mark-up can play a big part in SEO these days; it's what's used by the search engines to interpret what an element is on the page. For example the links on the right side of the menu (audition, videos, etc.), are written using a table:

 

<table style="width: 100%">
                <tr>
                                <td style="width: 363px" class="copyright2"><a class="copyright" title="Matt Cardle Audition 1" href="Audition1/">Audition</a> <img src="images/arrow.png" width="10" height="10" /></td>

                                <td class="copyright2"><a class="copyright" title="Matt Cardle Videos" href="Videos/">Videos</a> <img src="images/arrow.png" width="10" height="10" /></td>
                </tr>
                <tr>
                                <td class="copyright2" style="width: 363px"><a class="copyright" title="Matt Cardle Bootcamp" href="Bootcamp/">Bootcamp</a> <img src="images/arrow.png" width="10" height="10" /></td>
                                <td class="copyright2"><a class="copyright" title="Matt Cardle Live Shows" href="Live-Shows/">Live Shows</a> <img src="images/arrow.png" width="10" height="10" /></td>
                </tr>

                <tr>
                                <td class="copyright2" style="width: 363px"><a class="copyright" title="Matt Cardle Guestbook" href="Guestbook/">Guestbook</a> <img src="images/arrow.png" width="10" height="10" /></td>
                                <td class="copyright2"><a class="copyright" href="Legal/">Privacy Policy</a> <img src="images/arrow.png" width="10" height="10" /></td>
                </tr>
                <tr>
                                <td class="copyright2" style="width: 363px"><a class="copyright" title="Matt Cardle Judges Houses" href="Judges-Houses/">Judges Houses</a> <img src="images/arrow.png" width="10" height="10" /></td>

                                <td class="copyright2"><a class="copyright" href="Legal/">Terms and C&#39;s</a> <img src="images/arrow.png" width="10" height="10" /></td>
                </tr>
</table>

 

I've remove a lot of the tabbed white space to make it more readable, but with some fairly simple CSS rules this hog of mark-up could be re-written to (note the etc. comment of course):

 

<ul class="footer_links">
    <li class="l"><a title="Matt Cardle Audition 1" href="Audition1/">Audition</a></li>
    <li class="r"><a title="Matt Cardle Videos" href="Videos/">Videos</a></li>
    <li class="l"><a title="Matt Cardle Bootcamp" href="Bootcamp/">Bootcamp</a></li>
    <li class="r"><a title="Matt Cardle Live Shows" href="Live-Shows/">Live Shows</a></li>
    <!-- etc -->
</ul>

 

That kind of rework throughout the code would increase your mark-up : content ratio considerably. From what I can see there's also a lot of empty tables, broken code, deprecated tags, etc, etc.

 

You're also not making use of any header (<h#>) tags, which allow you to add a meaningful header to the page that'll search engines pay a lot of attention to when indexing your content. I can't see any paragraph (<p>) tags used. Links with the text 'read more', which obviously don't describe what you're linking to - 'read more about ...' is much better.

 

There's a lot of room for improvement to be honest.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.