Results 1 to 3 of 3

Thread: meta tags not working

  1. #1
    Join Date
    Feb 2012
    Location
    Denmark
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default meta tags not working

    Hi, there.

    I'm confused about my meta tags... I'm using it to determine the picture and description in my FB link... but it's really giving me a headace....

    The picturepart works - but the description doesn't. It keeps on using an old description, that I used earlier....

    Here it is... can you see the fault?
    Code:
    <!DOCTYPE html>
    <html lang="en" prefix="og: http://ogp.me/ns#">
    <head>
    
    <meta property="og:title" content="Ajax instead of IFrame"/>
        <meta property="og:type" content="website"/>
        <meta property="og:url" content="http://www.tegnehulen.dk/code_ajax.html"/>
        <meta property="og:image" content="http://i1086.photobucket.com/albums/j447/Mejse78/ajax.gif"/>
        <meta property="og:site_name" content="Ajax instead of IFrame"/>
        <meta property="fb:admins" content="https://www.facebook.com/profile.php?id=756734196" />
        <meta property="og:description"
              content="Here you can find a code that allows you to use the joys of IFrame - but without the problem with reaching searchengines." />
        <meta charset="utf-8" />
        
    <title>Ajax instead of IFrame</title>
    Thanks ♥
    Last edited by Mejse78; 06-10-2012 at 03:45 PM.

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    perhaps you need to clear your cache?

  3. #3
    Join Date
    Feb 2012
    Location
    Denmark
    Posts
    66
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default

    Hi, Traq
    I actually found this site: debug

    Here I can RESET the meta on FB - and it shows, if I need information and such


Bookmarks

Posting Permissions

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