You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/launch-checklist.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,25 +24,25 @@ This branch is ready to deploy only after the following external actions are com
24
24
25
25
1. Verify the domain property, and verify host variants separately if the account setup requires it.
26
26
2. Submit `https://mohsinht.com/sitemap.xml`.
27
-
3. Inspect and request indexing for the homepage, résumé, recommendations, writing index, and important articles.
27
+
3. Inspect and request indexing for the homepage, Resume, recommendations, writing index, and important articles.
28
28
4. Check canonical selection, coverage, and structured-data reports after Google has recrawled the site.
29
29
5. Address obsolete results only after redirects or removal responses are known to be correct.
30
30
31
31
## Bing Webmaster Tools
32
32
33
33
1. Verify `https://mohsinht.com`.
34
34
2. Submit `https://mohsinht.com/sitemap.xml`.
35
-
3. Inspect the homepage, résumé, recommendations, and writing URLs after crawl.
35
+
3. Inspect the homepage, Resume, recommendations, and writing URLs after crawl.
36
36
37
37
## External identity alignment (documented; not performed by this branch)
38
38
39
39
- Update the GitHub profile bio and README to use: “Senior Software Engineer specializing in Applied AI and Backend Systems.”
40
40
- Update the current employer to OnService.AI and pin public, high-quality AI or backend work where available.
41
-
- Align LinkedIn’s headline, About section, and Featured section; feature the portfolio, résumé, SnippetGraph, and FirstCustomer.
41
+
- Align LinkedIn’s headline, About section, and Featured section; feature the portfolio, Resume, SnippetGraph, and FirstCustomer.
42
42
- Redirect, disable, or deindex `mohsinht.github.io` and remove or redirect obsolete `dev.mohsinht.com`.
43
43
- Remove stale public phone-number exposure anywhere it is controlled.
44
44
45
45
## Factual confirmation still needed
46
46
47
-
- Confirm that `public/downloads/MohsinHayatResume.pdf` remains the approved current résumé before linking it as a downloadable file or renaming it to `Mohsin_Hayat_Resume.pdf`.
47
+
- Confirm that `public/downloads/MohsinHayatResume.pdf` remains the approved current Resume before linking it as a downloadable file or renaming it to `Mohsin_Hayat_Resume.pdf`.
48
48
- Confirm the production availability and preferred public URLs for SnippetGraph and FirstCustomer before any future campaign or social promotion.
Copy file name to clipboardExpand all lines: lib/public-content.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ function section(title, body) {
38
38
}
39
39
40
40
exportfunctionllmsIndex(){
41
-
return`# ${profile.name}\n\n> ${profile.title}. ${profile.summary}\n\n${section('Website',`- [Portfolio](${siteUrl}/): professional overview, selected work, capabilities, and contact links.\n- [Résumé](${siteUrl}/resume): detailed experience, skills, education, and achievements.`)}${section('Selected projects',profile.projects.map((project)=>`- [${project.name}](${project.href??`${siteUrl}/`}): ${project.built}`).join('\n'))}${section('Public writing',`- [Engineering Writing](${siteUrl}/posts): dated personal posts about engineering and remote work.`)}${section('Recommendations',`- [Recommendations](${siteUrl}/recommendations): verified LinkedIn recommendation excerpts from engineering leaders.`)}${section('Profiles and contact',`- [GitHub](${profile.links.github}): public code and profile.\n- [LinkedIn](${profile.links.linkedin}): professional profile and recommendations.\n- [Email](${profile.links.email}): public contact method.`)}`
41
+
return`# ${profile.name}\n\n> ${profile.title}. ${profile.summary}\n\n${section('Website',`- [Portfolio](${siteUrl}/): professional overview, selected work, capabilities, and contact links.\n- [Resume](${siteUrl}/resume): detailed experience, skills, education, and achievements.`)}${section('Selected projects',profile.projects.map((project)=>`- [${project.name}](${project.href??`${siteUrl}/`}): ${project.built}`).join('\n'))}${section('Public writing',`- [Engineering Writing](${siteUrl}/posts): dated personal posts about engineering and remote work.`)}${section('Recommendations',`- [Recommendations](${siteUrl}/recommendations): verified LinkedIn recommendation excerpts from engineering leaders.`)}${section('Profiles and contact',`- [GitHub](${profile.links.github}): public code and profile.\n- [LinkedIn](${profile.links.linkedin}): professional profile and recommendations.\n- [Email](${profile.links.email}): public contact method.`)}`
0 commit comments