Tag

seo

1 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Dec 28, 2024 · Fundamentals

Comprehensive Guide to SEO Optimization Strategies

This article provides a detailed overview of SEO fundamentals, covering crawling, indexing, ranking, on‑page and tag optimization, keyword research, image and multimedia handling, social sharing, link building, site structure, performance, monitoring tools, and common pitfalls to help improve website visibility and traffic.

Content MarketingKeyword ResearchLink Building
0 likes · 16 min read
Comprehensive Guide to SEO Optimization Strategies
php中文网 Courses
php中文网 Courses
Jul 31, 2024 · Backend Development

How to Build a Custom PHP 404 Error Page for WordPress

This guide explains how to design, code, and configure a custom PHP‑based 404 error page for WordPress, covering user‑friendly messaging, navigation links, search integration, dynamic content suggestions, and ongoing monitoring to improve user experience and SEO performance.

404-pageBackend DevelopmentPHP
0 likes · 6 min read
How to Build a Custom PHP 404 Error Page for WordPress
php中文网 Courses
php中文网 Courses
Jul 30, 2024 · Backend Development

How to Build a Keyword Tracking System in the WordPress Dashboard

This guide explains how to create a PHP‑based keyword tracking system for WordPress, covering why to track keywords, setting up a custom dashboard widget, storing data in a custom table, fetching rankings via API, and displaying real‑time results on the dashboard.

Backend DevelopmentDashboardDatabase
0 likes · 6 min read
How to Build a Keyword Tracking System in the WordPress Dashboard
Cognitive Technology Team
Cognitive Technology Team
May 25, 2024 · Artificial Intelligence

Google’s Generative AI Search Tools and Their Impact on the Web: A “Toilet Theory” Perspective

The article examines Google’s new generative AI search suite, its “AI Overview” feature, and the resulting “zero‑click” phenomenon, arguing that while the technology offers convenience, it may simplify web content, undermine publishers, and reshape how users and platforms interact with information.

GoogleSearchWeb Ecosystem
0 likes · 9 min read
Google’s Generative AI Search Tools and Their Impact on the Web: A “Toilet Theory” Perspective
php中文网 Courses
php中文网 Courses
Feb 18, 2024 · Backend Development

Implementing Information Retrieval and SEO with PHP

This article explains the fundamentals of information retrieval and search engine optimization and provides practical PHP code examples for keyword search, full‑text search, and common SEO techniques such as keyword, internal, and external link optimization.

Backend DevelopmentFull-Text SearchPHP
0 likes · 7 min read
Implementing Information Retrieval and SEO with PHP
Ximalaya Technology Team
Ximalaya Technology Team
Dec 21, 2023 · Frontend Development

SSR and SEO Optimization Practices for Next.js 13 with Tailwind CSS

The guide shows how to use Next.js 13’s server‑side rendering with TypeScript and Tailwind CSS to generate fully rendered HTML for better SEO, recommending direct output of key content, native anchor tags for navigation, proper TDK, robots.txt, sitemap.xml, async components, CDN asset prefixes, optimized Tailwind utilities, and careful image handling.

Next.jsPerformanceSSR
0 likes · 13 min read
SSR and SEO Optimization Practices for Next.js 13 with Tailwind CSS
Python Programming Learning Circle
Python Programming Learning Circle
Dec 8, 2023 · Backend Development

Python Script for Retrieving Google Search Rankings Using Requests and BeautifulSoup

This article explains how to automate Google SEO keyword rank checking by writing a Python script that sends HTTP requests, parses the search results with BeautifulSoup, iterates through results to find a target domain, and handles errors, providing a free alternative to costly SEO tools.

BeautifulSoupRequestsWeb Scraping
0 likes · 7 min read
Python Script for Retrieving Google Search Rankings Using Requests and BeautifulSoup
php中文网 Courses
php中文网 Courses
Aug 31, 2023 · Backend Development

Implementing Information Retrieval and SEO with PHP

This article explains the fundamentals of information retrieval and search engine optimization, demonstrating how to implement keyword and full‑text search using PHP and MySQL, and presenting practical PHP techniques for keyword, internal, and external link optimization to improve website visibility.

Backend DevelopmentFull-Text Searchinformation retrieval
0 likes · 6 min read
Implementing Information Retrieval and SEO with PHP
php中文网 Courses
php中文网 Courses
Aug 16, 2023 · Artificial Intelligence

How Generative AI Is Transforming Search and SEO

The rise of generative AI chatbots like ChatGPT is reshaping how users find information, prompting a shift from traditional search engine results to direct answers, which threatens existing SEO models, advertising revenue, and raises questions about content trust, monetization, and future search strategies.

AIContent MarketingDigital Advertising
0 likes · 9 min read
How Generative AI Is Transforming Search and SEO
ByteFE
ByteFE
Mar 23, 2022 · Frontend Development

