Fatal Conflict with WP E-Commerce
-
I had an insane amount of entries to my wp-options table, like 100+ per minute. After much research and paid dev support, here is what I was told from the WP E-Commerce Development team:
When you use Awesome Flickr Gallery, it will output URLs like this on your pages to link to galleries and pages:
https://mysite.org/author/my-site/?afg4_page_id=4
The URL above will presumably display Awesome Flickr Gallery ID 4, page 4.
It becomes even more confusing when you have multiple Awesome Flickr Gallery in one page, which will leave you with URLs such as this:
When Google crawls your site, they see those links, and they assume these are all different pages due to the difference in URL, even though they’re just the same page, with just different flickr galleries:
https://mysite.org/author/my-site/
https://mysite.org/author/my-site/?afg4_page_id=4
https://mysite.org/author/my-site/?afg4_page_id=5
https://mysite.org/author/my-site/?afg5_page_id=1&afg4_page_id=5Google Bots also crawls your feed, as a result, they’ll also crawl these pages periodically to detect updates:
https://mysite.org/author/my-site/feed
https://mysite.org/author/my-site/feed/?afg4_page_id=4
https://mysite.org/author/my-site/feed/?afg4_page_id=5
https://mysite.org/author/my-site/feed/?afg5_page_id=1&afg4_page_id=5Over time, the URLs generated by Awesome Flickr Gallery accumulate (all the possible permutations of the number of galleries you have, and the number of pages each gallery has, imagine how big that is), and Google Bot perpetually crawls these feeds every 4 seconds.
This all results in flooding your database.
However, please understand that this is mainly an issue related to Google robots.txt file!
– Open your robots.txt file, and make sure you’re using the robots.txt file that www.ads-software.com recommends:
codex.www.ads-software.com/Search_Engine_Optimization_for_WordPress#Robots.txt_OptimizationYou can see that this line:
Disallow: */feed/
disallows Google Bots from indexing feeds.https://www.ads-software.com/extend/plugins/awesome-flickr-gallery-plugin/
- The topic ‘Fatal Conflict with WP E-Commerce’ is closed to new replies.