HI Want to put some text on my home page that is purely for SEO purposes and do not wish to clutter what is a very nice page. I am therefore considering inserting a "More" link which would reveal the text when clicked. If done this way, would the URL remain as just my homepage URL? (I believe that it needs to) Unless anyone has a better way of achieving this. All ideas welcome. Thanks
Hi, Thanks for the reply and sorry for late response - I've been on holiday.
I am a bit of a novice at this stuff so don't want to appear stupid but for each of the sections of code (HTML, JS, CSS) can you advise where these should best reside in Umbraco?
For example, I have a page heading as follows:
I want to add "more" to the end of the heading and bring up some text that I don't want to be normally visible but ensure that the URL is still my home page. Not sure though if this is possible.
Alternatively, it could really go anywhere on the page so long as it is not visible unless "more" is selected.
Hiding text on a home page
HI Want to put some text on my home page that is purely for SEO purposes and do not wish to clutter what is a very nice page. I am therefore considering inserting a "More" link which would reveal the text when clicked. If done this way, would the URL remain as just my homepage URL? (I believe that it needs to) Unless anyone has a better way of achieving this. All ideas welcome. Thanks
Hi Ian.
Maybe consider fixing it with jquery, with a More.. toggle?
http://jsfiddle.net/zA23k/2433/
Just a quick suggestion..
Hi, Thanks for the reply and sorry for late response - I've been on holiday. I am a bit of a novice at this stuff so don't want to appear stupid but for each of the sections of code (HTML, JS, CSS) can you advise where these should best reside in Umbraco? For example, I have a page heading as follows:
Supplying Social Work and Education Jobs across the UK
I want to add "more" to the end of the heading and bring up some text that I don't want to be normally visible but ensure that the URL is still my home page. Not sure though if this is possible.
Alternatively, it could really go anywhere on the page so long as it is not visible unless "more" is selected.
the website is www.entrustsocialcare.co.uk
Your help is much appreciated
Thanks
Ian
Hi Ian.
Maybe you could do a textbox for your home node, called "More info". Then in your view:
In your css file:
And javascript file:
And then make this a bit pretty maybe, but hopefully this gets you started.
Best of luck! / Dennis
Thanks Dennis. Much appreciated
Glad to help Ian! :)
is working on a reply...