/modules/mod_seo_google/mod_seo_google.erl

http://github.com/zotonic/zotonic · Erlang · 27 lines · 7 code · 3 blank · 17 comment · 1 complexity · 771473c6167a6ff8e080529091816ff7 MD5 · raw file

  1. %% @author Marc Worrell <marc@worrell.nl>
  2. %% @copyright 2009 Marc Worrell
  3. %% Date: 2009-08-16
  4. %% @doc Search engine optimization for Google. Support for Google Analytics and Webmaster tools.
  5. %% Copyright 2009 Marc Worrell
  6. %%
  7. %% Licensed under the Apache License, Version 2.0 (the "License");
  8. %% you may not use this file except in compliance with the License.
  9. %% You may obtain a copy of the License at
  10. %%
  11. %% http://www.apache.org/licenses/LICENSE-2.0
  12. %%
  13. %% Unless required by applicable law or agreed to in writing, software
  14. %% distributed under the License is distributed on an "AS IS" BASIS,
  15. %% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  16. %% See the License for the specific language governing permissions and
  17. %% limitations under the License.
  18. -module(mod_seo_google).
  19. -author("Marc Worrell <marc@worrell.nl>").
  20. -mod_title("SEO Google").
  21. -mod_description("Support for Google Analytics and Webmaster tools.").
  22. -mod_prio(600).
  23. -mod_depends([seo]).
  24. -mod_provides([seo_google]).