Results 1 to 5 of 5

Thread: Website dynamic content - search engine

  1. #1

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    Website dynamic content - search engine

    hi there,

    Just have like a general question.
    ive written a small web app etc... but there is not alot of content on the webpages.
    for example most of the content is read from textfiles and mysql and loaded onto the page as the user moves through the site.

    What options are available to me to help with search engine listings, without having to sell my kidneys.
    Is there anything i can do coding wise or to the application that would help?

    Ive read some articles about the obvious meta tags and newsletters may help etc...

    -- a small note would be i created my app which is hosted on a certain url.
    -- the main url would be a loading page which does a redirect

    Any general advice or things to look into would be muchly appreciated.

    Thanks for any replys
    D
    it works 60% of the time, all the time.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Website dynamic content - search engine

    Clean HTML and page layout helps a bit, titles in H1 tags... not sure about this redirect though. Why are you redirecting and how are you redirecting?

  3. #3

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    Re: Website dynamic content - search engine

    hi,

    yeah i know the redirect isnt great. but i dont mind them going directly to the working url.
    Basically I got a url and got it all hosted etc... thats fine.
    but then i got a better url to match the comany name etc...
    I am just using a meta tag to redirect after a second.
    it works 60% of the time, all the time.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Website dynamic content - search engine

    You should turn it into an HTTP 301 rather than the meta redirect or Response.Redirect.

  5. #5

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    Re: Website dynamic content - search engine

    Thanks. I just had a little look.
    "301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It's not that hard to implement and it should preserve your search engine rankings for that particular page"

    I shall do this. Hoepfully i can still let it delay for a second to show the logo.
    I shall ensure i have titles in my html also
    it works 60% of the time, all the time.

Posting Permissions

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



Click Here to Expand Forum to Full Width