/** * Copyright (C) 2014-2020 ServMask Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗ * ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝ * ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝ * ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗ * ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗ * ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } class Ai1wm_Export_Content { public static function execute( $params ) { // Set archive bytes offset if ( isset( $params['archive_bytes_offset'] ) ) { $archive_bytes_offset = (int) $params['archive_bytes_offset']; } else { $archive_bytes_offset = ai1wm_archive_bytes( $params ); } // Set file bytes offset if ( isset( $params['file_bytes_offset'] ) ) { $file_bytes_offset = (int) $params['file_bytes_offset']; } else { $file_bytes_offset = 0; } // Set content bytes offset if ( isset( $params['content_bytes_offset'] ) ) { $content_bytes_offset = (int) $params['content_bytes_offset']; } else { $content_bytes_offset = 0; } // Get processed files size if ( isset( $params['processed_files_size'] ) ) { $processed_files_size = (int) $params['processed_files_size']; } else { $processed_files_size = 0; } // Get total content files size if ( isset( $params['total_content_files_size'] ) ) { $total_content_files_size = (int) $params['total_content_files_size']; } else { $total_content_files_size = 1; } // Get total content files count if ( isset( $params['total_content_files_count'] ) ) { $total_content_files_count = (int) $params['total_content_files_count']; } else { $total_content_files_count = 1; } // What percent of files have we processed? $progress = (int) min( ( $processed_files_size / $total_content_files_size ) * 100, 100 ); // Set progress Ai1wm_Status::info( sprintf( __( 'Archiving %d content files...
%d%% complete', AI1WM_PLUGIN_NAME ), $total_content_files_count, $progress ) ); // Flag to hold if file data has been processed $completed = true; // Start time $start = microtime( true ); // Get content list file $content_list = ai1wm_open( ai1wm_content_list_path( $params ), 'r' ); // Set the file pointer at the current index if ( fseek( $content_list, $content_bytes_offset ) !== -1 ) { // Open the archive file for writing $archive = new Ai1wm_Compressor( ai1wm_archive_path( $params ) ); // Set the file pointer to the one that we have saved $archive->set_file_pointer( $archive_bytes_offset ); // Loop over files while ( list( $file_abspath, $file_relpath, $file_size, $file_mtime ) = fgetcsv( $content_list ) ) { $file_bytes_written = 0; // Add file to archive if ( ( $completed = $archive->add_file( $file_abspath, $file_relpath, $file_bytes_written, $file_bytes_offset ) ) ) { $file_bytes_offset = 0; // Get content bytes offset $content_bytes_offset = ftell( $content_list ); } // Increment processed files size $processed_files_size += $file_bytes_written; // What percent of files have we processed? $progress = (int) min( ( $processed_files_size / $total_content_files_size ) * 100, 100 ); // Set progress Ai1wm_Status::info( sprintf( __( 'Archiving %d content files...
%d%% complete', AI1WM_PLUGIN_NAME ), $total_content_files_count, $progress ) ); // More than 10 seconds have passed, break and do another request if ( ( $timeout = apply_filters( 'ai1wm_completed_timeout', 10 ) ) ) { if ( ( microtime( true ) - $start ) > $timeout ) { $completed = false; break; } } } // Get archive bytes offset $archive_bytes_offset = $archive->get_file_pointer(); // Truncate the archive file $archive->truncate(); // Close the archive file $archive->close(); } // End of the content list? if ( feof( $content_list ) ) { // Unset archive bytes offset unset( $params['archive_bytes_offset'] ); // Unset file bytes offset unset( $params['file_bytes_offset'] ); // Unset content bytes offset unset( $params['content_bytes_offset'] ); // Unset processed files size unset( $params['processed_files_size'] ); // Unset total content files size unset( $params['total_content_files_size'] ); // Unset total content files count unset( $params['total_content_files_count'] ); // Unset completed flag unset( $params['completed'] ); } else { // Set archive bytes offset $params['archive_bytes_offset'] = $archive_bytes_offset; // Set file bytes offset $params['file_bytes_offset'] = $file_bytes_offset; // Set content bytes offset $params['content_bytes_offset'] = $content_bytes_offset; // Set processed files size $params['processed_files_size'] = $processed_files_size; // Set total content files size $params['total_content_files_size'] = $total_content_files_size; // Set total content files count $params['total_content_files_count'] = $total_content_files_count; // Set completed flag $params['completed'] = $completed; } // Close the content list file ai1wm_close( $content_list ); return $params; } } Share Key Screaming Frog SEO Spider Miễn Phí - Vay Tài Chính 247

Share Key Screaming Frog SEO Spider Miễn Phí

Key Screaming Frog là vũ khí giúp bạn kích hoạt một công cụ SEO hữu ích để thu thập thông tin website, từ đó nhận thông tin chi tiết về hiệu suất và cấu trúc của website nhằm mục đích tối ưu nó với các bot của công cụ tìm kiếm để gia tăng thứ hạng. Công cụ đó chính là Screaming Frog mà chúng tôi đang nhắc đến.

Trong bài viết này, hãy cùng bạn tìm hiểu về công cụ, nhận key để kích hoạt và sử dụng Screaming Frog một cách hiệu quả nhất.

Screaming Frog là gì?

Screaming Frog Seo Spider là một ứng dụng có thể cài đặt trên máy tính chạy hệ điều hành Windows, MAC OS hoặc Linux. Giúp thu thập các thông tin như: liên kết, hình ảnh, CSS,… từ góc độ nhìn nhận của người làm SEO. Về cơ bản, công cụ này được coi như là tool crawl dữ liệu từ các website sẽ giúp bạn biết những gì một “con bot” sẽ nhìn thấy khi thu thập dữ liệu tại một website.

Các thông tin do Screaming Frog đưa ra giúp bạn phân tích, thống kê và đánh giá website một cách nhanh chóng. Giúp bạn tiết kiệm rất nhiều thời gian và công sức, vì việc phân tích thủ công từng trang của một website rất khó khăn, đặc biệt với những trang web lớn.

Download Screaming Frog

Truy cập vào trang tải Screaming Frog tại đây: http://www.screamingfrog.co.uk/seo-spider/, sau đó bạn nhấn vào nút DOWNLOAD, website sẽ tự động nhận diện hệ điều hành của bạn và cho phép bạn tải tệp cài đặt phù hợp với máy tính của mình và có một popup hiện ra, chỉ cần nhấn nút Windows là được.

Active được Key Screaming Frog

Bạn thực hiện theo hình bên dưới:

Bước 1: Bạn chọn menu Licence, sau đó ấn vào Enter Licence

Bước 2: Hiện ra bảng để bạn nhập thông tin Key Licence Screaming Frog.

Bước 3: Đợi hệ thống check key thành công, bạn nhấn OK để đóng tab và sử dụng.

Các tính năng chính của Screaming Frog

  • Response Codes – Kiểm tra mã phản hồi của website
  • URLs – Kiểm tra cấu trúc URL
  • Page Titles – Kiểm tra title của các trang trên website
  • Meta description – Kiểm tra Meta description của các trang trên website
  • Kiểm tra thẻ H1 của trang
  • Images – Tối ưu hoá hình ảnh
  • Xem trước và kiểm tra hiển thị trên công cụ tìm kiếm
  • Phân tích độ sâu thu thập dữ liệu
  • Tìm và xử lý các trang có nội dung mỏng
  • Kiểm tra anchor text
  • Kiểm tra External link trên website

Key Screaming Frog miễn phí

Sau đây là danh sách License Screaming Frog hoàn toàn miễn phí tổng hợp.

Name: VietCodersSEO
Key: 9AA0767301-1676650415-823DD2EBC4
HSD: (Chưa rõ)

Name: VietCodersTeam
Key: 63998A6F68-1676650350-1C0A9B28D7
HSD: (Chưa rõ)

Name: VietCoders
Key: 0C51EAC54C-1676650175-D409DA09DE
HSD: (Chưa rõ)

UserName: crookmaster
Licence Key: F72E448B80-1623596289-A1BCA833FA
HSD: (Chưa rõ)

UserName: husker101
Licence Key: 91A533D469-1646693739-4FBAD81478
HSD: (Chưa rõ)

User: VanAnhTo
Lic: 5974E48DFF-1638269235-69C7FBB0E7
HSD: (Chưa rõ)

User: ToAnhVan
Lic: B0346ABEEC-1638269275-3AFE6260CA
HSD: (Chưa rõ)

User: seonhangheo
Lic: ED044EFECA-1638269394-26F847622A
HSD: (Chưa rõ)

User: SeoMXH
Lic: 3B0E6AC227-1638269586-CD95ECA804
HSD: (Chưa rõ)

User: VietCoders SEO
Lic: 5247028732-1703369573-21FF00C0FF
HSD: 12/2023

TK: VietCoders Community
Key: 728488998D-1721871407-3D0A659BF1
HSD: 25/07/2024

User: muachungtool
Key: BEF889C030-1735405092-E0E8510ABB
HSD: (Chưa rõ)

Tổng kết về Screaming Frog Tool

Có thể thấy, Screaming Frog là một công cụ audit website cần thiết mà những SEOer nên sở hữu, bên cạnh đó còn có SEO PowerSuite. Tuy nhiên, giá thành khá đắt đỏ nên việc bỏ ra chi phí so với các SEOer chưa thật sự có nhiều dự án là điều khó khăn.

Vì vậy, trong bài viết này chỉ chia sẻ với các bạn các ý chính và danh sách bộ key Screaming Frog để kích hoạt bản quyền, còn nếu như bạn nào chưa biết cách sử dụng cũng như tìm hiểu về các tính năng của phần mềm này thì có thể tham khảo trên youtube hay các website khác.

Hi vọng với những thông tin bổ ích này sẽ giúp cho các bạn có thể kích hoạt được phần mềm Screaming Frog để tối ưu website của mình.

Nguồn: muachungtool.com


Bài được vaytaichinh247.net tổng hợp từ nhiều nguồn khác nhau cho bạn đọc tham khảo.