![]() |
| |||||||
| Search Engine Optimization All SEO Topics should be posted in this forum! |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| SEO for dynamic sites Hello to all, I don't have much knowledge of how to do SEO for dynamic sites. And, I also want to know that from where I should be begin. Would you give any tips of it if you have or if you have done in past? Pl post here Thanks in advance. |
| |||
| i suggest to read more about SEO.. theres alot of resources online... |
| |||
| in regards with dynamic sites.. here it is.. They are usually built with a programming language such as ASP, PHP or JAVA. This code "creates" the HTML that is displayed in the browser. XHTML and XML are standards which are probably eventually replace HTML. However most sites are still "output" in HTML because this is visible in most browsers. Dynamic sites are often database-driven. This means that the site content is stored in a database and the dynamic code "pulls" the content from a database. Databases The web technologies listed below - are the most commonly used programming languages for building dynamic websites. ASP PHP JAVA CGI Scripts Javascript DHTML XML SSI If you have designed your site already in HTML then start by looking at Javascript and DHTML since you can use this on a normal .html web pages. ASP and PHP need you to create .asp or .php sites and are a bit more complex to set up. |
| |||
| Its difficult to do SEO of dynamic site but its not impossible.. you use static page which actually been converted by code from dynamic page. |