Problem with Template

Discussion in 'HTML & Website Design' started by nufcfan, Aug 17, 2012.

  1. #1
    Does anyone know how i can delete this message form the bottom of my page

    You could put your verification ID in a comment Or, in its own meta tag Or, as one of your keywords Your content is here. The verification ID will NOT be detected if you put it here.

    any help would be appreciated.
     
    nufcfan, Aug 17, 2012 IP
  2. varindia

    varindia Member

    Messages:
    155
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    38
    #2
    Its in the bottom, just check out your pages and database.
     
    varindia, Aug 18, 2012 IP
  3. malky66

    malky66 Acclaimed Member

    Messages:
    3,997
    Likes Received:
    2,248
    Best Answers:
    88
    Trophy Points:
    515
    #3
    The problem is this block of code:
    <html>
    <head>
    <title>The title of your home page</title>
    <!-- qJCjEiUd36G54w7YGAok2JPpPLw -->
     You could put your verification ID in a
    comment
    <meta name="alexaVerifyID" content="qJCjEiUd36G54w7YGAok2JPpPLw" />
     Or, in its own meta tag
    <meta name="keywords"
    content="keyword1,keyword2, qJCjEiUd36G54w7YGAok2JPpPLw" />
     Or, as one of your keywords
    </head>
    <body>
    Your content is here. The verification ID will NOT be detected if you put it here.
    </body>
    </html>
    Code (markup):
    Its wrong and needs removing, I assume its in the footer, just delete it and instead add this into the header file with the other meta-tags:
    <meta name="alexaVerifyID" content="qJCjEiUd36G54w7YGAok2JPpPLw" />
    Code (markup):
    ..and all should be good.
     
    malky66, Aug 18, 2012 IP
  4. bluebelt91

    bluebelt91 Well-Known Member

    Messages:
    879
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    130
    #4
    Can you please confirm if malky66 suggestion is working?
     
    bluebelt91, Aug 18, 2012 IP