Skip to content

zeoagency/mobile-first-indexing-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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