Hello Guys,
which is better for seo static page like
something-number.html
or dynamic page like
something.php?id=number
and does it make big difference in page ranking and positioning in search engines when page is static or dynamic?
please advice
Hello Guys,
which is better for seo static page like
something-number.html
or dynamic page like
something.php?id=number
and does it make big difference in page ranking and positioning in search engines when page is static or dynamic?
please advice
Overly complex URLs, especially those containing multiple parameters, can cause a problems for crawlers by creating unnecessarily high numbers of URLs that point to identical or similar content on your site. As a result, Googlebot may consume much more bandwidth than necessary, or may be unable to completely index all the content on your site.
For further reading, visit Google Help Center HERE
I believe static pages are better because they are more commonly used than dynamic.
static page is better, if your web site having dynamic page then first you convert that page in to static.
If a page is dynamic, you can use mod-rewrite to clean up the url so that it looks like a static link and is more search engine friendly.
You are pretty much better off using static pages. They are better with Google. Go for static pages if you can.
Visit Talend and Talendforge for open source ETL and data integration.
According to me static pages are better than dynamic pages.most commonly static pages are used.
Ive achieved great success by using url rewrtite
/newreply.(php)?do=newreply&noquote=1&p=434189Code:RewriteRule ^newreply/(.*) newreply.(php)?do=newreply&noquote=1&p=434189
Becomes
/newreply/434189