Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Closed Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 16 of 16

Thread: Dynamic Title for Pages For Optimization.

  1. #11
    savantcreative is offline Junior Member savantcreative is on a distinguished road
    Join Date
    Apr 2008
    Posts
    14

    Default

    As long as we are on the topic, what do you think the best method for seo and dynamic sites is. Is it language dependent at all, or is it just in the renaming of the urls that matter?

  2. #12
    smeagain is offline Distinguished Member smeagain is on a distinguished road
    Join Date
    Jan 2008
    Posts
    263

    Default

    For dynamic sites, I use PHP and MYSQL. Then the pages are constructed on the fly making it simple to construct a "Relevent" set of HMTL Title + H1 Tags etc resulting in a pretty good optimised page. If you take the time to build or even customise a CMS system like this, it is possible to end up with a set of pages very close to what you would have hand coded from scratch.

  3. #13
    BenjArriola's Avatar
    BenjArriola is offline Senior Member BenjArriola is on a distinguished road
    Join Date
    Jan 2008
    Location
    Manila and San Diego
    Posts
    129

    Default

    For SEO purposes and having dynamic content... plain text format generated by your favorite server-side programming language of choice will work. Like:

    PHP, ASP, .net, JSP, Perl, Phyton, Cold Fusion, Miva, TCL and more...

    Since these languages do all processing on the server before it is sent out to the browser, it is already in plain text. Something search engines can read properly.

    Client-side languages will not work since the content is generated by the the web browser. Search engine bots are not web browsers and will simply drop client-side scripting.

    JavaScript is client-side.

    AJAX is a combination of client-side and server-side, thus generally, AJAX is also not good for SEO, unless it is done properly. Here is a sample of properly done AJAX for SEO.

    Flash is also client-side although can also pull data from a server-side database, it is still client-side and content in Flash is not crawled consistently (Although Google can read the content in .swf files in some cases, it is not perfect and cannot be optimized in the same way you do with plain text.) Although there are still solutions to do SEO for Flash.

  4. #14
    DJDave's Avatar
    DJDave is offline Junior Member DJDave is on a distinguished road
    Join Date
    Apr 2008
    Posts
    20

    Default

    Wn you say 'dynamic'....you can have dynamic content (i.e. generated by a users search query) but the url and title can remain static. You want the title to change depending upon what they search for?

  5. #15
    OldWelshGuy's Avatar
    OldWelshGuy is offline Super Moderator OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of OldWelshGuy has much to be proud of
    Join Date
    Oct 2004
    Posts
    1,998

    Default

    Yes as the page title must reflect the page content.

    There is a black hat technique that eploits this. OBVIOUSLY I am not going to post the methodology on an open forum though Suffice to say, I have damaged one of my test sites by doing it, (deliberately as a test of course) so it works.

  6. #16
    forums is offline Junior Member forums is on a distinguished road
    Join Date
    May 2008
    Posts
    14

    Default

    My view is that page titles, like URLs, should be permanent. If the content of the document is dramatically different, then maybe it should be a new pages with a new title and a new url.

Closed Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

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

Search Engine Friendly URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124