okumin commented on code in PR #48:
URL: https://github.com/apache/hive-site/pull/48#discussion_r2075116841


##########
content/Development/gettingStarted.md:
##########
@@ -2,6 +2,8 @@
 title: "Getting Started"
 date: 2023-01-10T12:35:11+05:30
 draft: false
+aliases:
+- /developement/gettingstarted/

Review Comment:
   My Google always prioritizes the wrong side like this.
   
![image](https://github.com/user-attachments/assets/9cba2956-c34e-4200-8713-915e0b436236)
   
   With this alias, it's marked as "noindex" with a redirect to the canonical 
URL. This helps Google and existing users bookmarking it. This is defensive, 
and it is ok to just remove `developement`.
   
   ```
   % curl -i http://localhost:1313/developement/versioncontrol/
   HTTP/1.1 200 OK
   Accept-Ranges: bytes
   Content-Length: 385
   Content-Type: text/html; charset=utf-8
   Last-Modified: Tue, 06 May 2025 09:43:15 GMT
   Date: Tue, 06 May 2025 09:43:19 GMT
   
   <!DOCTYPE html>
   <html lang="en-us">
     <head>
       <title>http://localhost:1313/development/versioncontrol/</title>
       <link rel="canonical" 
href="http://localhost:1313/development/versioncontrol/";>
       <meta name="robots" content="noindex">
       <meta charset="utf-8">
       <meta http-equiv="refresh" content="0; 
url=http://localhost:1313/development/versioncontrol/";>
     </head>
   </html>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to