This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>WordPress | Custom search forms with & without submit buttons</title> | |
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EDITORIAL | |
************************************************* | |
Spell check | |
Review for grammar and punctuation | |
Consistent terminology | |
Heading levels are appropriate | |
Style guide compliance | |
Ensure no test content on the site | |
SEO VISIBILITY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Etags | |
# NOTE: You can add/or remove additional file types to suite you requirements. | |
<FilesMatch "\.(ico|icon|pdf|flv|jpg|jpeg|png|gif|js|css|swf)(\.gz)?$"> | |
Header set Expires "Thu, 15 Apr 2016 20:00:00 GMT" | |
Header unset ETag | |
FileETag None | |
</FilesMatch> | |
# Gzip | |
<ifmodule mod_deflate.c> |