zeoagency / mobile-first-indexing-tool

Mobile First Indexing Tool

Home Page:https://zeo.org/seo-tools/mfi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile First Indexing Tool

            ┌─────────────────────────────────────────────────────────────────────────────────────┐                 
            │                               Mobile First Indexing Request                         │                 
            └─────────────────────────────────────────────────────────────────────────────────────┘                 
                     |   ▲                       |   ▲                          |   ▲                               
                     │   |                       │   |                          │   |                               
                     |   |                       |   |                          |   |                               
            ┌────────▼───|───┐          ┌────────▼───|───┐             ┌────────▼───|───┐                           
            │                |          │                |             │                |                           
            │      API       │          │      API       |             │     API        |                           
            │    GATEWAY     │          │    GATEWAY     │             │    GATEWAY     │                           
            │                │          │                │             │                │                           
            │                │          │                │             │                │                           
            └────────────────┘          └────────────────┘             └────────────────┘                           
                     |   ▲                       |   ▲                          |   ▲                               
                     │   |                       │   |                          │   |                               
                     |   |                       |   |                          |   |                               
            ┌────────▼───|───┐          ┌────────▼───|───┐             ┌────────▼───|───┐                           
            │                |          │                |             │                |                           
            │      MFI       │          │      MFI       |             │     MFI        |                           
            │      BASE      │          │    CONTENT     │             │   LIGHTHOUSE   │                           
            │                │          │                │             │                │                           
            │                │          │                │             │                │                           
            └────────────────┘          └────────────────┘             └────────────────┘                           
                         ▲                       ▲                              ▲                                   
                         |                       |                              |                                   
                         |                       |                              |                                   
            ┌─────────────────────────────────────────────────────────────────────────────────────┐                 
            │                  MFI LAMBDA LAYERS (Selenium, request, etc)                         │                 
            └─────────────────────────────────────────────────────────────────────────────────────┘                 

Installation

git clone https://github.com/zeoagency/mobile-first-indexing-tool.git

File Structure

── mfi-base/
    ├── handler.py
    └── serverless.yaml
── mfi-contents/
    ├── handler.py
    └── serverless.yaml
── mfi-layers/
    ├── bs4/
    ├── chromedriver/
    ├── extruct/
    ├── lxml/
    ├── requests/
    ├── selenium/
    ├── w3lib
    └── serverless.yaml
── mfi-lighthouse/
    ├── handler.py
    └── serverless.yaml  

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

APACHE

About

Mobile First Indexing Tool

https://zeo.org/seo-tools/mfi/

License:Other


Languages

Language:Python 88.0%Language:JavaScript 12.0%