Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Como se configura google seo ???
Gmaster   25 Sep, 2010, 12:38 am
#1
URL: www.infomaster21.com
Version: 1.6 nativo.

Instale google seo inspirado por el post de abajo. Hice lo siguiente:

1)_ Subi archivos.
2)_ Subi y edite .htaccess con el siguiente contenido:
Cita:Options -MultiViews +FollowSymlinks -Indexes

<IfModule mod_security.c>
# Turn off mod_security filtering.
SecFilterEngine Off

# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

<IfModule mod_rewrite.c>
RewriteEngine on

# Some hosts need a RewriteBase specification.
RewriteBase /foros/

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.infomaster21.com/foros/$1?$2 [L,QSA,R=301]

# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Thread-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Announcement-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^User-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendar-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

# Google SEO 404:
ErrorDocument 404 /foros/misc.php?google_seo_error=404

# Default MyBB Rewrite Rules:
RewriteRule ^forum-([0-9]+)\.html$ forumdisplay.php?fid=$1 [L,QSA]
RewriteRule ^forum-([0-9]+)-page-([0-9]+)\.html$ forumdisplay.php?fid=$1&page=$2 [L,QSA]

RewriteRule ^thread-([0-9]+)\.html$ showthread.php?tid=$1 [L,QSA]
RewriteRule ^thread-([0-9]+)-page-([0-9]+)\.html$ showthread.php?tid=$1&page=$2 [L,QSA]
RewriteRule ^thread-([0-9]+)-lastpost\.html$ showthread.php?tid=$1&action=lastpost [L,QSA]
RewriteRule ^thread-([0-9]+)-nextnewest\.html$ showthread.php?tid=$1&action=nextnewest [L,QSA]
RewriteRule ^thread-([0-9]+)-nextoldest\.html$ showthread.php?tid=$1&action=nextoldest [L,QSA]
RewriteRule ^thread-([0-9]+)-newpost\.html$ showthread.php?tid=$1&action=newpost [L,QSA]
RewriteRule ^thread-([0-9]+)-post-([0-9]+)\.html$ showthread.php?tid=$1&pid=$2 [L,QSA]

RewriteRule ^post-([0-9]+)\.html$ showthread.php?pid=$1 [L,QSA]

RewriteRule ^announcement-([0-9]+)\.html$ announcements.php?aid=$1 [L,QSA]

RewriteRule ^user-([0-9]+)\.html$ member.php?action=profile&uid=$1 [L,QSA]

RewriteRule ^calendar-([0-9]+)\.html$ calendar.php?calendar=$1 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)\.html$ calendar.php?action=yearview&calendar=$1&year=$2 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)\.html$ calendar.php?calendar=$1&year=$2&month=$3 [L,QSA]
RewriteRule ^calendar-([0-9]+)-year-([0-9]+)-month-([0-9]+)-day-([0-9]+)\.html$ calendar.php?action=dayview&calendar=$1&year=$2&month=$3&day=$4 [L,QSA]
RewriteRule ^calendar-([0-9]+)-week-(n?[0-9]+)\.html$ calendar.php?action=weekview&calendar=$1&week=$2 [L,QSA]

RewriteRule ^event-([0-9]+)\.html$ calendar.php?action=event&eid=$1 [L,QSA]

<IfModule mod_env.c>
SetEnv SEO_SUPPORT 1
</IfModule>
</IfModule>


<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE application/x-javascript text/css text/html text/xml
</IfModule>

3)_ Active Plugin y active las configuraciones de:
Google SEO 404 - Meta - Sitemap y URL.


Problema: no encuentra las paginas. Aunque desactive el URL tampoco las encuentra, sospecho que debe ser por algo que haya hecho mal en el htaccess.
Me pueden ayudar?.

Pregunta: Como se agrega el sitemap a google?.

Saludos!.
Gmaster   25 Sep, 2010, 9:55 am
#2
Modifique algunas boludeces, y el plugin me auto genero el htaccess siguiente:

Código:
RewriteEngine on

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://www.infomaster21.com/foros/$1?$2 [L,QSA,R=301]

# Google SEO Sitemap:
RewriteRule ^sitemap-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^Foro-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^Mensaje-([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]

# Google SEO URL Announcements:
RewriteRule ^Anuncio-([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^Usuarios-([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^Calendario-([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^Eventos-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

# Google SEO 404:
ErrorDocument 404 /foros/misc.php?google_seo_error=404

Lo coloco pero me sigue haciendo el mismo error.

Cree un php que supuestamente dice si tengo el mod_rewrite activado, esta aca: http://www.infomaster21.com/test/rewrite-es.php
Y dice que si lo tengo activado...


Solucionado !!!, nadie dijo que el .htaccess va en la carpeta donde esta instalado en foro Dodgy , yo lo ponia en la carpeta public xD.

Ahora solo me resta ver como es el tema del sitemap y google Big Grin
Última modificación: 25 Sep, 2010, 10:10 am por ssoperations.
dsb_spain   25 Sep, 2010, 10:12 am
#3
Hola Gmaster, ya que no quieres que te ayude por el msn, te ayudare por aqui

Explicame que quieres saber acerca del sitemap de google

Saludos
Gmaster   25 Sep, 2010, 10:39 am
#4
dsb_spain, si quieres ayudar haslo aqui, mandar pms invitandome a msn para despues invitarme a tu sitio web no es considerado ayuda, sino Spam.

La unica duda que me queda respecto al tema en cuestion, es el Sitemap. Ya configure el sitemap con el plugin, luego entre a Google Analytics y añadi mi web alli. Hace falta hacer algo mas o con eso basta?.
dsb_spain   25 Sep, 2010, 1:28 pm
#5
Hola !

En primer lugar NO es SPAM, porque te digo lo de la web mientras hablamos por msn, no por aquí.

Pero..bueno ....

Tienes que acceder a "Herramientas del Webmaster" . Registrarte si no lo estás.

Tienes que crear una web, confirmar que eres el propietario subiendo un archivo, verificarlo. Despues tienes que ir "Información Del Sitio" > " Sitemap" > Enviar Un Sitemap. Pones la direccion desde / y lo envias. Tardará un rato (unos 5 mins) y se confirmara.

Espero que te ayude y nos indiques si te ha solucionao el problema

Saludos
Gmaster   25 Sep, 2010, 2:04 pm
#6
En mi caso iria este??: http://www.infomaster21.com/foros/sitemap-index.xml

Ese tiene 3 urls con los datos del foro.

Si es asi den el tema por solucionado!.

Gracias.
dsb_spain   25 Sep, 2010, 3:20 pm
#7
Si, en efecto esa url

Saludos y De Nada !!
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.