Options

Google pulling back header code?

monkeydanemonkeydane Registered Users Posts: 45 Big grins
edited November 13, 2007 in SmugMug Support
I have been trying to change what comes back when a search engine finds my site. I read the wiki on SEO's and how to increase your hits, and I've also read through alot of other posts, so can someone make sure I'm up to speed here.

if I put something like this in my biobox:

"<*meta name="description" content="I like the night life, I like to boogie."
/>" (minus quotes and leading *)

it should show up in the description of my page when a search engine finds it correct? Is there a better way to do this? I read about creating a div and then hiding it, but for some reason (most likely ignorance of CSS or any scripting skills) I can't seem to get it to work, the text in my bio shows if I try the div.

Also when I do a search right now I get back some string of code for bulkzoomthumbs from the header field of my customize section. will this go away once Google gets around to seeing the biobox info, or did I somehow fail to copy paste correctly (wouldn't be the first time, won't be the last)

Any help would be appreciated,
J

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited November 13, 2007
    I don't say to do that in your bio at all ne_nau.gif

    Just put descriptive words in there.

    You can change your page title, on the control panel>customize page.

    -Andy
  • Options
    monkeydanemonkeydane Registered Users Posts: 45 Big grins
    edited November 13, 2007
    Andy wrote:
    I don't say to do that in your bio at all ne_nau.gif

    Just put descriptive words in there.

    You can change your page title, on the control panel>customize page.

    -Andy

    Oh I wasn't implying you said to do that, I was just saying I had read alot of posts already, which game me just enough knowledge to make a mistake. headscratch.gif
    I was trying to figure out how to create a div and then hide it in CSS, but that didn't work for me. The first way I could find to have any descriptor in my biobox and not have it show on my home page was the code I posted.

    I've updated my page title already, just waiting for the crawlers to pick that up to make sure it worked correctly.

    Is there a section (maybe the css how to on customiztion) that details how to add a div and place text in it then hide it in CSS. I'm all for learning new things, just trying to find them.

    thanks again, I'm still impressed with the support this forum gets.
  • Options
    AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 13, 2007
    monkeydane wrote:
    Oh I wasn't implying you said to do that, I was just saying I had read alot of posts already, which game me just enough knowledge to make a mistake. <img src="https://us.v-cdn.net/6029383/emoji/headscratch.gif&quot; border="0" alt="" >
    I was trying to figure out how to create a div and then hide it in CSS, but that didn't work for me. The first way I could find to have any descriptor in my biobox and not have it show on my home page was the code I posted.

    I've updated my page title already, just waiting for the crawlers to pick that up to make sure it worked correctly.

    Is there a section (maybe the css how to on customiztion) that details how to add a div and place text in it then hide it in CSS. I'm all for learning new things, just trying to find them.

    thanks again, I'm still impressed with the support this forum gets.
    I think you can just do it this way. In your bio add

    <html><div id="hiddenText">This is my hidden text.</div></html>

    Then add this in CSS

    #hiddenText {display none;}

    Could even use a color same as the bio background in case it shows momentarily.

    #hiddenText {display none; color: #000;}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    monkeydanemonkeydane Registered Users Posts: 45 Big grins
    edited November 13, 2007
    Allen wrote:
    I think you can just do it this way. In your bio add

    <html><div id="hiddenText">This is my hidden text.</div></html>

    Then add this in CSS

    #hiddenText {display none;}

    Could even use a color same as the bio background in case it shows momentarily.

    #hiddenText {display none; color: #000;}

    Perfect. Thank you both. Hopefully I'll be done with the tinkering soon and can go back to taking pictures.
Sign In or Register to comment.