方言を話すおしゃべり猫型ロボット『ミーア』をリリースしました(こちらをクリック)

2024-04

Marketing

[SEO] Subdomain vs subdirectory. What does Google say about which one is better for SEO?

Subdomains and subdirectories may be a perennial topic regarding which is better from an SEO perspective. Here is a summary of how these choices affect SEO and Google's view. Subdirectories and subdomains are the same in terms of ranking in search results
Marketing

[SEO] The truth about Meta tags, the relationship between page rank and click rate, and domain power

Meta tags are very important for SEO, and in Japanese, a title of 32 characters or less is considered optimal. 120 characters or so is recommended for Meta Description in Japanese. Although not a direct ranking factor, it is important for improving CTR.
Development/Design

[Flutter] State management ②: From provider to Riverpod. Take the counter app as an example.

In the previous article, we described Flutter's state management from statefulWidget + setState to Provider.This time, we will look at Provider to Riverpod, which is context independent and enhances immutability.
Development/Design

[Flutter] State Management 1: StatefulWidget + setState to provider. Using a counter app as an example

In Flutter, you can use StatefulWidget to have internal state. In addition, libraries such as Provider, Riverpod, and Bloc are used to manage the state of the entire application.