Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add canonical links for better SEO #111

Merged
merged 2 commits into from
May 8, 2018
Merged

Conversation

sherjilozair
Copy link
Contributor

Fixes #110.

header.php Outdated
@@ -47,6 +47,7 @@ function h2($title)
<link rel='stylesheet' type='text/css' href="//fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/>
<link rel="stylesheet" type="text/css" href="<?php echo style('style.css') ?>?2017-09-15-0000" title="default" media="screen,print"/>
<link rel="stylesheet" type="text/css" href="<?php echo script('highlight/styles/github.css') ?>"/>
<link rel="canonical" href="<?php echo $redirect ?>"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe have a check around this (similar to the doxygen one), as this header data is also used for every other site and not all of them are versioned.

@sherjilozair
Copy link
Contributor Author

Done, @eXpl0it3r.

@eXpl0it3r eXpl0it3r merged commit b155751 into SFML:master May 8, 2018
@eXpl0it3r
Copy link
Member

Thanks! 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants