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.
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.