Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fulldecent/linkbuilding-spider
A PHP project to check if websites are linking to your website
https://github.com/fulldecent/linkbuilding-spider
competitors php seo seo-optimization seotools
Last synced: 2 days ago
JSON representation
A PHP project to check if websites are linking to your website
- Host: GitHub
- URL: https://github.com/fulldecent/linkbuilding-spider
- Owner: fulldecent
- License: mit
- Created: 2017-01-18T16:17:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T17:08:11.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:44:57.089Z (4 days ago)
- Topics: competitors, php, seo, seo-optimization, seotools
- Language: PHP
- Size: 16.6 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Linkbuilding Spider
A PHP project to check if websites are linking to your website![ss1](https://cloud.githubusercontent.com/assets/382183/22073782/4bc5b414-dd74-11e6-830b-b52e2f58d84c.png)
You provide a list of *web pages you are targeting*, *your own websites* and *your competitors' websites*. This tool will check each target to see if they are linking to either you or your competitors.
![ss2](https://cloud.githubusercontent.com/assets/382183/22073784/4d9d5512-dd74-11e6-8b65-a62355064c31.png)
## Features
- Uses PHP and SQLite
- Works out of the box, zero-click installation
- Uses `curl` for accessing target web pages
- Caches downloaded pages for a few daysWe use this project in a production environment with many people accessing it simultaneously for multiple clients.
## Installation
Install the `source/` directory onto your web server. Access that website using a browser.
Alternatively, you can run this program locally using PHP's built-in web server:
php -S localhost:8000 -t source/
## Contributing
This project uses Semantic Versioning. See database implementation details in [DATABASE_SCHEMA.txt].