Tìm hiểu SEO feed.xml, sitemap.ts, robots.ts nextjs-wordpress

Database cấu hình thực hành SEO

https://drive.google.com/file/d/16upcMf9wTCihcL5IWtmxzL-HqGO_VnYt/view?usp=sharingarrow-up-right

file-archive
148KB

wp-config.php

.env

[Home Page] Function to execute a GraphQL query

next.config.ts

lib\config.ts

lib\types.d.ts

lib\functions.ts

lib\queries\getPageBySlug.ts

lib\queries\getAllPosts.ts

components\Header.tsx

components\Footer.tsx

components\CommentForm.tsx

components\SearchForm.tsx

app\layout.tsx

app\page.tsx

lib\queries\getMenuBySlug.ts

Tạo một custom post type in graphqlarrow-up-right

wp-content\themes\astra-child\functions.php

[Single Post]

app\blog[slug]\page.tsx

lib\queries\getPostBySlug.ts

[Custom Post Type]

app\books[slug]\page.tsx

lib\queries\getAllBooks.ts

lib\queries\getBookBySlug.ts

[Page and Blog]

— blog

— books

app\[slug]\page.tsx

[Category]

app\blog\category[slug]\page.tsx

lib\queries\getCategoryBySlug.ts

[Tag]

app\blog\tag[slug]\page.tsx

lib\queries\getTagBySlug.ts

[Comment]

lib\mutations\createComment.ts

app\search\page.tsx

components\SearchForm.tsx

feed.xml

app\feed.xml\route.ts

sitemap

wp-content\themes\astra-child\functions.php

app\sitemap.ts

file-archive
99MB

robots.ts

Last updated

Was this helpful?