1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

SEO_checklist is a Drupal module which provides a checklist of good "SEO"

(Search Engine Optimization) actions that you should take to maximize the
presence of your Drupal website in the major search engines like Google,
Yahoo, Live, etc.  It provides a checklist that helps you keep track of what
needs to be done.  First, it will look to see what modules you already have
installed.  Then, all you have to do is go down the list of unchecked items
and do them.

WWW: http://drupal.org/project/seo_checklist

PR:		ports/135229
Submitted by:	Nick Hilliard <nick at foobar.org>
This commit is contained in:
Martin Wilke 2009-06-16 19:48:15 +00:00
parent 5564a348fa
commit 21e59f1c7b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236069
4 changed files with 35 additions and 0 deletions

View File

@ -171,6 +171,7 @@
SUBDIR += drupal6-nodewords
SUBDIR += drupal6-page_title
SUBDIR += drupal6-print
SUBDIR += drupal6-seo_checklist
SUBDIR += drupal6-tagadelic
SUBDIR += drupal6-token
SUBDIR += drupal6-views

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: drupal6-seo_checklist
# Date created: 2 May 2009
# Whom: Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#
PORTNAME= seo_checklist
DISTVERSION= 6.x-1.0-beta3
CATEGORIES= www
MAINTAINER= nick@foobar.org
COMMENT= Drupal module to provide checklist of actions for SEO
DRUPAL6_MODULE= yes
MODULE_FILES= SEOChecklist.info SEOChecklist.install SEOChecklist.module
DOC_FILES= LICENSE.txt README.txt
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = 37b2500d7990e15c613403a4a04dfbe5
SHA256 (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = b1e57874c199a4ed9b886daa75ec7a1737fefd177abb4c22569ca6fd2a92094a
SIZE (drupal/seo_checklist-6.x-1.0-beta3.tar.gz) = 12975

View File

@ -0,0 +1,9 @@
SEO_checklist is a Drupal module which provides a checklist of good "SEO"
(Search Engine Optimization) actions that you should take to maximize the
presence of your Drupal website in the major search engines like Google,
Yahoo, Live, etc. It provides a checklist that helps you keep track of what
needs to be done. First, it will look to see what modules you already have
installed. Then, all you have to do is go down the list of unchecked items
and do them.
WWW: http://drupal.org/project/seo_checklist