|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Static VS Dynamic
I'm thinking dynamic SEO is not good, but have been reading about how people can make it good. Is this possible?
Surely the pages will be ever changing and this will affect Google and other search engine rankings in a negative way. Why would dynamic seo and dynamic title tags be used? This seems confusing to me.
__________________
"Any fool can make things bigger and more complex. It takes a touch of genius to move in the opposite direction."--Albert Einstein |
|
#2
|
|||||
|
|||||
|
Quote:
I'm assuming you mean SEO for dynamic web site content. There are many ways to make it good. URL re-writting is the main one. You turn long dynamic URLs into what appears to be a static URL without any parameters attached to the URL btu it still returns the same page. Quote:
Having content that is regularly updated is a very good thing! As long as the topic stays on the same theme it s agood thing. Quote:
If you are pullin in some new content from a back end scripting language then you would want the title to change. Instead of <title>Page Title</title> You would have <title><?php echo("$page_title"); ?></title> where $page_title is a variable that holds the value of the content's title. This means that all the relevant data to what every query parameter was parsed woudl be displayed dynamically - ie automatically. This is a good thing but implementation depends on individualk requirements. It basically means you can make a massive site with only one file and a database. You then use URL rewritting to make the URLs appear as individual Static URLs. Eg www.domain.com/index.php?file_id=1234 would be rewritten as www.domain.com/file/1234.html There is a whole host of specifics to doing SEO for dynamic sites but that covers the basic gist of it.
__________________
SEO Tutorials for Beginners, SEO News, SEO Testing Call me on Skype and get SEO advice now - skype name "tstolber" The Truth about META TAGS |
|
#3
|
|||||
|
|||||
|
Quote:
I think you are saying, i face difficulty in SEOing dynamic websites. Sure you are going to face problem. mod_rewrite and ISAPI_rewrite will make you head spin Quote:
This will not effect in a negative way. Quote:
Majority of websites pickup contents from database. So you will have to deal with dynamic websites. |
|
#4
|
||||
|
||||
|
I think the original poster needs to clarify, as it's not clear whether they are referring to a database driven website using dynamic URL parameters (query strings), or dynamic content elements on pages (where they change upon refresh).
__________________
Darrin J. Ward, Original Founder of SEO Chat (this site), Google Dance Tool & some other cool stuff! * ChatButton - Free Chatboxes, super-easy setup!. |
|
#5
|
||||
|
||||
|
It's new to me, sorry if I'm not clear. Anyone know a good place to learn this stuff?
|
|
#6
|
||||
|
||||
|
Yep - here!
|
|
#7
|
||||
|
||||
|
Quote:
Unfortunately, if you got a head like a goat for SEO it doesn't matter how good the place is for learning!
__________________
FREE LINKS for LINKBAIT Catch 'n Re-Lease Me! - We are what we repeatedly do… excellence, then, is not an act, but a habit. — Aristotle |
|
#8
|
||||
|
||||
|
I'm beginning to love SEOing the dynamic sites over the static ones. It can be complicated, but you only need to think of the SEO stuff once for each template by dropping your variables in everywhere. You don't have to optimize each and every page by hand.
|
|
#9
|
||||
|
||||
|
Heh heh fathom, heh heh
|
|
#10
|
||||
|
||||
|
So I'm guessing dynamic content is like wordpress because wordpress pulls the information from a SQL Dbase.
Also, if servers don't run apache do you use something other than mod rewrite. Or do you still use mod rewrite with another language other than php. |
|
#11
|
||||
|
||||
|
Quote:
At the end of the day... the difference between dynamic urls and mod-rewritten urls is insignificant... But there is enormous value on the data entry and design sides. |
![]() |
| Viewing: SEO Chat Forums > Google > Google Optimization > Static VS Dynamic |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|