This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Duplicate Title Tags
#21

SEO Add-on and googlebot results.
--------------------------------------------
- 12 comments on 3 pages
- SEO Add-on enabled
- googlebot is crawling it 24/7. It is checking ALL combinations of ALL $_GET parameters (cmtx_page, cmtx_sort, ...).
- Webmaster Tools are showing errors after one week of crawling
- bot is not as clever as I hoped it is.

SEO Add-0n 0.91 is to be upgraded!
--------------------------------------------
- <meta name="robots" content="noindex" />
or
- <meta name="robots" content="none" />
for all but one combination of $_GET parameters.

( https://developers.google.com/webmasters...s_meta_tag )

lp, stariocek
Reply
#22

SEO Optimizer, version 0.92
--------------------------------------------------------------------------
- meta tags 'noindex' and 'nofollow' added
- $_GET cmtx_sort is part of 'next', 'prev' and 'canonical' links.

Looks like this:

- URL ... kakteja.com/ocene-komentarji.php?cmtx_page=2&cmtx_sort=3#cmtx_comments

<link rel="canonical" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=2&amp;cmtx_sort=1" />
<link rel="prev" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=1&amp;cmtx_sort=3" />
<link rel="next" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=3&amp;cmtx_sort=3" />
<meta name="robots" content="noindex" />
<meta name="robots" content="nofollow" />

- URL ... kakteja.com/ocene-komentarji.php?cmtx_page=2&cmtx_sort=1#cmtx_comments
- cmtx_sort=1 is default sorting

<link rel="canonical" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=2&amp;cmtx_sort=1" />
<link rel="prev" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=1&amp;cmtx_sort=1" />
<link rel="next" href="http://www.kakteja.com/ocene-komentarji.php?cmtx_page=3&amp;cmtx_sort=1" />

lp, stariocek


Attached Files
.zip seo_optimizer-0.92.zip Size: 16.58 KB  Downloads: 14
Reply
#23

Thanks stariocek, I've uploaded it.

(I changed 0.91 to 0.92 in the "Add-on version" of the README)

Have you completed the interview?
Reply
#24

(18-Apr-2013, 05:20 PM)Steven Wrote:  Thanks stariocek, I've uploaded it.

(I changed 0.91 to 0.92 in the "Add-on version" of the README)

Thank you! It was after midnight ...

lp, stariocek
Reply
#25

SEO Optimizer, version 0.93
--------------------------------------------------------------------
- a variable $cmtx_sort is changed from "1" to $_GET(cmtx_sort) when a non-preferred version of comments page is shown.

Google content guideline "About rel=canonical" says that a canonical and a non-canonical versions of a page must be more or less same. That is not the case in version 0.92.

Reference: http://support.google.com/webmasters/bin...wer=139394

Add-on should be updated to a version 0.93.

lp,
stariocek


Attached Files
.zip seo_optimizer-0.93.zip Size: 16.58 KB  Downloads: 16
Reply
#26

Add-on has been updated to v0.93.

Have you completed the interview?
Reply
#27

SEO add-on version 0.93 is working fine.

HTML errors have disappeared from the Google Webmaster Tools. Transition to a stable state would require confirmation of successful operation on a web page with a lot of comments.

Version 0.93 seems to be stable. The next version will switch to the new PHP MySQL syntax.

lp
stariocek
Reply
#28

Reply
#29

I have just seen that the variable $cmtx_page_id was recently renamed in $cmtx_identifier.

Does this have any affect on the SEO optimizer (script)?

ps: sry for spam but i couldnĀ“t edit my first post
Reply
#30

Thank you! This is a big mistake in README file.

Implementation of this wrong instruction is breaking security of Commentics.

I'm correcting it as soon is possible.

Now, README:

<head>
<?php
session_start(); # from Commentics
ob_start(); # from Commentics

Correct is:

<head>
<?php

lp, stariocek
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post

Forum Jump:


Users browsing this thread: 2 Guest(s)