html tag & seo

Discussion in 'Search Engine Optimization' started by Magritus, Apr 16, 2007.

  1. #1
    i have a ".asp" web site and i wanna apply seo. but pages have not <html> and </html> tags.. google can cache this? cuz im not sure about that.?
     
    Magritus, Apr 16, 2007 IP
  2. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi ,

    can you give us a URL or PM me with URL to have a look.

    You can add HTML tags in an asp page if you wish ( hard coded/dynamic..)

    Cheers!
     
    sparksflying, Apr 16, 2007 IP
  3. Magritus

    Magritus Active Member

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    http://www.osmanlielektronik.com.tr/

    im talkin' about this site..
     
    Magritus, Apr 16, 2007 IP
  4. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi ,

    had a look and yes.. You could do the following:

    Add a HTML Keyword & description tag and put your sites keywords and description manually..

    <html>
    <head>
    <title>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</title>
    <LINK REL="shortcut icon" href="fav.ico">
    <meta name="description" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta name="keywords" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta name="title" content="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Copyright" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Creator" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Publisher" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Distribution" CONTENT="Global">
    <meta NAME="Rating" CONTENT="General">
    <meta NAME="Robots" CONTENT="All">
    <meta NAME="Revisit-After" CONTENT="5 Days">
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

    other stuff...

    </head>

    At present you have an open /head near top , then head tags down further.. You'll need to revisit this first to cleanup...

    To better your SEO .. You could put :

    <html>
    <head>
    <title>"<% product name variable..%>" | site name</title>
    <LINK REL="shortcut icon" href="fav.ico">
    <meta name="description" content="<% product description..%>">
    <meta name="keywords" content="<% product keywords...%>">
    <meta name="title" content="<% product name variable..%>">
    <meta NAME="Copyright" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Creator" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Publisher" CONTENT="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX">
    <meta NAME="Distribution" CONTENT="Global">
    <meta NAME="Rating" CONTENT="General">
    <meta NAME="Robots" CONTENT="All">
    <meta NAME="Revisit-After" CONTENT="5 Days">
    <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

    Pullinh the title , description and keywords dynamically will benefit your SEO as Google seems to like different title and description specifically...

    Hope this helps.. Let us know if anything further....
     
    sparksflying, Apr 16, 2007 IP
  5. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Just noticed you pass the category "KAT" when clicking on a category..
    for a start you could use that call that variable and place it in the Title with your site name , but before your site name .. as an experiement...

    Just to show you.... I searched for electronic dvd..

    http://www.google.com/search?hl=en&q=electronic+dvd&btnG=Search

    See the titles....
     
    sparksflying, Apr 16, 2007 IP
  6. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #6
    sparksflying, Apr 16, 2007 IP
  7. Magritus

    Magritus Active Member

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #7
    actually i know seo hints but only i ask:
    if page haven't html tags is google cache pages?
     
    Magritus, Apr 16, 2007 IP
  8. coolguy27

    coolguy27 Banned

    Messages:
    485
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #8
    coolguy27, Apr 16, 2007 IP
  9. sparksflying

    sparksflying Peon

    Messages:
    1,066
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Sorry , didnt read it properly :)

    Google will cache it but you should have a correctly laid out html file to display to Google no matter what code you use , asp , php etc...

    Google might drop you if you dont correct the format...
     
    sparksflying, Apr 16, 2007 IP
  10. Magritus

    Magritus Active Member

    Messages:
    21
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #10
    okey thnx for this information..
    already i'll apply seo this web site but only im be curious about that :)
     
    Magritus, Apr 16, 2007 IP