SonnyKSac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sitemap issueUsed the Google Sitemap Plugin. Worked fine. Thx for your help.
Forum: Fixing WordPress
In reply to: Sitemap issueIt doesnt have any code to add.
What about adding another sitemap plugin and turning off the Yoast sitemap functions?
Forum: Fixing WordPress
In reply to: Sitemap issuehttp://pathconsulting.net/sitemap_index.xml is the page where my sitemap is. The sitemap is supposedly http://PATHconsulting.net/page-sitemap.xml. The error that comes when I submit either of those urls is
“Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.”
That code you posted is not in my robots.txt file.
Forum: Fixing WordPress
In reply to: Sitemap issueHow is that bumping? Nobody replied to my last question??
Im confused by the rest of your post as well.
Pathconsulting.net
Yoast SEO pluginGoogle wont accept my sitemap.
“Your Sitemap appears to be an HTML page. Please use a supported sitemap format instead.”My sitemap is supposedly http://pathconsulting.net/page-sitemap.xml.
Also tried http://pathconsulting.net/sitemap.xml which returned a 404 errorForum: Fixing WordPress
In reply to: Sitemap issueTried this
# WordPress SEO – XML Sitemap Rewrite Fix
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=wpseo_local [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
# END WordPress SEO – XML Sitemap Rewrite Fix
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnd it didnt work.
Forum: Fixing WordPress
In reply to: Sitemap issuekmessinger,
Thank you. I already had done that.
Forum: Fixing WordPress
In reply to: Sitemap issueCyril,
I have this in my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnd I have this as you suggested…
# WordPress SEO – XML Sitemap Rewrite Fix
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=wpseo_local [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
# END WordPress SEO – XML Sitemap Rewrite FixWhere do I put the new code? Thank you. You’ve been the mostly helpful person on this entire forum.
Forum: Fixing WordPress
In reply to: Jetpack functionality, themeCyril, time frames for Google to catch up?
Why does http://pathconsulting.net/category/uncategorized/ keep showing up?
Forum: Fixing WordPress
In reply to: Jetpack functionality, themeIf I delete it, with Jetpack being active, will I lose pathconsulting.net? I’ll check with my designer if she use Jetpack’s CSS editor but I dont believe she did.
Forum: Fixing WordPress
In reply to: More fun with permalinksCyril,
THANKS!
I have a sitemap generator and plugged it into Google webmaster tools. I guess I need to be patient. Do you know roughly how long it takes Google to update?
Forum: Fixing WordPress
In reply to: Help with permalinksFigured it out!!! The permalinks were pulling from the original HTML site we had hosted so WP was getting confused as there were multiple pages with the same names. I deleted the old html pages and its working fine.
Forum: Fixing WordPress
In reply to: Help with permalinksIm so confused. Ive been looking at http://codex.wordpress.org/Using_Permalinks solid for the last three days.
Why would changing the permalinks to post name work on half the site and not on the other? Could it be some kind of bug?
Forum: Fixing WordPress
In reply to: Help with permalinksdatta.parad, where exactly is that file located. I briefly looked in the dir and couldnt find it. Is it in a specific folder?
And graphical_force, where is the wp_options table?
Thanks.
Its funny, I do actually have a BS in MIS but its outdated obviously!!!
Forum: Fixing WordPress
In reply to: Help with permalinksI dont know what flushing means. Im not a coder…more of a simple user of WP. This cant be this hard!