Effects of Too Much Lazy Loading on Web Performance

While lazy loading can reduce initial page load time and save resources, overusing it can slow scrolling, cause layout shifts, hinder SEO, and ultimately degrade overall web performance, so developers need clear guidelines on when and how to apply it effectively.

Resource Managementfrontend optimizationlazy-loading
0 likes · 7 min read
Effects of Too Much Lazy Loading on Web Performance
Sohu Tech Products
Sohu Tech Products
Oct 6, 2021 · Frontend Development

Front‑End SEO Technical Optimization Guide

This article presents a comprehensive front‑end SEO checklist, covering passive and active optimization techniques such as site structure, meta tags, semantic links, speed improvements, external traffic acquisition, sitemaps, robots.txt, and search‑engine‑specific configurations to help developers enhance website visibility and ranking.

Meta Tagsfrontendrobots.txt
0 likes · 13 min read
Front‑End SEO Technical Optimization Guide
360 Quality & Efficiency
360 Quality & Efficiency
Jun 11, 2021 · Frontend Development

How Front-End Developers Can Check and Implement On-Page SEO

This guide explains what SEO is, why it matters, how front‑end developers can audit on‑page SEO using Chrome Lighthouse, and provides practical recommendations for writing title, description, keywords, semantic HTML, CSS, and image alt attributes to improve search engine visibility.

Front-End DevelopmentHTML SemanticsMeta Tags
0 likes · 7 min read
How Front-End Developers Can Check and Implement On-Page SEO
HomeTech
HomeTech
Feb 24, 2021 · Frontend Development

Next.js SSR Implementation for International Projects: Technical Deep Dive

This article details the technical implementation of Next.js SSR for international projects, covering custom routing, data fetching, Material UI integration, SEO optimization, and special considerations for overseas markets including Google Recaptcha and internationalization.

Frontend DevelopmentGoogle RecaptchaInternationalization
0 likes · 12 min read
Next.js SSR Implementation for International Projects: Technical Deep Dive
Ctrip Technology
Ctrip Technology
Sep 27, 2018 · Backend Development

Reconstructing Ctrip's SEO Project: Architecture, Technical Choices, and Design Solutions

This article details the late-stage refactoring of Ctrip's SEO system, explaining why the overhaul was needed, the backend technology stack choices, the modular architecture—including data collection, processing, and service layers—and the performance optimizations implemented to support large‑scale search‑engine‑driven traffic.

BackendMicroservicesdata pipeline
0 likes · 15 min read
Reconstructing Ctrip's SEO Project: Architecture, Technical Choices, and Design Solutions
UC Tech Team
UC Tech Team
Sep 21, 2018 · Frontend Development

Building SEO‑Friendly React Applications with Next.js: A Step‑by‑Step Guide

This tutorial explains how to use Next.js to create server‑rendered React applications that improve SEO and reduce initial load time, covering environment setup, page‑based routing, dynamic routes with Express, data fetching, prefetching, and hydration techniques.

ExpressNext.jsRouting
0 likes · 9 min read
Building SEO‑Friendly React Applications with Next.js: A Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Feb 14, 2017 · Frontend Development

Comprehensive Guide to Frontend Optimization: Efficiency, Performance, Stability, Responsiveness, Compatibility, SEO, and Accessibility

This article provides an extensive overview of frontend optimization techniques, covering work efficiency, speed performance, stability, responsive design, cross-browser compatibility, SEO best practices, and accessibility measures, offering practical tools, workflows, and strategies to improve web development productivity and user experience.

OptimizationPerformanceaccessibility
0 likes · 27 min read
Comprehensive Guide to Frontend Optimization: Efficiency, Performance, Stability, Responsiveness, Compatibility, SEO, and Accessibility
Qunar Tech Salon
Qunar Tech Salon
Dec 2, 2015 · Fundamentals

Essential Skills Every Web Developer Should Master

This article compiles a comprehensive list of must‑have web development skills—including UI/UX best practices, security measures, performance optimization, SEO techniques, core technical knowledge, and bug‑fixing strategies—to help developers build robust, user‑friendly websites.

PerformanceWeb Developmentbest practices
0 likes · 13 min read
Essential Skills Every Web Developer Should Master
Qunar Tech Salon
Qunar Tech Salon
Sep 14, 2015 · Backend Development

Technical Talk Series: Engineering Node.js Development, SEO, Watcher Monitoring, Native Modules, Code Elegance, Chrome Extensions, and Web Components

A series of internal technical talks covers engineering Node.js development and operations, fast SEO and watcher solutions, native module creation, code elegance principles, rapid Chrome plugin development, and the future of web componentization, inviting staff to attend on September 19.

Backend DevelopmentChrome extensionsNative Modules
0 likes · 5 min read
Technical Talk Series: Engineering Node.js Development, SEO, Watcher Monitoring, Native Modules, Code Elegance, Chrome Extensions, and Web Components