Sponsored Content
The Lounge What is on Your Mind? SEO Update: Back On Page 1 for Google SERPs (between #6 and #8) Post 303028659 by Neo on Saturday 12th of January 2019 02:02:11 AM
Old 01-12-2019
Hey Ravinder!

Thanks for the SEO research.

The biggest changes I made recently were:

Fixed the meta data for the threads and the posts.
  • Reactivated the "showposts" function in threads.
  • Fixed the meta (but not completely) in the man pages.
  • Fixed (bandaid fixed only) a redirect issue in our DragonByte SEO PHP code.

TODO:
  • Fix meta on mobile.
  • Fix meta on all man pages (descriptions are too short).

Before, there was some fancy script which tried to do all the meta data in one single global page. That did not work; so I changed it to do the meta based on the page, and it works better, but not yet perfect.

It is on my TODO list to fix the remaining meta, but have been busy with the badging system.
This User Gave Thanks to Neo For This Post:
 

5 More Discussions You Might Find Interesting

1. Web Development

Search Engine Optimization (SEO) - Google v. Yahoo.

Over 95 percent of our web site traffic somes from Google search referrals, and less than 1 percent from Yahoo search referrals. We submit site maps daily to both Yahoo and Google. Any idea why Google is so strong and Yahoo is so weak? (7 Replies)
Discussion started by: Neo
7 Replies

2. Web Development

How to auto update html page

is there any way to auto update html page. I created html page entry.html, whenever i change in html script i need to refresh my page. If not in html, can we do this in any other language and how? (2 Replies)
Discussion started by: RohitKJ
2 Replies

3. Web Development

Fix For Google Page Rank: Wordpress List Rank Dashboard Widget

Here is the fix for the recent Google changes to their pagerank API. For example, in the List Rank Dashboard Widget Wordpress Plugin (Version 1.7), in this plugin file: list-rank-dashboard-widget/wp-list-rank-class.php in this function: function getGooglePR($url) Change this line: ... (0 Replies)
Discussion started by: Neo
0 Replies

4. Linux

Rolling Back an Update

I am writing a software product and hope that it will work on a variety of Linux distributions. At the moment, I am trying to create some kind of Linux version of patches/upgrades of installed software. Gathering information on available updates isn't hard, nor is installation of updates, but I... (27 Replies)
Discussion started by: Brandon9000
27 Replies

5. What is on Your Mind?

Any Google SEO Expert to Help UNIX.COM?

I checked (again) and it seems like we lost 70% of our Google indexed links starting in March 2018. So far, I do not know what caused this drop: https://www.unix.com/members/1-albums215-picture904.png As mentioned, I have done a lot of checking, and we did not make any changes in March of... (2 Replies)
Discussion started by: Neo
2 Replies
MooseX::ClassAttribute::Trait::Class(3) 		User Contributed Perl Documentation		   MooseX::ClassAttribute::Trait::Class(3)

NAME
MooseX::ClassAttribute::Trait::Class - A trait for classes with class attributes VERSION
version 0.26 SYNOPSIS
for my $attr ( HasClassAttributes->meta()->get_all_class_attributes() ) { print $attr->name(); } DESCRIPTION
This role adds awareness of class attributes to a metaclass object. It provides a set of introspection methods that largely parallel the existing attribute methods, except they operate on class attributes. METHODS
Every method provided by this role has an analogous method in "Class::MOP::Class" or "Moose::Meta::Class" for regular attributes. $meta->has_class_attribute($name) $meta->get_class_attribute($name) $meta->get_class_attribute_list() These methods operate on the current metaclass only. $meta->add_class_attribute(...) This accepts the same options as the Moose::Meta::Attribute "add_attribute()" method. However, if an attribute is specified as "required" an error will be thrown. $meta->remove_class_attribute($name) If the named class attribute exists, it is removed from the class, along with its accessor methods. $meta->get_all_class_attributes() This method returns a list of attribute objects for the class and all its parent classes. $meta->find_class_attribute_by_name($name) This method looks at the class and all its parent classes for the named class attribute. $meta->get_class_attribute_value($name) $meta->set_class_attribute_value($name, $value) $meta->set_class_attribute_value($name) $meta->clear_class_attribute_value($name) These methods operate on the storage for class attribute values, which is attached to the metaclass object. There's really no good reason for you to call these methods unless you're doing some deep hacking. They are named as public methods solely because they are used by other meta roles and classes in this distribution. BUGS
See MooseX::ClassAttribute for details. AUTHOR
Dave Rolsky <autarch@urth.org> COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.16.2 2011-06-05 MooseX::ClassAttribute::Trait::Class(3)
All times are GMT -4. The time now is 04:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy