Is there a reason why some site links end in HTML? (.html)

Vido900

Junior Member
Joined
Mar 2, 2021
Messages
162
Reaction score
54
I have seen some sites on their post blog links end like this --> sitename-postname.html Is there any reason?
 
I have seen some sites on their post blog links end like this --> sitename-postname.html Is there any reason?
It's because of the server rewriting the URL, on an Apache server the server uses the .htaccess file which has a rewrite engine command to rewrite the URL from a directory path to a more clean URL. So sites where you see .html or .php have not configured this.
 
It's because of the server rewriting the URL, on an Apache server the server uses the .htaccess file which has a rewrite engine command to rewrite the URL from a directory path to a more clean URL. So sites where you see .html or .php have not configured this.
Yep, I agree
 
If you use .html this will see you the top of google page 1 within days! :D

You are better of using an automatic rewrite facility in your .htaccess, or however you do it again.
It looks much better really
 
It's because of the server rewriting the URL, on an Apache server the server uses the .htaccess file which has a rewrite engine command to rewrite the URL from a directory path to a more clean URL. So sites where you see .html or .php have not configured this.
Ding! Ding! Ding! We have a winner!

If you use .html this will see you the top of google page 1 within days! :D
Bahaha! You wish!
 
There is a belief, that HTML pages are considered as static pages and they have more chances with SEO success. But according to my experience - in real life that is not that helpful.
 
Back
Top