Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Put .html on every page URL

Started by Sunil 7 years ago · 7 replies · 540 views
7 years ago

How to do it ??

How to make URL with HTML extension?

7 years ago

@sunil951, My first response is one of curiosity... What might be the rationale? Do you need to preserve urls when migrating an existing website?

Regardless the reason, the configuration setting append_url_extension, which should be added to 'user/config/system.yaml', might do what you are asking for:

YAML
pages:
  append_url_extension: .html

For the docs see Basics/Configuration/Pages:

append_url_extension:         Append page's extension in Page URLs (e.g. .html results in /path/page.html )

Hope this helps...

7 years ago

@sunil951, What SEO issue do you think it creates?

A few thoughts:

  • I think there is a consensus on the web that urls without extensions are preferred.
  • Google doesn't care whether a url ends with an extension, or slash, or no slash. But changing the urls may do harm. See video from Google's John Mueller
  • Google indexes links you provide in the sitemap.xml. Using the 'append_url_extension' setting, all links generated by the sitemap plugin end with '.html'
  • All internal links generated by Grav (e.g. menu items) and which are crawled by Google, end with '.html' too.
7 years ago

My current website created in plain html and now migrated to GRAV. What will be best way so that my google SEO not face issue. Have more than 10K backlinks.

Please guide.

7 years ago

Thanks. Plz, guide as per the below details.

7 years ago

Use permanent redirects from your old URLs to sensible ones that don't use an extension. Then just use Grav the way it's designed out of the box. That really seems easiest to me.

7 years ago

Thank you for sharing and helping.

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 85 13 hours ago
General · by pamtbaau, 18 hours ago
1 60 18 hours ago
General · by Andy Miller, 1 day ago
0 47 1 day ago
General · by Marcel, 12 months ago
6 350 5 days ago
General · by Duc , 6 days ago
3 44 5 days ago