Features

3. SEO & TDK

Configure TDK for each page for SEO management.

Objectives

  • Each page can have individual TDK settings
  • Long-tail keywords can be configured globally

Setting TDK

  • Page YAML Configuration

Set title and description in the YAML file.

yaml tdk

  • Markdown Properties

Set properties for blog posts and documentation.

blog tdk

Long-tail Keywords

Modify the app/app.vue file.

Set titleTemplate: '%s - SaaS Fast - NuxtJs template' for long-tail keywords.

useSeoMeta({
  titleTemplate: "%s - SaaS Fast - NuxtJs template",
  ogImage: "https://saas.ducafecat.com/social-card.png",
  twitterImage: "https://saas.ducafecat.com/social-card.png",
  twitterCard: "summary_large_image",
});

TDK Recommendations

When setting up your website's SEO TDK (Title, Description, and Keywords), here are several important points to consider:

1. Title

  • Concise and Clear: Titles should be concise, direct, and clearly describe the page content. Ideal length is 50-60 characters.
  • Include Keywords: Place main keywords at the beginning of the title for better search engine recognition.
  • Brand Name: Consider adding brand name at the end of titles to build brand awareness.
  • Attract Clicks: Use compelling words like "best", "free", "quick", etc.

2. Description

  • Concise and Attractive: Descriptions should be concise and compelling, typically between 150-160 characters, to generate user interest.
  • Include Keywords: Should also include main keywords to help search engines understand the page topic.
  • Clear Value: Highlight the page's unique value or advantages to show users why they should click.
  • Avoid Duplication: Each page's description should be unique, avoid content duplication.

3. Keywords

  • Strong Relevance: Choose keywords highly relevant to page content, reflecting user search intent.
  • Avoid Stuffing: Don't overuse keywords, maintain natural flow, avoid search engine penalties.
  • Moderate Amount: Generally recommended to use 5-10 keywords per page, covering different related topics.

4. Consistency

  • TDK Consistency: Ensure title, description, and keywords are related, reflecting the same topic and content, avoiding confusion for search engines and users.

5. Monitoring and Optimization

  • Regular Checks: Regularly monitor page SEO performance, optimize TDK settings based on analysis results.
  • Competitor Analysis: Observe competitors' TDK settings, look for improvement opportunities.

6. User Experience

  • User-Centric: While TDK is important for search engine optimization, the ultimate goal is to attract users. Ensure content meets user expectations and needs.

By focusing on these points, you can effectively improve your website's visibility in search engines and click-through rates.


end


Resources

Features

Company

Copyright © 2025. All rights reserved.