Skip to content

Commit 3cb971c

Browse files
committed
docs(readme): showcase SEO
1 parent 74eb871 commit 3cb971c

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

Client/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { LinkService } from './shared/link.service';
1313
export class AppComponent implements OnInit, OnDestroy {
1414

1515
// This will go at the END of your title for example "Home - Angular Universal..." <-- after the dash (-)
16-
private endPageTitle: string = 'Angular Universal & ASP.NET Core Starter';
16+
private endPageTitle: string = 'Angular Universal and ASP.NET Core Starter';
1717
// If no Title is provided, we'll use a default one before the dash(-)
1818
private defaultPageTitle: string = 'My App';
1919

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
# ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering!
1+
# ASP.NET Core & Angular 4 (+) advanced starter - with Server-side prerendering (for Angular SEO)!
22

3-
## Fully functional - Angular4 branch merged to master 3/30/2017 - still a few tweaks needed to add in previous features
4-
5-
> There may be issues here and there so please create an Issue or PR if you'd like!
3+
> Fully functional - Angular4 branch merged to master 3/30/2017 - still a few tweaks needed to add in previous features
64
75
<p align="center">
86
<img src="./docs/architecture.png" alt="ASP.NET Core Angular 2+ Starter" title="ASP.NET Core Angular 2+ Starter">
97
</p>
108

9+
### Harness the power of Angular 2+, ASP.NET Core, now with SEO !
10+
11+
Angular SEO in action:
12+
13+
<p align="center">
14+
<img src="./docs/angular2-seo.png" alt="ASP.NET Core Angular2 SEO" title="ASP.NET Core Angular2 SEO">
15+
</p>
16+
17+
1118
> Looking for the older 2.x branch? Go [here](https://github.com/MarkPieszak/aspnetcore-angular2-universal/tree/old-2.x-universal-branch)
1219
1320
### Merged 3/30/2017 - TO-DO List:

Views/Shared/_Layout.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<base href="/" />
5-
<title>@ViewData["Title"] - AspNET.Core Angular 4.0.0 (+) Universal starter</title>
5+
<title>@ViewData["Title"]</title>
66

77
<meta charset="utf-8" />
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

docs/angular2-seo.png

40.1 KB
Loading

0 commit comments

Comments
 (0)