Results 1 to 2 of 2

Thread: title element

  1. #1
    Join Date
    May 2006
    Posts
    178

    Default title element

    This site http://www.culinarydepotinc.com/ is using ASPDNSF 9.1.
    As you can see from the home page source, the "title" tag is broken into 3 lines.
    Is this affecting the SEO indexing?
    As far as I could see from the SkinBase.cs code, ASPDNSF uses the Page.Render method to create the HTML seen in browsers. Is there any way to get rid of the line breaks from the <title> element?

  2. #2
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    434

    Default

    Hi

    I don't think the <title> tag spacing would affect your SEO significantly.

    I can see a few other areas where (on the homepage at least), that some changes might help your site ranking a bit...

    - Add description metadata to the homepage
    - Remove those large blocks of commented out code (<!--div id="brandsHeader">)
    - Move all CSS styling into css files to keep the markup clean
    - Make as many external links as possible 'nofollow' links (such as bbb.org)
    - Move as much of the javascript to the end of the page as possible

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •