Free SEO and SEM Training by Bilal Qayyum, SEO - SEM Guru Pakistan

 
Submitted by admin on Mon, 07/16/2007 - 09:49.

Last day I had a great discussion with my brother Usman on how to get ranked dynamic web pages in search engines compared to static web pages. As you all know that static page has great ability to rank up quickly in search engines than a dynamic page. From many years experts are finding ways to index more pages for a dynamic website in search engines, but they still can not able to give one best solution, as the dynamic website is more complicated than a static website.

Today I’m going to tell you how fast you can index your website pages in search engines, if they are dynamic. It is to observe that dynamic pages have same page title, description, and so called action. The internet used to consist of static web pages, i.e. web pages that are not changed before being displayed in a web browser. But on the other hand dynamic web pages are the average, because there is software that is on hand that changes the page before it is displayed in a web browser. The dynamic pages are not actually set up as HTML and then the search engines will never see the contents that are displayed in the browser such as page title, description, snippet, and body area.

Dynamic pages can be created by using web languages scripts such as ASP, PHP, Cold Fusion. These scripts normally used to call up and build the dynamic pages after the user inputs some data in a search program. It is often to watch that dynamic pages used characters in their URL, which put off the search engines from reading and indexing the data on that page, for example http://www.download.com/3120-20_4-0.html?tg=dl-20&qt=cute%20ftp&tag=srch. The given URL set up an example of dynamic URL, it is clear to see that this URL has many characters which are directing search engines to do not visit. Irrational characters make the search engines obvious and creating bad impact on them for not visiting the dynamic URL. It is also observed that URL(s) often utilize Session IDs, the session IDs prevent search engines from following links on that page (or cause an overstated page count) and those pages don’t add PR from Google either (don’t submit your website to dynamic pages if not they are fleeting PR). There are lot ways of receiving just about this, but it necessitates particular software and additional time to do it which elevates operating cost for the client. Dynamic web pages can be used in a directory or database (as long as these products are also displayed in static pages) but they should never be used on the main pages of the website.

Finally, you should use mod-rewriting method to prevent and reduce overhauling effects from the URLs. For MOD-writing you can simply re-write the URLs and then make a redirect for each URL to the old URL. In the result you will get static pages as well as dynamic pages on the same platform. Static URLs indicates search engines for crawling and indexing the pages and dynamic helps to generate contents on the pages. For example the above URL can be written as http://www.download.com/cute-ftp.html . First you have to create the URL like this and then make a redirect to its older URL for getting data on page.

After re-writing the URLs, now you are able to get indexed as many as more pages of your website. But before doing anything on it, you have to first submit sitemap on to Google, Yahoo, Ask Jeeves for re-indexing of the web pages. Within a few days of submitting sitemap, you will get your pages indexed alongwith static URLs.

»

Online Tools are available

Yes online tools are avialable that assists while redirection of any url(s).

»

How to Write 301 redirect

Noman thanks for the post. I've not seen any software that can support redirection or help us to rewrite the url. From the years, I've been used different redirection methods in different web languages including PHP, ASP, ASP.net, PERL CGI, IIS Redirect, etc. Now I'm going to explain some of the methods below. Redirection of the URLs is not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it's the safest option. The code "301" is interpreted as "moved permanently".

ColdFusion Redirect
<.cfheader statuscode="301" statustext="Moved permanently">
<.cfheader name="Location" value="http://www.new-url.com">
PHP Redirect
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
ASP Redirect
<%@ Language=VBScript %>
<%
Response.Status="301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com/");
%>

ASP .NET Redirect

private void Page_Load(object sender, System.EventArgs e)
{
Response.Status = "301 Moved Permanently";
Response.AddHeader("Location","http://www.new-url.com");
}

JSP (Java) Redirect
<%
response.setStatus(301);
response.setHeader( "Location", "http://www.new-url.com/" );
response.setHeader( "Connection", "close" );
%>
CGI PERL Redirect
$q = new CGI;
print $q->redirect("http://www.new-url.com/");

Ruby on Rails Redirect
def old_action
headers["Status"] = "301 Moved Permanently"
redirect_to "http://www.new-url.com/"
end

I think the above given codes are enough to understand the functionality of 301 redirect. I'm going to write a fresh article on 301 redirect in which I'll explain how to write 301 redirect using .htaccess file on server side.

Thanks

Bilal (SEO Expert)
Smart Solutions Net Technologies

»

Is there any software to re-write the URLS

Hello
Could you please tell me whether there could be a software that convert the dynamic urls into static ones? or we can do it manually. And please also tell us how to create a re-direct for the dynamic websites and where we do implement on the server side.

Thanks

Noman

»

Great Information

Sir You have explained everything in detail, I've studied it before and the information you have provided is more than that. I like the procedure you have explained at the end of this post i.e. "after completing the mod-rewriting then submit sitemap for reindexing the urls" and I've examined that re-submitting a sitemap could really help us to index more landing pages in search engines. Excellent piece of work:)

Cheers

Stephen

»

Recent comments

Subscribe Buttons

Feed Icon
XML Icon
Google
Delicious
Yahoo!
Bloglines
Newsgator
MSN
Feedster
AOL
Furl
Rojo
Pluck
Simplify

Syndicate

Syndicate content

Search

Copyrights 2007-2008 - Smart Solutions Net Technologies ----- info@freeseosemtraining.com or services@freeseosemtraining.com

Syndicate

User login